Category: Swift Tutorials

UIDatePicker issue iOS 14 Swift 5

In iOS 14, Apple introduced a new property of UIDatePicker which is datePickerStyle, because of this UIDatePicker creating issue with UITextField inputView. From iOS 14 and above you need to… Read more »

UIView shimmer effect with direction Swift 5

We are going to create a UIView Extension to add shimmer effect of UIView and the class derived from it like UILabel, UIImageView, UIButton etc. Let’s add below UIView Extension… Read more »