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.
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 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.
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.
A beginner's guide to designing and building your first iPhone app, covering tools, planning, and learning resources.
A developer's plan to deepen their technical knowledge by asking 'How?' and 'Why?' about iOS development tools like Xcode and CocoaPods.
A developer shares a workaround for Xcode 5 GM crashing during App Store submission, using Terminal and Application Loader.
A developer shares technical discoveries from July, covering Rails 4, iOS, Ruby gems, JavaScript tools, and sysadmin tips.
Quick tip for debugging iOS apps in Visual Studio using Xamarin and the iPhone Simulator by setting the correct platform.
A quick guide explaining how to use the $(inherited) flag in CocoaPods to resolve Xcode build setting conflicts.
A guide on using Xcode Run Scripts to enforce code conventions by failing builds and providing jump-to-error functionality for developers.