Categories / objective-c
Using ARC in Objective-C for Efficient Memory Management
Understanding Memory Management in Objective-C and Releasing Objects with NSMutableArrays for a Leak-Free Codebase
Resizing and Cropping Images Centered in iOS Using Core Graphics
UIButtons Overlapping in UIKit: Best Practices for Correct Assignment of Titles and Frames
The Fundamentals of Core Data Memory Management: Understanding Setter Behavior and Balancing Retain and Release
Understanding UITableView Action Rows: How to Add a Custom Action Row When a Cell is Selected
Understanding iPhone Image Capture and Orientation Issues in iOS Development: A Step-by-Step Guide
Understanding the Pitfalls of Immutable Objects in Objective-C When Working with NSMutableString and NSString
Mastering Auto Layout Constraints in iOS: A Guide to Resetting Constraints Programmatically from Storyboard
Resizing a View in a UIScrollView: The Hidden Problem with Frames vs Content Size