Skip to content

Instantly share code, notes, and snippets.

@srdanrasic
Created February 19, 2017 13:48
Show Gist options
  • Select an option

  • Save srdanrasic/26f1c5829d4e62e32df0d250e4c0d970 to your computer and use it in GitHub Desktop.

Select an option

Save srdanrasic/26f1c5829d4e62e32df0d250e4c0d970 to your computer and use it in GitHub Desktop.
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