xcode8 && swift3.0出現「expression of type UIViewController?is unused 」 warning

定製導航返回按鈕時,關聯的方法中:io

            self.navigationController?.popViewController(animated: true);這句出現警告方法

解決:im

            self.navigationController!.popViewController(animated: true)將?改成!animate

相關文章
相關標籤/搜索