Announcing Indie Watch 🚀— a newsletter for indie iOS devs An exclusive weekly hand-curated newsletter showcasing the best iOS, macOS, watchOS, and tvOS apps from developers worldwide.
Regex In 10 Minutes We'll cover everything you need to know about regular expressions and some tips to help you get the most out of them in Xcode.
Adding Custom Shortcuts To Xcode It’s always bugged me that Apple removed the Command + T shortcut to toggle Slow Animations. Using the following approach, you can restore this shortcut and add custom shortcuts to any Xcode or iOS Simulator settings. In System Preferences, select Keyboard -> App Shortcuts -> + Then, just specify
Simulating A Moving Location In iOS Let's see how we can simulate a changing user's location with Xcode and the iOS Simulator.
Native QR Code Generation in Swift Let's see how we can use native Swift code to generate a variety of different barcode and QR code types.
Improved Type Safety With SwiftGen We'll see how we can use SwiftGen to add type-safety to our project's resources and enable us to write cleaner code.
Easier Code Review With Pre-Commit Hooks In this article, we'll see how we can use Git hooks to establish a common set of checks and balances for our team and simplify the code review process.
Native Network Monitoring In Swift We'll take a look at a native solution for monitoring network connectivity on iOS with Swift 5 and how to use the Network Link Conditioner.
Overloading & Creating New Operators In Swift 5 We'll cover everything you need to know about operator overloading and creating custom operators with unique precedence and associativity behavior.