UITableView Empty with iOS 9 beta 5 update

前端 未结 5 963
轮回少年
轮回少年 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条回答
  •  抹茶落季
    2020-12-02 00:52

    For my fix I had to find the problematic subview through trial and error of removing each until the issue went away. I don't know exactly what the issue was but after creating a new subview it works now. Absolutely zero warnings or errors generated.

提交回复
热议问题