开发者

I want to insert a image in a cell which is the part of UITableView(grouped) with the coordination(image) in iphone?

开发者 https://www.devze.com 2022-12-25 14:29 出处:网络
I want to insert a image in a cell which is the part of UITableView(grouped)开发者_如何学运维 with the coordination(image) in iphone ?Use UITableViewCell\'s imageView property to set an image.

I want to insert a image in a cell which is the part of UITableView(grouped)开发者_如何学运维 with the coordination(image) in iphone ?


Use UITableViewCell's imageView property to set an image.

myCell.imageView.image = myImage;
0

精彩评论

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