/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

www.jessesquires.com
| | whackylabs.com
2.7 parsecs away

Travel
| | I very recently learned it the hard way that objc selectors can not be async.
| | ashishkakkad.com
3.0 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
| | swiftrocks.com
2.0 parsecs away

Travel
| | The choice between using Storyboards and writing views programmatically is very subjetive. Having dealt with both in the past, I personally vouch for writing projects entirely through view code as it allows multiple people to work in the same class without nasty conflicts, and easier code reviews.
| | dougmccune.com
20.3 parsecs away

Travel
| Any source code released on this blog, unless otherwise explicitly noted, is licensed under the MIT license: Copyright (c) Doug McCune Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights