0
我在我的項目中使用Storyboard。故事板:自定義UITableView
如果我使用一個h.-File
我的代碼將:
IImage * backgroundImage = [UIImage imageNamed:@"bg_image.png"];
UIImageView * backgroundView = [[UIImageView alloc] initWithImage:backgroundImage];
self.tableView.backgroundColor = [UIColor clearColor];
self.tableView.backgroundView = backgroundView;
self.tableView.separatorColor = [UIColor colorWithRed:0 green:0 blue:0 alpha:0.2];
有沒有辦法只是在Interface Builder做這些定製?我想不是。我猜不是。
所以我的第二個問題是,如果我使用的代碼,我怎麼能保持Static cells
,我在Interface Builder所做的navigation segues
?只是忽略委託方法將是無稽之談。
所以我可以把所有的東西扔在一起?靜態單元格,導航段和自定義背景?
謝謝!
沒有幫助,抱歉。 – DAS 2012-04-09 14:42:17