memoryio / memoryio-macosx

Life logging app for macosx. Takes a picture with built in isight whenever you wake computer from sleep
8 stars 4 forks source link

Dump interface builder? #34

Closed jacobrosenthal closed 6 years ago

jacobrosenthal commented 6 years ago

This is called nibless or minimal I guess...

https://medium.com/ios-os-x-development/ios-start-an-app-without-storyboard-5f57e3251a25 https://www.raizlabs.com/dev/2016/08/ib-free-living-without-interface-builder/ https://lapcatsoftware.com/articles/working-without-a-nib-part-11.html http://swiftandpainless.com/how-to-bild-an-app-without-interface-builder-part-0/ https://blog.zeplin.io/life-without-interface-builder-adbb009d2068

Also theres frameworks to help nowadays https://github.com/Raizlabs/Anchorage https://github.com/robb/Cartography

jacobrosenthal commented 6 years ago

I have a nibless swift rewrite over at https://github.com/memoryio/memoryio-macosx-swift that will go as a 2.0

Probably leave this 1.0 branch as is