Creating Calendar Events with Event Kit and Swift
A guide on creating calendar events using Event Kit and Swift in iOS development.
A guide on creating calendar events using Event Kit and Swift in iOS development.
Guide on creating calendar events using Event Kit and Swift, with code walkthrough and working project example.
Tutorial on adding buttons to the navigation bar in iOS using Storyboards with Xcode 8 and Swift 3.
Explores issues with UITableViewController's designated initializers in iOS 8.3, detailing subclassing problems and workarounds.
A technical analysis of Apple's open-source ResearchKit framework, examining its source code, design patterns, and workarounds for iOS development challenges.
Guide to implementing pull-to-refresh in Swift for iOS, covering UITableViewController and regular UITableView scenarios.
A developer investigates and solves a complex iOS 8 UIKit regression involving unwanted screen rotation when using multiple custom windows.
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.