开发者

how can i load a display in tableview header section iphone?

ho开发者_JAVA技巧w can i display a image in tableview header section iphone ?


Just set its view to an UIImageView :

UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"foobar.png"]];
[[self tableView] setTableHeaderView:imageView];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜