BKCategories是一个快速开始的分类集合。
#ifdef __OBJC__
...
#import "UIView+Position.h"
#import "UIColor+Hex.h"
...
#endif
UIView *view = [[UIView alloc] initWithFrame:self.view.bounds];
...
view.width = 160.0;
view.left = 160.0;
...
view.backgroundColor = [UIColor colorWithHexString:@"cccccc"];