|
You are here |
justabeech.com | ||
| | | | |
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! | |
| | | | |
gist.github.com
|
|
| | | | | A scrolling capable drop-in replacement for UIStackView. - ScrollingStackView.swift | |
| | | | |
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? | |
| | | | |
benoitpasquier.com
|
|
| | | Part of the journey in software development is testability. Regarding mobile development, testability for your iOS app goes through UI testing. Let's see different way to inspect any UI elements and prepare your iOS app for UI automation testing. | ||