My path to learning Swift

Handy hints

let aRandomNumber = 1 + Int(arc4random_uniform(100))
  • self must be used in closures when using a class’ method.
  • For a more professional look, hide the Status Bar in IOS when launching your app. The setting is in Xcode, Project Settings,  Deployment Info, Hide Status Bar.

One thought on “My path to learning Swift”

Leave a Reply

Your email address will not be published. Required fields are marked *