Fixing UITextView On iOS 7
A developer's workaround for UITextView scrolling bugs in iOS 7, including a link to a custom subclass on GitHub.
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.
A guide to making mobile web pages accessible using VoiceOver on iOS, covering event handling and testing for screen readers.
A tutorial on building a simple iOS physics game using UIKit, Interface Builder, and the Chipmunk Physics library.
A developer releases minimal.iOS, a Winterboard theme for jailbroken iPhones, starting with a lockscreen redesign.
A tutorial on automatically overlaying app version, branch, and commit hash onto iOS app icons during Xcode builds using ImageMagick and git.