-
Notifications
You must be signed in to change notification settings - Fork 227
As per usual, close but no cigar #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
As per usual, close but no cigar #217
Conversation
…w controller of Info.storyboard, but no designated entry point was found. Command LinkStoryboards failed with a nonzero exit code
| // Do any additional setup after loading the view. | ||
| } | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can delete this if you're not using it.
| class SettingsViewController: UIViewController { | ||
|
|
||
| @IBAction func toggleRoll(_ sender: UISwitch) { | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take the value of the switch and assign that value to an instance variable for our class object.
|
|
||
| } | ||
| @IBAction func toggleZoom (_ sender: UISwitch) { | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take the value of the switch and assign that value to an instance variable for our class object.
|
For the UISwitches try to access its instance property, isOn, to set the values of shouldRoll and shouldZoom. |
@mrflowers22 Getting ": error: Main.storyboard references the initial view controller of Info.storyboard, but no designated entry point was found.
Command LinkStoryboards failed with a nonzero exit code"