How To Use Swift’s Ternary Operator
Ternary operators are an easy way to do some if-else logic all on one line...
Ternary operators are an easy way to do some if-else logic all on one line...
UIKit provides a nifty little spinning wheel we can display to the user when we’re waiting on something that the user can’t see...
Storyboards let us quickly build out a beautiful interface, but face limitations and scale problems...