How to remove UI Framework dependency from your ViewModelThe ViewModel is a class used across platforms; hence, it shouldn’t depend on UI. Many of us usually import UIKit inside ViewModel.Jan 15, 2024Jan 15, 2024
The UIKit declaratively enables us to create and configure a UIView object.How can we wrap the container elements using Swift builder?Apr 19, 2023Apr 19, 2023
UIKit declarativelySwiftUI introduces a way to write UI code declaratively. Can we use the same paradigm with UIKit? We will show you how.Apr 19, 2023Apr 19, 2023
How to create an XCode build tools with SwiftHow to create an XCode build tools with SwiftApr 19, 2023Apr 19, 2023
Published inDwarves FoundationDraw Watch Face using SwiftUISwiftUI are nice and fun to working with. You can read my previous article to get a bit knowledge about create circular control, it will…Mar 23, 2020Mar 23, 2020
Published inDwarves FoundationCreate Circular Text Using SwiftUISwiftUI pretty new and nice to working with. It totally change our mindsets when we come from UIKit, AppKit. However master it helping us…Mar 23, 2020Mar 23, 2020
Published inDwarves FoundationReproduce Apple “Find Me” Bottom Menu viewToday we are going to recreate Find Me Bottom Menu view in few lines of code.Jun 28, 2019Jun 28, 2019
Published inDwarves FoundationBuilding a Passcode View with swiftToday we are going to build a Passcode view for our iOS Applications.Jun 22, 2019Jun 22, 2019
Published inDwarves FoundationAn interesting solution to UITableView Layout from BottomHere we have a design of a tableview that adds cells from bottom up.Jul 10, 20184Jul 10, 20184