A caveat when upgrading a Podfile
A developer shares a troubleshooting tip for a common linker error when upgrading a CocoaPods Podfile in an iOS project.
A developer shares a troubleshooting tip for a common linker error when upgrading a CocoaPods Podfile in an iOS project.
A guide to initial iOS app architecture setup, covering project configuration, folder structure, and development scripts.
Tips and tools for improving iOS development workflow, including code snippets, compiler attributes, and build automation.
Explains how to use Transformable attributes in Core Data to store custom objects, requiring NSCoding compliance.
A developer's workaround for UITextView scrolling bugs in iOS 7, including a link to a custom subclass on GitHub.
A guide to using the shenzhen gem to automate building and distributing iOS enterprise .ipa files, covering configuration, signing, and deployment channels.
A developer details a workaround to fix a visual bug in iOS 7's printer interface by swizzling a UIKit class.
A technical guide on using jailbroken iOS devices and tools like Reveal to inspect the view hierarchy of third-party apps for learning and debugging.
An iOS developer shares favorite podcasts for learning programming techniques, development insights, and tech career advice through audio.
A technical guide to fixing the broken UISearchDisplayController appearance on iOS 7 with a clean code solution.
A summary of leading UX designers' opinions on the visual and experiential changes in Apple's iOS 7 operating system.
Introducing MTFontIcon, a library for using font-based icons in iOS apps to speed up UI development and avoid graphic design tools.
Explains the 'fail fast' principle in iOS development and provides macros for app abortion with crash logging via Crashlytics.
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 plans to use a week of free time to focus on coding projects, including an iOS app and a Twitter-based web app.
A developer's search for a self-hosted RSS reader replacement after Google Reader's shutdown, focusing on workflow efficiency and cross-device sync.
A technical guide for iOS developers on implementing Facebook Login using the Facebook SDK, CocoaPods, and Objective-C.
A guide to setting up multiple builds (e.g., development and release) of the same iOS app for simultaneous testing using TestFlight and Xcode.