Quantcast
Viewing latest article 1
Browse Latest Browse All 7

Answer by Ankit Kumar Gupta for Change color of UIDocumentInteractionController nav bar

Swift version to @dvdfrddsgn implementation

Try this : (You need to implement UIDocumentInteractionControllerDelegate)

func documentInteractionControllerViewControllerForPreview(_ controller: UIDocumentInteractionController) -> UIViewController {    return self.navigationController ?? self} 

Viewing latest article 1
Browse Latest Browse All 7

Trending Articles