SwiftUISwiftUI is latest UI framework for cross-platform that could be used for all apple devices. Because it’s new framework altogether so you…Nov 25, 2022Nov 25, 2022
Putting tableview delegate and datasource in a separate file in swiftIt’s a good practice to keep our controller slim by dedicating separate class for the elements. Today we are going to learn how can we put…Sep 3, 2021Sep 3, 2021
Creating model for complex json in swiftUsing model is a good practice while API calling but it’s not easy when there is very nested tree json but don’t worry it’s very easy if…Feb 14, 2021Feb 14, 2021
Parsing json response without model using Alomofire in swiftMany of us are have been using model for parsing json response from API but it’s not necessary we can also use it without using model, yes…Feb 13, 2021Feb 13, 2021
Delegate and protocol in swiftDelegate and protocol are nothing but a way to pass the data from one viewcontroller to another viewcontroller, basically we can pass the…Feb 13, 2021Feb 13, 2021