Skip to content

Instantly share code, notes, and snippets.

@AndreyPanov
Created January 12, 2017 16:13
Show Gist options
  • Save AndreyPanov/7d005012dc8ca004067ce4ed0d057887 to your computer and use it in GitHub Desktop.
Save AndreyPanov/7d005012dc8ca004067ce4ed0d057887 to your computer and use it in GitHub Desktop.
makeItemDetailOutput
func makeItemDetailOutput(item: Item) -> ItemDetailView {
let controller = ItemDetailController.controllerFromStoryboard(.items)
controller.item = item
return controller
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment