▚ writing/ #ios-development
iOS Development
6 essays in this category.
How to Remove and Report iCloud Calendar SpamUse Apple's current steps to report junk iCloud Calendar invitations, delete unwanted events, and unsubscribe from spam calendars on iPhone or iCloud.com.Why UITapGestureRecognizer Has No Touch-Down StateUnderstand the UIGestureRecognizer state machine, why tap recognizers have no began state, and when a continuous long-press recognizer is appropriate for press feedback.Status Bar Style Not Changing in UIKitFix a UIKit status bar style that does not update: return the preference from the controller UIKit consults, forward container ownership, and capture non-fullscreen presentations when needed.Slides: A Primer to Unit Testing and Continuous Integration in iOSComprehensive guide to unit testing and continuous integration for iOS development. Covers testing techniques, command line tools, and setting up CI servers.viewDidUnload Was Never the Opposite of viewDidLoadviewDidUnload was a low-memory callback, not the counterpart to viewDidLoad or a deallocation hook. It has been deprecated and never called since iOS 6.Keeping Index Within BoundsA simple, robust approach to managing list indices using clamping. Learn how to prevent out-of-bounds errors with minimal code.