Created
August 21, 2016 22:09
-
-
Save feighter09/b7d2dab39e1f6fa68f290ea8d98ae9cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override func viewDidLoad() | |
{ | |
super.viewDidLoad() | |
initMultipeerDependencies() | |
configureTableView() | |
addSegmentedControl() | |
addDismissKeyboardRecognizer() | |
addMessageComposer() | |
addNameField() | |
addResetNameButton() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment