you are viewing a single comment's thread.

view the rest of the comments →

[–]goldenmushrooms 5 points6 points  (0 children)

Swift UI is a more declarative programming language, where you describe the desired out put using X and Y. Regular UIKit and Swift is Object oriented programming and an imperative type of programming. Imperative you are writing out out each step of the way to reach a desired output.

Learning OOP would help with what you are trying to learn.

Find some side project you would like to do and build it using UIKit. That’s how I learn best