self.presentViewController(cb_main_noticeView, animated: false, completion: nil)
Juste remove the navigationController, if you don’t have a navigation controller in your app.
solved How to navigate from xib to other xib in swift?
self.presentViewController(cb_main_noticeView, animated: false, completion: nil)
Juste remove the navigationController, if you don’t have a navigation controller in your app.
solved How to navigate from xib to other xib in swift?