Explore >> Select a destination


You are here

www.iamsim.me
| | whackylabs.com
2.2 parsecs away

Travel
| | After many years of search for the best way to build GUI softwares I think I've finally found the one true architecture to rule them all!
| | jessesquires.github.io
4.0 parsecs away

Travel
| |
| | noahgilmore.com
2.8 parsecs away

Travel
| | It's been a year since SwiftUI was released, and many iOS developers who are lucky to only support the two most current iOS versions will soon be able to start writing SwiftUI in their production apps. There are clear benefits to using SwiftUI (I could probably devote a whole post to them), so the question I've been thinking about is: where to start?
| | whackylabs.com
6.9 parsecs away

Travel
| There are a plethora of wrappers around the AutoLayout engine. They all seem to provide convenience towards making the layout code look cleaner. In all fairness this is due to the fact that the first version of NSLayoutContraint API was very verbose. But I remember when Apple announced the constraint based layout they were equally excited about providing a what they referred to as ascii based constraints. The idea is to create constraints between siblings and parent UI elements in a string based format. ...