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