All IBOutlets are nil

前端 未结 3 893
感情败类
感情败类 2020-12-19 16:44

Hello I am initializing viewController using this code:

 var aboutUsViewController = self.storyboard?.instantiateViewControllerWithIdentifier(\"AboutUsViewCo         


        
3条回答
  •  暖寄归人
    2020-12-19 17:09

    I found the answer. Instead of creating UIViewController , I created UIPageViewController!!!

提交回复
热议问题