Collection Data Types In Swift: Detailed Test Results
Performance comparison of Swift vs. Foundation collection data types, including detailed test results and Big-O notation analysis.
Performance comparison of Swift vs. Foundation collection data types, including detailed test results and Big-O notation analysis.
An overview of Swift extensions using the 5 W's: who, what, when, where, and why, for adding functionality to existing types.
An overview of Swift extensions using the 5 W's: who, what, when, where, and why, aimed at iOS developers.
Article encourages Swift developers to write about Swift, citing benefits like community growth, personal learning, and sharing unique knowledge.
A persuasive article encouraging Swift developers to write about the language, highlighting benefits like community growth and personal understanding.
Introducing Playgrounds for Objective-C, enabling real-time code testing and rapid prototyping similar to Swift's feature.
Proposes a 'dev-only iPhone' concept to reduce costs for iOS developers needing multiple devices for testing different OS versions and configurations.
A Swift tutorial on creating a UIView extension for 360-degree rotate animation with CABasicAnimation.
A Swift tutorial on checking iOS versions using NSFoundationVersionNumber for backward compatibility with iOS 7 and iOS 8.
Learn how to replace magic strings with Swift enumerations for cleaner, type-safe code in iOS development.
Learn how to replace magic strings with Swift enumerations for cleaner, type-safe code.
Learn how to sort an array of integer strings numerically in Swift using the sorted function and a custom closure.
A tutorial on handling Swift optionals and unwrapping errors, with examples and fixes.
Discusses Apple's removal of class prefix encouragement in Objective-C projects and the implications for iOS developers.
Explores Swift access control issues in unit testing, offering solutions to resolve broken tests due to internal access levels.
Explores using Xcode 6's IBInspectable feature to create visual editors for custom Behaviours, improving the Interface Builder workflow.
A developer shares a solution for a CocoaPods build configuration issue when integrating Facebook's Tweaks library, explaining linker errors and preprocessor macros.
A developer shares lessons learned from building Gradient Backgrounds Studio, focusing on using CAGradientLayer and image manipulation in iOS.
A guide to sharing fonts and assets across iOS projects using CocoaPods resource bundles and dynamic font loading.
An iOS developer shares essential tools and utilities for improving Xcode project setup, code quality, debugging, and design workflow.