10 2014 档案

第一贱-UILabel
摘要:UILabel *label = [[UILabel alloc]init]; label.frame = CGRectMake(100, 100, 100, 100); label.text = @"我是label---redStar";//设置内容 label.backgroundCol... 阅读全文

posted @ 2014-10-30 17:21 jack_yan 阅读(134) 评论(0) 推荐(0)

iOS开发系列--让你的应用“动”起来
摘要:概览在iOS中随处都可以看到绚丽的动画效果,实现这些动画的过程并不复杂,今天将带大家一窥iOS动画全貌。在这里你可以看到iOS中如何使用图层精简非交互式绘图,如何通过核心动画创建基础动画、关键帧动画、动画组、转场动画,如何通过UIView的装饰方法对这些动画操作进行简化等。在今天的文章里您可以看到动... 阅读全文

posted @ 2014-10-29 14:49 jack_yan 阅读(150) 评论(0) 推荐(0)

AFNetworking 使用总结
摘要:NSString *URLTmp = @""; NSString *URLTmp1 = [URLTmp stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; //转码成UTF-8 否则可能会出现错误 URLTmp = U... 阅读全文

posted @ 2014-10-23 20:38 jack_yan 阅读(152) 评论(0) 推荐(0)

适配iOS7uinavigationbar遮挡tableView的问题
摘要://适配iOS7uinavigationbar遮挡tableView的问题 if([[[UIDevice currentDevice]systemVersion]floatValue]>=7.0) { self.edgesForExtendedLayout = UIRectEdgeNone... 阅读全文

posted @ 2014-10-10 16:22 jack_yan 阅读(244) 评论(0) 推荐(0)

通过控件获取cell
摘要:#pragma mark - 通过控件获取cell-(UITableViewCell*)GetCellFromTableView:(UITableView*)tableView Sender:(id)sender { CGPoint pos = [sender convertPoint:CGPoi... 阅读全文

posted @ 2014-10-09 19:10 jack_yan 阅读(225) 评论(0) 推荐(0)

即时通讯-第三方
摘要:http://www.rongcloud.cn/downloads 阅读全文

posted @ 2014-10-08 11:15 jack_yan 阅读(318) 评论(0) 推荐(0)