Behaviours and Xcode 6
Explores using Xcode 6's IBInspectable feature to create visual editors for custom Behaviours, improving the Interface Builder workflow.
Explores using Xcode 6's IBInspectable feature to create visual editors for custom Behaviours, improving the Interface Builder workflow.
Introduces Aspects, an AOP library for iOS, and demonstrates using it to hack and debug Apple's private popover detection logic.
Explores advanced refactoring techniques like dictionary mappings and block-based dynamic mapping to simplify and clean up code, making it more readable and maintainable.
A developer's plan to deepen their technical knowledge by asking 'How?' and 'Why?' about iOS development tools like Xcode and CocoaPods.
A technical guide to fixing the broken UISearchDisplayController appearance on iOS 7 with a clean code solution.
A developer shares technical learnings from August, covering iOS, Ruby automation, JavaScript libraries, CSS tools, and interesting tech reads.
Explains the 'fail fast' principle in iOS development and provides macros for app abortion with crash logging via Crashlytics.
A programmer shares their experience switching to the Dvorak keyboard layout, discussing the learning curve, tools, and impact on coding.
A developer shares technical discoveries from July, covering Rails 4, iOS, Ruby gems, JavaScript tools, and sysadmin tips.
Explains how to use NSProxy for efficient, boilerplate-free optional delegate method calls in Objective-C/iOS development.
A developer shares progress on an iOS app using CoreData and a Rails Twitter app, discussing tools and testing practices.
Introduces Property Mapper, a library to simplify and automate data parsing in iOS apps, replacing manual JSON mapping with declarative code.
A developer shares technical learnings from June, covering Objective-C, CocoaPods, zsh configuration, and a math trivia.
A guide on using assertions in code for debugging, API contracts, and server integration, with strategies for handling release builds.
A technical guide for iOS developers on implementing Facebook Login using the Facebook SDK, CocoaPods, and Objective-C.
A technical article explaining how to count character frequencies in a text file using Objective-C and Grand Central Dispatch for asynchronous file I/O.
A technical guide on adding keyboard shortcut support to UIAlertView in iOS for debugging, using private APIs and method swizzling.
Explains how to properly implement UIAppearance for custom iOS views, covering common pitfalls and internal mechanisms.
An introduction to CocoaPods, a dependency manager for Objective-C projects, covering installation and basic usage.
A tutorial on implementing custom actions and UIMenuController for UICollectionView in iOS development.