Bringing font icons in iOS with MTFontIcon
Introducing MTFontIcon, a library for using font-based icons in iOS apps to speed up UI development and avoid graphic design tools.
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.
A technical guide on adding keyboard shortcut support to UIAlertView in iOS for debugging, using private APIs and method swizzling.
A technical guide exploring and comparing three methods to center content within a UIScrollView in iOS, highlighting their pitfalls and presenting a recommended solution.
Explains how to properly implement UIAppearance for custom iOS views, covering common pitfalls and internal mechanisms.
A step-by-step tutorial on creating and publishing your own CocoaPods library for iOS development.
A technical tip for iOS developers on how to reuse Xib views within other Xibs or Storyboards using awakeAfterUsingCoder, avoiding unnecessary code.
A technical guide on mocking UIKit delegate protocols, specifically UIAlertViewDelegate, using the Kiwi testing framework in Objective-C.
A guide to solving UIKit-related unit testing issues for iOS static libraries using the Kiwi BDD framework.