Theme:
Which one do I need to use? UIKit or SwiftUI
Which one do I need to use more?
- Swift UIKit
- SwiftUI
Date: Wednesday, April 5, 2023
1 answers |
445 view(s)
by Mauricio Junior
Answers
Depending on the case:
- You need to analyze your client's case
- You need to understand how to get the data and how to process the information
- You need to understand how simple the UI is to the user
- You need to see the objects' positions and devices that will be used
- You need to check how fast to build the app
- You need to check the alignment because UIKit can be easy in some points but using alignments when you turn the device is terrible
- SwiftUI can be good in many cases but Swift UIKit can be good too.
Wednesday, April 5, 2023
Mauricio Junior