02 2015 档案
摘要:#pragma mark - 点击选择按钮-(void)selectedButtonClicked:(UIButton * )sender{ if (tempButton == nil){ sender.selected = YES; tempButton = se...
阅读全文
摘要:NSString * key = (__bridge NSString *) kCFBundleVersionKey; /// 当前软件的版本号 NSString * currentVersion = [NSBundle mainBundle].infoDictionary[key]; ...
阅读全文
摘要:首先两个方法都是异步执行。layoutSubviews方便数据计算,drawRect方便视图重绘。layoutSubviews在以下情况下会被调用:1、init初始化不会触发layoutSubviews。2、addSubview会触发layoutSubviews。3、设置view的Frame会触发l...
阅读全文
摘要:#pragma mark- 返回一张自由拉伸的图片+ (UIImage *)resizableImage:(NSString *)name{ UIImage *image = [self imageWithName:name]; CGFloat left = image.size.width *...
阅读全文

浙公网安备 33010602011771号