随笔分类 - ios
工作问题
摘要:UIImage *image = self.imageCompainPhoto.image; NSData *imageData = UIImagePNGRepresentation(image); [imageData writeToFile:@"/Users/apple/desktop/123...
阅读全文
摘要:#import @implementation NSDictionary (Log)- (NSString *)descriptionWithLocale:(id)locale{ NSMutableString *str = [NSMutableString string]; [...
阅读全文
摘要:设置push过去的控制器的颜色就好了self.view.backgroundColor = MAIN_COLOR_GRAY;
阅读全文
摘要://// SCMyOrderViewController.m// SmartCommunity//// Created by chenhuan on 15/9/7.// Copyright (c) 2015年 smartcommunity. All rights reserved.//#im...
阅读全文
摘要:SCAllOrderViewController *redController = [[SCAllOrderViewController alloc] init]; redController.tag=1; [redController setTitle:@"全部"]; SCWatiPa...
阅读全文
摘要://拖动返回选中的索引 当滚动视图停止时的时候- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{ CGFloat width = scrollView.frame.size.width; NSLog(@"%f"...
阅读全文
摘要:-(instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier{ if (self == [super initWithStyle:style reuseI...
阅读全文
摘要:calayer=[CALayer layer]; // SCMylayer *layer = [SCMylayer layer]; //2.设置layer的属性 calayer.backgroundColor=[UIColor clearColor].CGColor; ...
阅读全文
摘要:Buid Setting search sign
阅读全文
摘要:废话不说,直接上代码 1 // 2 // CommunityTool.h 3 // SmartCommunity 4 // 5 // Created by chenhuan on 15/9/2. 6 // Copyright (c) 2015年 smartcommunity. All rig...
阅读全文

浙公网安备 33010602011771号