After a few weeks of trying out Jetpack Compose and SwiftUI, the declarative UI toolkits introduced by Google and Apple this year, I have a couple...
Continue reading...iOS
Why, When and How to use protocols in Swift
According to the Swift documentation: A protocol defines a blueprint of methods, properties, and other requirements that suit a particular task or piece of functionality. The protocol can...
Continue reading...Creating a TabView app in SwiftUI
SwiftUI is Apple’s new user interface toolkit and it provides a state-driven declarative way of designing your apps. Meaning, we tell SwiftUI how we want our...
Continue reading...Engaging your users better with widgets
One of the end goals of any product is acquiring users. Why? Because you will always want your solution or product to reach people. So after...
Continue reading...