Joined July 2013
·
Posted to
IOS customized activity indicator with Swift
over 1 year
ago
Modified source code with a singleton - https://github.com/Isuru-Nanayakkara/Swift-ProgressView
Posted to
Customize navigation bar appearance with swift
over 1 year
ago
In enums in Swift, you can just use the value without specifying the name of the enum Like so,
UIApplication.sharedApplication().statusBarStyle =.LightContent
Posted to
Customize navigation bar appearance with swift
over 1 year
ago
@xperad: If you just added a UINavigationBar (not a UINavigationController), you'll have to use the following to set the title.
self.navigationBar.topItem.title = "New Title"
I put it up on Github (https://github.com/Isuru-Nanayakkara/Xcode-Empty-Application-Template). Also available on Alcatraz now.