Sharing assets across iOS projects with CocoaPods, Resource Bundle, and dynamically loaded fonts
A guide to sharing fonts and assets across iOS projects using CocoaPods resource bundles and dynamic font loading.
A guide to sharing fonts and assets across iOS projects using CocoaPods resource bundles and dynamic font loading.
A beginner's guide to designing and building your first iPhone app, covering tools, planning, and learning resources.
Introducing MTFontIcon, a library for using font-based icons in iOS apps to speed up UI development and avoid graphic design tools.
A technical guide exploring and comparing three methods to center content within a UIScrollView in iOS, highlighting their pitfalls and presenting a recommended solution.
A step-by-step tutorial on creating and publishing your own CocoaPods library for iOS development.
A technical tutorial on implementing a pinch-to-reveal animation in iOS using CoreAnimation and layer masking, inspired by a Boeing app.
A guide to detecting user touch interactions across an entire iOS app without interfering with normal UI behavior, using a window-level gesture recognizer.
A technical talk on Apple's Core Animation framework, covering layers, implicit/explicit animations, and advanced techniques like a multi-touch Bézier editor.
Explores how improving developer experience (DX) boosts team productivity, with real-world examples like hot reloading and memory leak detection.