|
You are here |
rakyll.org | ||
| | | | |
whackylabs.com
|
|
| | | | | I very recently learned it the hard way that objc selectors can not be async. | |
| | | | |
blog.nobugware.com
|
|
| | | | | Go Mobile can generate native framework for iOS and Android using Go code, I was curious what could be achieved with it. Most tutorials are Hello world and I wanted to test it with real code. You can use it to generate a full app only using Go code, but I'm only interested by the bindings part (SDK applications), using a native ObjC/Swift app calling Go code. I'm using some existing Go code regionagogo, (a geofence database), moderately complex since it uses BoltDB and Google S2 library. | |
| | | | |
ashishkakkad.com
|
|
| | | | | 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 | |
| | | | |
www.dcordero.me
|
|
| | | Implementing a Video Player with RealityKit | ||