i am learn it

Okay.. i still new in this world...


And i have just follow a lession how to make WebKit in SwiftUI with SegmentedControl, WebView, State, UIViewRepresentable, Xcode11 Swift 5


But i just get started to learn how to make app in the storyboard


so my question its.. can i do the same think in storyboard ass i have do in SwiftUI ?


Why i do it in the storyboard are because i can put the element where i want. drop it in..

i think its easy'er for me..

then i have more experence on app build then i will try SwiftUI..


or can some tell me what its best or ect.


I follow Chris Ching i think he it a good teacher and learn alot from him...


but i will really hear your solutions and guide me the right direction

You can do more with storyboard than you can do with SwiftUI at this time.


Create a new project, but uncheck the SwitUI checkbox and select Storyboard.


Then you can place SegmentedControl, WebView and all other in your view.


You will not use State, UIViewRepresentable.

In Swift, you don't use state, but directly the IBOutlet you create for each graphic object in Interface Builder.


A very good tutorial is Apple Intro to App Development with Swift (in Apple Books)

i am learn it
 
 
Q