hello,
Using Xcode 8 I am learning how to program an app. I watched a youtube series How To Make An App by codewithchris; but it leaves many questions unanswered. I am quite the novice with regards to the Swift programming language though I can understand most of it due to a basic knowledge of C++
I wonder how to arrange my app so that there will be a screen with a certain number of UIViews with few Labels, but when the program has allowed the user to accomplish the intended task how to transition to a new screen that has a different number of UIViews and Labels.
Would this be done with the View Controller? How would I connect the first screen to the next screen using the View Controller? Is there some piece of code to write or something that is done within the Main.Storyboard?
thanks for your time and patience - my knowledge of Xcode 8 is very slight yet.
Using Xcode 8 I am learning how to program an app. I watched a youtube series How To Make An App by codewithchris; but it leaves many questions unanswered. I am quite the novice with regards to the Swift programming language though I can understand most of it due to a basic knowledge of C++
I wonder how to arrange my app so that there will be a screen with a certain number of UIViews with few Labels, but when the program has allowed the user to accomplish the intended task how to transition to a new screen that has a different number of UIViews and Labels.
Would this be done with the View Controller? How would I connect the first screen to the next screen using the View Controller? Is there some piece of code to write or something that is done within the Main.Storyboard?
thanks for your time and patience - my knowledge of Xcode 8 is very slight yet.