/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
| | www.neilmacy.co.uk
3.6 parsecs away

Travel
| | A really nice improvement to Previews, with a macro cleaning up the boilerplate, and parity between SwiftUI and UIKit.
| | blog.nobugware.com
2.0 parsecs away

Travel
| | 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.
| | blog.timac.org
2.9 parsecs away

Travel
| | SwiftLint for Swift Packages
| | nilcoalescing.com
26.0 parsecs away

Travel
| In this article we will look into how to create a custom hover effect in SwiftUI and how to abstract this logic into a reusable view modifier.