In this post, we will see how to resolve UICollectionView: remove separators for specific cells only Question: I need to show separators for every cell in UICollectionView except every first cell of a section. I’m using list layout. So far ...
In this post, we will see how to resolve How to achieve the auto-shrink SwiftUI Navigation Title with UIKit? Question: I am trying to achieve the auto-shrink large nav title like the Navigation Title in SwiftUI, but no matter what ...
In this post, we will see how to resolve UICollectionView doesn’t scroll to bottom Question: I have an UICollectionView built programatically that doesn’t allow me to scroll to the last item in it. Here is how I set it up ...
In this post, we will see how to resolve How interactive can a component be inside of a widget? Question: my job is to create a few widgets using widgetkit and swiftui, however the main project is build on uikit ...
In this post, we will see how to resolve How do you make a timer controller with a condition? Question: I’m a beginner in Swift and have a task to change the bottom sheet message when the process of the ...
In this post, we will see how to resolve UIBezierPath corners curve according to the upcoming direction Question: I’m creating an audio waveform, which should look like this: Notice how the corners of the lines are curved, according to the ...
In this post, we will see how to resolve Dynamic UIImageView inside UITableViewCell based on aspect ratio of image coming from URL Question: Im implementing a UITableViewCell for social media post which includes username, userImage, text, media like image post ...
In this post, we will see how to resolve Swiftui UITextView new line margin Question: I have a UITextView which I use as a text editor. However, I would like each new line to have a margin bottom. Test text ...
In this post, we will see how to resolve UITextView add new line but not new paragrafh Question: in a UItextView I am using paragraphStyle to space the new paragraphs between them. However, I would need to insert a new ...
In this post, we will see how to resolve Swift quiz app how to go on the next question? Question: I’m new to Swift. I’m trying to make a quiz app using the API, I can show a question and ...