Andy--清风

总有一种东西能让你一直为他奋斗终身, 永不孤独寂寞
随笔 - 30, 文章 - 1, 评论 - 107, 阅读 - 91593
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

2011年11月21日

摘要: 1.UIImageView的讲解(1)初始化UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0.0,45.0,300,300)];imageView.image = [UIImage imageNamed:@"a.png"];//加载入图片[self.view addSubView:image];也可以这样声明:UIImage *image = [[UIImage alloc] initWithData:[NSData dataWithContentsOfURL:[NSURL UR 阅读全文

posted @ 2011-11-21 17:30 Andy--清风 阅读(7100) 评论(1) 推荐(4) 编辑

点击右上角即可分享
微信分享提示