 
      
    | You are here | sintraworks.github.io | ||
| | | | | www.iamsim.me | |
| | | | | One of my favorite things in UIKit is UICollectionView. I love how versatile it is. With iOS 13 it got even better with the diffable data source and compositional layout APIs. However, when dealing with collection views there's a lot of boiler plate one has to take care of. In this post I want to share some of the code I've written to make working with collection views a bit nicer. | |
| | | | | justabeech.com | |
| | | | | When Apple announced Xcode 6 at WWDC14, one feature in particular excited me namely Xcode Live Rendering.This means an end to all the empty white views in pl... | |
| | | | | 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. | |
| | | | | codeworkshop.net | |
| | | |||