Incorrect iOS 7 storyboard configuration

I switched from Xcode 4.6.2 to Xcode 5 GM and got this error:

The Builder interface does not support UITableView sizes greater than 10,000 by 10,000. Does any body have the same problem?

+4
source share
1 answer

It seems my problem was in one of my tables. A table in another table with such terrible sizes, so I have not seen this before. So I just delete it from there, and everything looks fine.

Thank you all for your help.

0
source

Source: https://habr.com/ru/post/1502361/


All Articles