Link to home
Start Free TrialLog in
Avatar of steven price
steven priceFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Common screen layout in Swift Wizard style app

Hi

I am starting to develop an IOS application using Swift in Xcode.

The application is a simple wizard style process with a number of screens where the user selects a value and then moves onto the next screen.

Since the layout of all of the screens needs to be consistent and there are a lot of common controls on all the screens I was wondering if there is a way in Swift of defining a ViewController which has the basic layout and then inheriting from that to create the other screens. Apologies for any issues with terminology but I am new to Swift.

Thanks

Steve
ASKER CERTIFIED SOLUTION
Avatar of Hamidreza Vakilian
Hamidreza Vakilian

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial