I am trying to run this code but I am getting an error saying Missing argument for parameter 'coder' in call If someone can help me fix this error.
For the full code please visit: https://github.com/aidev1065/WWDC2018_Scholarship_Submission-Accepted/blob/master/README.md
let vc = PageViewController()
vc.modalPresentationStyle = .formSheet
present(vc, animated: true, completion: nil)
()you should customize it in PageViewController (or you can create subclass)init() { }