博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

基本控件_UIImageView

Posted on 2011-07-08 09:20  星尘的天空  阅读(176)  评论(0编辑  收藏  举报

》》》总结和UIImageView相关的调用方法

UIImage *imageLogo = [[UIImage alloc] initWithContentsOfFile:[[[NSBundle mainBundle] resourcePath]               stringByAppendingPathComponent:@"LOGO.png"]];

UIImageView *logoImageView = [[UIImageView alloc] initWithImage:imageLogo];