Explore >> Select a destination


You are here

www.neilmacy.co.uk
| | noahgilmore.com
3.4 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?
| | swiftrocks.com
4.1 parsecs away

Travel
| | The choice between using Storyboards and writing views programmatically is very subjetive. Having dealt with both in the past, I personally vouch for writing projects entirely through view code as it allows multiple people to work in the same class without nasty conflicts, and easier code reviews.
| | www.codevoid.net
3.7 parsecs away

Travel
| | While making a concerted effort to learn Swift properly, I finally understood an unexpected pattern I saw with extensions
| | blog.molecular-matters.com
40.5 parsecs away

Travel
| All source code snippets found on this blog are subject to the MIT license: // The MIT License(MIT) // // Copyright(c) 2012-2017 Stefan Reinalter // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software...