Categories
|
Article Listing
Sort By:
Test on how Optionals are implemented internally in Swift.
|
Test on Forced Unwrapping of the Optionals in Swift.
|
Test on how and when optionals are implicitly unwrapped in Swift.
|
Test on using Optional Binding in Swift.
|
Test on Nil Coalescing Operator for Optionals.
|
Test on optional chaining to safely return a nil or non-nil value from a series of optionals chained together.
|
Tags:
Test on the usage of various Optionals operators (?, !, ??) in Swift
|
This is a test on the article that explains the view controller of an iPhone application. In this case, the view contains just a table and hence the controller is derived from UITableViewController class. Class diagram, general view methods, and general table methods are discussed.
|
This is a test on the article that explains the Application Delegate of an iPhone application. This article discusses the standard application delegate header and implementation files generated for a navigation based application. Also goes through the methods that are generally implemented from the UIApplicationDelegate protocol.
|
This is a test on the article that explains various pieces of the main() method. For iPhone and iPod Touch applications, you would consistently see the same main() method, where an application starts.
|
Page 2 : Test 11 to 20 of 47
|
|