码迷,mamicode.com
首页 > 移动开发 > 详细

iOS方法封装

时间:2014-11-17 00:24:29      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:io   os   sp   for   bs   ad   as   nbsp   c   

 (void) setSubView:(UIView *)masterView subCCGRect:(CGRect)subCCGRect

    imageName:(NSString *)imageName

    indexVaule :(NSInteger) indexVaule {

    

    UIImageView *imageView = [[UIImageView alloc] initWithFrame:subCCGRect];

    imageView.image = [UIImage imageNamed:[NSString stringWithFormat:imageName,indexVaule+1]];

    [masterView addSubview:imageView];

 

}

图片绑定的用的地方不少,先封装一个 试试。

iOS方法封装

标签:io   os   sp   for   bs   ad   as   nbsp   c   

原文地址:http://www.cnblogs.com/wcLT/p/4102668.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!