7 Cool Features in Swift
Concrete examples for some cool and practical new features in Swift that will improve the daily lives of iOS and OS X programmers.
more...Concrete examples for some cool and practical new features in Swift that will improve the daily lives of iOS and OS X programmers.
more...Basic value types like String and Int can be secretly converted to Objective-C types like NSString and NSNumber. This has some interesting effects and implications.
more...