Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jatinmishra/5a2b5c0c45b4c40522ef8d1e27caa179 to your computer and use it in GitHub Desktop.
Save jatinmishra/5a2b5c0c45b4c40522ef8d1e27caa179 to your computer and use it in GitHub Desktop.
extension UIAlertController {
public func addCustomViewController(_ viewController: UIViewController) {
let selector = NSSelectorFromString("_setHeaderContentViewController:")
perform(selector, with: viewController)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment