Tag: Development
All the articles with the tag "Development".
-
Swizzling in Swift
Published:• 10 min readA deep dive into safe method swizzling techniques in Swift, covering common pitfalls and the correct way to implement dynamic super calls.
-
WWDC for First-Timers, 2019 Edition
Published:• 22 min readPractical tips and advice for making the most of your WWDC experience, from packing essentials to navigating labs and networking events.
-
Challenges of Adopting Drag and Drop
Published:• 10 min readDiscusses the challenges and limitations faced when implementing drag and drop functionality for PDF editing on iOS 11.
-
Marzipan: Porting iOS Apps to the Mac
Published:• 13 min readExplores Apple's Marzipan technology for running UIKit apps on macOS and how to experiment with it before official third-party support.
-
Hardcore Debugging - Heavy Weapons for Hard Bugs
Published:• 10 min readAdvanced debugging techniques for tracking memory management issues, retain/release cycles, and hard-to-find bugs in iOS development.
-
Binary Frameworks in Swift
Published:• 8 min readExplores Swift's ABI stability and the challenges of shipping binary frameworks before Swift 5.
-
Even Swiftier Objective-C
Published:• 10 min readExplores new Objective-C features and improvements introduced at WWDC 2017 that make the language more Swift-like.
-
The Case for Deprecating UITableView
Published:• 13 min readArgues why UITableView should be deprecated in favor of UICollectionView for better flexibility and modern iOS development.
-
Running tests with Clang Address Sanitizer
Published:• 10 min readGuide to using Clang Address Sanitizer for finding memory bugs, race conditions, and other runtime issues in iOS and Android development.
-
UI testing on iOS, without busy waiting
Published:• 5 min readComprehensive guide to effective UI testing on iOS using KIF framework without busy waiting and performance optimization techniques.