Published inDunzo·Dec 17, 2020Swift Responder ChainResponder Chain is one of those modules which we use every day while working on app development on the iOS platform. In this article, I will talk about the responder chain and all the components related to it. Knowing how responder chains work is very important as it can help…IOS8 min readIOS8 min read
Sep 7, 2020SwiftUI Part 3 (Basic UI Elements)Welcome to Part 3 of the SwiftUI series. If you have not read Part 1 — Introduction and Part 2 — Starting with SwiftUI, I would suggest you go through them. If you have read Part 2, you might have noticed how easy it is to create the Hello World…Swiftui6 min readSwiftui6 min read
Dec 29, 2019SwiftUI Part 2 (Starting with SwiftUI)Welcome to Part 2 of the SwiftUI series. In Part 1, we tried to go through a couple of points and understood how SwiftUI is different from UIKit. We came to know the advantages and challenges involved while working with SwiftUI. We also learned about Declarative programming. SwiftUI is the…Swiftui5 min readSwiftui5 min read
Published inMutual Mobile·Dec 26, 2019SwiftUI Part 1 (Introduction)This article includes the introduction to the SwiftUI framework, which is part of a series that will cover various aspects of this framework. This article might motivate you to use SwiftUI instead of UIKit to create a user interface in your applications. What is SwiftUI? SwiftUI is a declarative UI framework from Apple…Swiftui3 min readSwiftui3 min read