UIKit Debug Mode
Explores hidden UIKit debug flags and internal preferences for iOS development, including methods to enable advanced logging.
Explores hidden UIKit debug flags and internal preferences for iOS development, including methods to enable advanced logging.
A technical tutorial on implementing an interactive image comparison/split view in iOS using CoreAnimation, CAShapeLayer, and gesture recognizers.
A developer details a workaround to fix a visual bug in iOS 7's printer interface by swizzling a UIKit class.
A technical guide to fixing the broken UISearchDisplayController appearance on iOS 7 with a clean code solution.
A technical guide on mocking UIKit delegate protocols, specifically UIAlertViewDelegate, using the Kiwi testing framework in Objective-C.
A guide to detecting user touch interactions across an entire iOS app without interfering with normal UI behavior, using a window-level gesture recognizer.
A technical guide on creating a transparent UITableView with a custom background view and implementing tap gestures to hide/show the table.