我在故事板中有一个UIViewController,它托管一个使用IBOutlet
引用的collectionView。但是,现在我把它放在PageViewController
里面并像这样引用它,而不是使用seque:
let initial = FeedCollectionViewController()
let viewControllers = [initial]
setViewControllers(viewControllers, direction: .Forward, animated: true, completion: nil)
问题是collectionView
现在是nil
。
答案 0 :(得分:1)
当然没有。您在故事板中构建了视图控制器,因此您应该从故事板中初始化它。像这样:
global.a = {
window.a = {