UITableView Empty with iOS 9 beta 5 update

前端 未结 5 959
轮回少年
轮回少年 2020-12-02 00:00

After updating to Xcode 7 and then the iOS 9 beta 5 on my iPhone, none of my UITableViews are displaying data, except one. They are all downloading information from my Parse

5条回答
  •  -上瘾入骨i
    2020-12-02 00:56

    I also had this problem in iOS 9.1. If you're only developing for one device family per storyboard, try unchecking "Use Size Classes" in the file inspector of the storyboard. It solved it for me.

提交回复
热议问题