UIImageView控件
摘要:
UIImageView是用于显示图像的,在iOS开发中,我们无需专门去写什么代码,不需要检查设备的类型,只需要把1x、2x、3x的图像添加到项目中,图像视图会自动的在正确的时间加载正确的图像。 (1)UIImageView的创建及简单用法 UIImageView *imageView = [[UII 阅读全文
posted @ 2015-08-12 18:02 乱七八糟21号 阅读(424) 评论(0) 推荐(0)