 
      
    | You are here | justabeech.com | ||
| | | | | sintraworks.github.io | |
| | | | | 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 | |
| | | | | 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 | |
| | | | | 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 | |
| | | Using the #Preview Swift Macro you can create previews more quickly for all your SwiftUI, UIKit, and AppKit views. | ||