Assertion failure in dequeueReusableCellWithIdentifier:forIndexPath:

前端 未结 22 1309
长情又很酷
长情又很酷 2020-11-22 10:10

So I was making an rss reader for my school and finished the code. I ran the test and it gave me that error. Here is the code it\'s referring to:

- (UITableV         


        
22条回答
  •  自闭症患者
    2020-11-22 10:57

    I'll just add that Xcode 4.5 includes the new dequeueReusableCellWithIdentifier:forIndexPath:
    in its default template code - a potential gotcha for developers expecting the older dequeueReusableCellWithIdentifier: method.

提交回复
热议问题