Categories / cocoa-touch
Understanding the Scaling Factor in iOS Views: Best Practices for Handling Scaling Factors When Working with Core Animation Layers
How to Control Video Orientation in AVMutableComposition: Best Practices and Example Code
Scrolling a UITableView to the Top on Reload: Objective-C and Swift Solutions
Understanding Memory Management in iOS: Breaking Retain Cycles with Weak References
Understanding the Power of NSUserDefaults' registerDefaults Method for Simplified App Logic
Understanding Navigation Controllers in Cocoa Development: Alternatives to Subclassing the UINavigationController Class
Loading Views with Nib Files from Another Nib File in iOS Development
Understanding Black Corners on UITableView Group Style: Solutions for a Cleaner UI
Parsing XML Data on a New Thread: A Scalable Approach
Understanding and Debugging "Pointer Being Freed Was Not Allocated" Errors on iOS Devices