Home
Projects
Contact
About
adamofsky
Home
adamofsky
Filter by
Categories
Tags
Authors
Show all
All
Tutorials
Uncategorized
All
All
adamofsky
April 5, 2021
Coordinator with SwiftUI
A coordinator is a very powerful pattern that helps you control your flow and know what your current flow is at any time without exposing any
[…]
April 1, 2021
Navigate programmatically outside of a view in SwiftUI
When I started to play with SwiftUI it was very unclear to me how can I programmatically navigate without any hacks(like creating an empty view) and
[…]
October 13, 2020
Unit Testing state of mind in Swift
When I started with Unit Testing I found some tutorials and it was very easy to understand how it works. But the problem was not how
[…]