Rashad Shirizada“The UIViewController Lifecycle Demystified: 5 Proven Techniques for Tech Experts”IntroductionNov 4
InTakoDigitalbyPapon SmcUIViewController life cycle (memory warning)***I use English to practice communication.May 17, 2023
The Blue PrototypeSwiftUI View Lifecycle as UIViewControllerAs you know that while you develop an ios app. Then you can use both UI frameworks UIKit & SwiftUI in the app. But sometimes, you can have…Oct 16Oct 16
Anjali JoshiPass Data from a UITableViewCell to another ViewController in Swift.You might have noticed while operating on your phone, for example, in the Settings Page, you see a list of settings and when you click on…Mar 10, 2021Mar 10, 2021
Blazej SLEBODADetecting the First-Time Call of “viewWillAppear”In the realm of iOS development, it is a common practice to execute UI first-time configurations within methods such as viewWillAppear…Jun 30Jun 30
Rashad Shirizada“The UIViewController Lifecycle Demystified: 5 Proven Techniques for Tech Experts”IntroductionNov 4
InTakoDigitalbyPapon SmcUIViewController life cycle (memory warning)***I use English to practice communication.May 17, 2023
The Blue PrototypeSwiftUI View Lifecycle as UIViewControllerAs you know that while you develop an ios app. Then you can use both UI frameworks UIKit & SwiftUI in the app. But sometimes, you can have…Oct 16
Anjali JoshiPass Data from a UITableViewCell to another ViewController in Swift.You might have noticed while operating on your phone, for example, in the Settings Page, you see a list of settings and when you click on…Mar 10, 2021
Blazej SLEBODADetecting the First-Time Call of “viewWillAppear”In the realm of iOS development, it is a common practice to execute UI first-time configurations within methods such as viewWillAppear…Jun 30
Gois🚀 Exciting News: Introducing DebugSwift’s Leaked View and ViewController Detector! 🕵️♂️Find leaked UIViews and UIViewControllers in real time in your UIKit app without even looking for them!May 29
Nour AraarUnit Test View Controllers the easy way in SwiftWhen it come to unit test view controllers, people think of using UI Test instead of Unit Test. However UI Test is not the answer for…Oct 25, 2021