Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created July 27, 2019 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/ce8a8ba153c63c872bcd2274a8d7b06d to your computer and use it in GitHub Desktop.
Save fitomad/ce8a8ba153c63c872bcd2274a8d7b06d to your computer and use it in GitHub Desktop.
/// Para crear el UIViewController
func makeUIViewController(context: Self.Context) -> Self.UIViewControllerType
/// Para actualizar el UIViewController
func updateUIViewController(_ uiViewController: Self.UIViewControllerType, context: Self.Context) -> Void
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment