Hey devs, I am an absolute beginner in iOS programming. I am learning from my college teacher who says that the only way to design UI for iOS apps is to use drag and drop because it is very difficult to do it using code like we do using XML in Android. But I find drag and drop a bit uncomfortable. So, my simple question is do all iOS developers use drag and drop to design the UI for the app?
Designing UI for iOS apps
Nope, but it depends if you wanna use SwiftUI or the older UIKit. On SwiftUI you have to write code on UIKit it was convinenter to use drag and drop