/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

rakyll.org
| | blog.timac.org
2.9 parsecs away

Travel
| | SwiftLint for Swift Packages
| | ashishkakkad.com
1.4 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
3.4 parsecs away

Travel
| | I very recently learned it the hard way that objc selectors can not be async.
| | ashishkakkad.com
34.8 parsecs away

Travel
| Xcode is IDE for development of the iOS, macOS, tvOS and watchOS applications. Every year apple comes up with so many changes in this IDE. Xcode 9.3 released on March 29, 2018. Here, I am listing out all the issues with the workaround. Asset Catalog Dragging an image from Finder to an empty sticker pack ... Read more