2011年4月29日

loadView vs viewDidLoad

摘要: The Problem:I was getting a white screen with no data in a UITableView on it in the iPhone simulator.The Solution:I had my initialization code for the array in the the "loadView" method and not the "viewDidLoad" methodExplanation:Don't read self.view in -loadView. Only set it 阅读全文

posted @ 2011-04-29 14:02 GaryGaryGary 阅读(101) 评论(0) 推荐(0)

导航