Tag: Development
All the articles with the tag "Development".
-
A Pragmatic Approach to Cross-Platform
Published:• 11 min readHow PSPDFKit shares a common C++ codebase across iOS, Android, and Web platforms while maintaining native user experiences.
-
Surprises with Swift Extensions
Published:• 5 min readCommon pitfalls and surprising behaviors when creating Swift extensions on Objective-C classes, with solutions for proper method naming.
-
Using ccache for Fun and Profit
Published:• 6 min readComplete guide to using ccache to dramatically speed up C/C++/Objective-C build times for large iOS projects and CI systems.