摘要: 1、使用场合 UIImageView:如果仅仅是为了显示图片,不需要监听图片的点击事件 UIButton:既要显示图片,又要监听图片等点击事件 2、相同点 都能显示图片 3、不同点 UIButton能处理点击事件,UIImageView不能处理点击事件 UIButton既能显示图片,又能显示文字 U 阅读全文
posted @ 2016-11-27 22:21 算盘 阅读(187) 评论(0) 推荐(0) 编辑