Xcode 4.5 corrupting XIBs?

前端 未结 8 2121
后悔当初
后悔当初 2020-12-13 04:09

i am using the new xcode 4.5, i have this lines of code on some view controller:

DiscoverCell* cell=[table dequeueReusableCellWithIdentifier:@\"DiscoverCell\         


        
8条回答
  •  醉话见心
    2020-12-13 04:14

    I am using Xcode 4.5 and iPhone simulator 5.0 and it this same error when the first Table was displayed. Following the 'uncheck autolayout' advice, I got it working by Switching the Document Versioning to iOS 5.0. (Storyboard selected -> File Identify tab -> Interface Builder Document -> Document Versioning.) The AutoLayout was already unselected.

提交回复
热议问题