十一岁的加重songxing10000…… ------ 回到博主首页
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页
摘要: // 单例#define DECLARE_SHARED_INSTANCE(className) \+ (className *)sharedInstance;#define IMPLEMENT_SHARED_INSTANCE(className) \+ (className *)sharedIn... 阅读全文
posted @ 2015-11-02 12:16 songxing10000 阅读(181) 评论(0) 推荐(0) 编辑
摘要: - (void)setBackgroundColor:(UIColor *)backgroundColor forState:(UIControlState)state { [self setBackgroundImage:[UIButton imageWithColor:background... 阅读全文
posted @ 2015-10-26 16:20 songxing10000 阅读(695) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ [[UIApplication sharedApplication] se... 阅读全文
posted @ 2015-10-22 11:54 songxing10000 阅读(136) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; // 获取系统自带滑动手势的target对象 id target = self.interactivePopGestureRecognizer.delegate; // 创建全屏滑动手势,调... 阅读全文
posted @ 2015-10-21 14:45 songxing10000 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-21 14:25 songxing10000 阅读(137) 评论(0) 推荐(0) 编辑
摘要: ZCTabNav-masterhttps://github.com/zcsoft/ZCTabNav层次构架清楚,很适合快速,导入 阅读全文
posted @ 2015-10-21 14:14 songxing10000 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 设置这个view背景色:[UIColor colorWithRed:0 green:0 blue:0 alpha:0.3];效果如下: 阅读全文
posted @ 2015-10-19 16:04 songxing10000 阅读(151) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/youtk21ai/article/details/48896043 阅读全文
posted @ 2015-10-18 14:21 songxing10000 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 01. GIT简介(PPT)================================================================================02. GIT命令行帮助============================================... 阅读全文
posted @ 2015-10-17 00:16 songxing10000 阅读(117) 评论(0) 推荐(0) 编辑
摘要: sudo chown -R root /Applications/Xcode6.1.1.app/这里把这个/Applications/Xcode6.1.1.app/替换成你xocde据在的位置 阅读全文
posted @ 2015-10-16 15:43 songxing10000 阅读(608) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页