category你不知道的那点事

2015-12-10  本文已影响46人  王老板

Category相关链接

Category的缺点

Category的优点

接下来我列举一下我项目中遇到的Category

 [cell.image setImageViewWithURL:[NSURL URLWithString:dic[@"logoPath"]]];```

* 校验是否为有效的手机号 ``#import "NSString+MALNSString.h"
``

(![_TextFieldThree.text isMobilePhoneNumber])


* 设置导航栏背景图片 ,和Title ``#import "UIViewController+MALNavigation.h"
``

[UIViewController setNavigationBarBgImage:self.navigationController andBgImage:[UIImage imageNamed:@"图片名字"]];
[self setCenterItemWithTitle:@""];


* 设置btn的点事件``#import "UIViewController+MALNavigation.h"
``

[barItem.contentBarItem addTarget:self action:@selector(click) forControlEvents:UIControlEventTouchUpInside];


* 创建Category``@interface UIImageView_Bg : UIImageView
``
把_删除在Bg处用()括住 把继承删除
上一篇 下一篇

猜你喜欢

热点阅读