|
You are here |
iosapptemplates.com | ||
| | | | |
www.swiftbysundell.com
|
|
| | | | | How SwiftUI's AnyView type can often be avoided, and why it might be a good idea to do so. | |
| | | | |
swiftwithmajid.com
|
|
| | | | | That is WWDC week: everybody is so excited about so many new things like SwiftUI, Dark Mode, updateable Core ML models, etc. I will try to cover all the new stuff during the upcoming weeks. Let's start with SwiftUI. SwiftUI is an entirely new approach to building apps for the Apple ecosystem. | |
| | | | |
brunoscheufler.com
|
|
| | | | | The process of breaking into a new field is always challenging. I've often felt as if I were being held back by an entry barrier that prevents me from progressing, like a lower boundary. Being persistent, repeating, and learning are the only way to break through this barrier. Sometimes it takes multiple attempts to get started.... | |
| | | | |
benoitpasquier.com
|
|
| | | A big part of the developer journey is make sure our code behaves as expected. It's best practice to setup tests that allow us to test quickly and often that nothing is broken. If unit testing is common practice to check the business logic, we can also extend it to cover some specific UI behaviors. Let's how to unit test views and gesture in UIKit. | ||