|
You are here |
www.neilmacy.co.uk | ||
| | | | |
noahgilmore.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | While making a concerted effort to learn Swift properly, I finally understood an unexpected pattern I saw with extensions | |
| | | | |
blog.molecular-matters.com
|
|
| | | 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... | ||