08 2015 档案

摘要:https://github.com/bingxue314159/SuperDemo 阅读全文
posted @ 2015-08-28 10:45 xiaoxiaoxigua 阅读(207) 评论(0) 推荐(0) 编辑
摘要:动画组合(uber启动时的等待效果代码)- (void)startAnimation {self.layer.masksToBounds=0;self.layer.cornerRadius=50;if(self.layer.sublayers==nil) { [selfsetUpAnimation]... 阅读全文
posted @ 2015-08-19 12:53 xiaoxiaoxigua 阅读(174) 评论(0) 推荐(0) 编辑
摘要:YTKNetwork 是猿题库 iOS 研发团队基于 AFNetworking 封装的 iOS 网络库,其实现了一套 High Level 的 API,提供了更高层次的网络访问抽象。YTKNetwork 使用基础教程https://github.com/yuantiku/YTKNetwork/blo... 阅读全文
posted @ 2015-08-14 18:56 xiaoxiaoxigua 阅读(410) 评论(0) 推荐(0) 编辑
摘要:- (BOOL) isBlankString:(NSString *)string { if (string == nil || string == NULL) { return YES; } if ([string isKindOfClass:[NSNull class]]) { ... 阅读全文
posted @ 2015-08-10 11:32 xiaoxiaoxigua 阅读(185) 评论(0) 推荐(0) 编辑
摘要:UIView *view2 = [[UIView alloc] initWithFrame:CGRectMake(120, 10, 80, 80)]; view2.backgroundColor = [UIColor redColor]; [self.view addSubview:view2]; ... 阅读全文
posted @ 2015-08-03 14:18 xiaoxiaoxigua 阅读(1102) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示