How to temporarily cover whole screen of your application
A tutorial on using custom UIView to dim app backgrounds and hide sensitive content in the iOS App Switcher.
A tutorial on using custom UIView to dim app backgrounds and hide sensitive content in the iOS App Switcher.
A Swift protocol extension for fading UIView in/out with default implementations, plus CocoaPods publishing walkthrough.
A Swift protocol extension called Fadeable that allows fading UIView instances in and out with simple method calls.
How to distinguish between multiple UIActionSheets in a single Swift view controller using tags and enums.
A Swift tutorial on creating a UIView extension for 360-degree rotation animation with examples.
Tutorial on implementing slide-in animations for UIViews in Swift using class extensions and CATransition.
Tutorial on implementing slide-in animations for UIViews in Swift using class extensions and CATransition.
Learn to create reusable fade in/out animations in Swift using UIView extensions for cleaner code.
A technical guide on creating a transparent UITableView with a custom background view and implementing tap gestures to hide/show the table.