上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: 加手势   阅读全文
posted @ 2015-05-15 10:00 小天才努努 阅读(539) 评论(0) 推荐(0)
摘要: http://wenku.baidu.com/course/view/1ce3571252d380eb62946d8c?cid=502 阅读全文
posted @ 2015-05-11 21:59 小天才努努 阅读(135) 评论(0) 推荐(0)
摘要:   阅读全文
posted @ 2015-05-10 22:05 小天才努努 阅读(168) 评论(0) 推荐(0)
摘要: - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event{ NSArray *allTouches = [touches allObjects]; if([allTouches count] >=2)... 阅读全文
posted @ 2015-05-10 16:15 小天才努努 阅读(202) 评论(0) 推荐(0)
摘要: http://www.cocoachina.com/ios/20141111/10190.html 阅读全文
posted @ 2015-05-09 21:08 小天才努努 阅读(115) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/cuiweijie3/article/details/8778198/ 阅读全文
posted @ 2015-05-08 16:46 小天才努努 阅读(126) 评论(0) 推荐(0)
摘要: (UIImage*)imageWithImageSimple:(UIImage*)image scaledToSize:(CGSize)newSize { // Create a graphics image context UIGraphicsBeginImageContext(newSize); // Tell the old image to draw ... 阅读全文
posted @ 2015-05-08 10:47 小天才努努 阅读(223) 评论(0) 推荐(0)
摘要: //// main.m// StructExer//// Created by apple on 14-9-2.// Copyright (c) 2014年 apple. All rights reserved.//#import /*struct Student { char nam... 阅读全文
posted @ 2015-05-07 18:16 小天才努努 阅读(148) 评论(0) 推荐(0)
摘要: 1.block的声明和注意事项#import "ZYViewController.h"@interface ZYViewController ()@end/*用typedef可以声明一种类型的block*///block前加上typedef, 那么就不是一个block指针(变量),而是一种block... 阅读全文
posted @ 2015-05-05 23:13 小天才努努 阅读(236) 评论(0) 推荐(0)
摘要: IT社区:http://www.cnblogs.com/ http://www.csdn.net/ http://www.51cto.com/ http://www.cocoachina.com/ http://www.techcn.com.cn/ http://mobilehub.io... 阅读全文
posted @ 2015-05-05 15:37 小天才努努 阅读(144) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页