/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

eisel.me
| | ashishkakkad.com
2.9 parsecs away

Travel
| | In Objective-C we are using a header file to create constant variables like as [code lang="obj-c"] // Objective-C #define APP_ALERT_TITLE "Objective-C Constant" [/code] Swift has new syntax to define the constant (#define) [code lang="obj-c"] // Swift let APP_ALERT_TITLE = "Swift Constants" [/code] Lets try Create a swift file with the constants [code lang="obj-c"] import Foundation ... Read more
| | whackylabs.com
2.8 parsecs away

Travel
| | I very recently learned it the hard way that objc selectors can not be async.
| | sintraworks.github.io
2.7 parsecs away

Travel
| | Continuing on our previous post, let's create some observable controls, and a view controller that observes another view controller.
| | www.swiftbysundell.com
26.5 parsecs away

Travel
| In this new (non-consecutive) series of posts -