11 2014 档案

摘要:NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init]; // 设置URL [request setURL:[NSURL URLWithString:@"http://www.baidu.com"]]; //请求服务器的... 阅读全文
posted @ 2014-11-28 15:22 i0ject 阅读(199) 评论(0) 推荐(0)
摘要:引用:http://blog.csdn.net/lovefqing/article/details/8516536#t3 http://blog.csdn.net/kindazrael/article/details/7917863单例模式用于当一个类只能有一个实例的时候,通常情况下这个“单例”... 阅读全文
posted @ 2014-11-25 11:59 i0ject 阅读(341) 评论(0) 推荐(0)
摘要:参考:http://www.2cto.com/kf/201401/274753.html http://blog.sina.com.cn/s/blog_a170e5c80101gsdj.html http://blog.csdn.net/perfect_promise/article/de... 阅读全文
posted @ 2014-11-25 10:25 i0ject 阅读(973) 评论(0) 推荐(0)
摘要:参考:http://blog.sina.com.cn/s/blog_6b8c3d7a01017m87.html http://www.cocoachina.com/bbs/read.php?tid=75122&page=1抗锯齿渲染(抗锯齿渲染就是在后期渲染时将物体边缘呈现的三角形的锯齿进行平滑... 阅读全文
posted @ 2014-11-17 10:43 i0ject 阅读(319) 评论(0) 推荐(0)
摘要:#pragma 画虚线 UIImageView *imageView1 = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, 320, 640)]; imageView1.backgroundColor = [UIColor redColor];... 阅读全文
posted @ 2014-11-13 11:33 i0ject 阅读(878) 评论(0) 推荐(0)
摘要:在实现一个TableView时需要实现两个代理方法实现- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section;- (UITableViewCell*)tableView:(UIT... 阅读全文
posted @ 2014-11-12 10:45 i0ject 阅读(322) 评论(0) 推荐(0)