Created
February 19, 2017 13:48
-
-
Save srdanrasic/26f1c5829d4e62e32df0d250e4c0d970 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
| extension ViewController { | |
| public class RecipeList: UITableViewController { | |
| public let sortDescriptorPickerView = PickerView<SortDescriptor>() | |
| public override func viewDidLoad() { | |
| super.viewDidLoad() | |
| // setup subviews and layout | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment