0
嗨,並提前感謝任何能夠幫助我的人。 我正在與EPCalendarPicker(一個快速日曆庫)合作,我想知道我是否能夠在容器中顯示日曆,而不是當前如何在我的其他內容上打開全屏。我可以在容器中顯示EPCalendar而不是全屏嗎?
let navigationController = UINavigationController(rootViewController: calendarPicker)
self.presentViewController(navigationController, animated: true, completion: nil)
有什麼辦法解決這個問題嗎?
謝謝!
吉格斯我:崩潰我的應用程序原因:'UICollectionView數據源未設置' –