Explore >> Select a destination


You are here

justabeech.com
| | sintraworks.github.io
10.3 parsecs away

Travel
| | So you're building your app, and have a navigation controller, and sometimes you need to know when the controller is about to navigate, or has just finished navigating. Well, there's a great built in API for that, right?
| | kenb.us
15.1 parsecs away

Travel
| | The UISegmentedControl provided by UIKit is a ubiquitous control. However, when it comes to customizing this control, it can get pretty tricky. So I'm going to try to explain how this widget ...
| | krakendev.io
10.5 parsecs away

Travel
| | Since the advent of Swift, our behavior towards nil values have greatly changed. Swift brings type safety, and also works hard to prevent sending messages to nil by introducing Optionals. Implicitlyunwrapped optionals are pretty new and behave just like optionals. However, they can be dangerous to your code if used incorrectly. So here, let me help with that!
| | www.avanderlee.com
78.8 parsecs away

Travel
| Using the #Preview Swift Macro you can create previews more quickly for all your SwiftUI, UIKit, and AppKit views.