[size=medium]
使用手势UIGestureRecognizer对图像进行缩放、移动、旋转操作
[url]http://www.oschina.net/code/snippet_54100_8105[/url]
UIView背景的渐变
[url]http://www.oschina.net/code/snippet_54100_8115[/url]
UITextFiled键盘遮挡问题
[url]http://www.oschina.net/code/snippet_54100_8633[/url]
[self performSelector:@selector(stopProgress) withObject:self afterDelay:delay];[/size]
[size=large]--文件
[url]http://blog.csdn.net/iphoneing/archive/2010/09/09/5872610.aspx[/url]
[url]http://sdlqhjk.iteye.com/blog/899019[/url]
[url]http://www.opensoce.com/?p=1298[/url][/size]
[size=large]--UUID [/size]
使用手势UIGestureRecognizer对图像进行缩放、移动、旋转操作
[url]http://www.oschina.net/code/snippet_54100_8105[/url]
UIView背景的渐变
[url]http://www.oschina.net/code/snippet_54100_8115[/url]
UITextFiled键盘遮挡问题
[url]http://www.oschina.net/code/snippet_54100_8633[/url]
[self performSelector:@selector(stopProgress) withObject:self afterDelay:delay];[/size]
[size=large]--文件
[url]http://blog.csdn.net/iphoneing/archive/2010/09/09/5872610.aspx[/url]
[url]http://sdlqhjk.iteye.com/blog/899019[/url]
[url]http://www.opensoce.com/?p=1298[/url][/size]
//NSBundle,主要用于获取资源文件
NSString *filepath = [[NSBundle mainBundle] pathForResource:@"文件名" ofType:@"后缀名"];
//写入一些程序运行时需要用得数据,里面写入得数据在程序退出后会没有
NSString *filepath = [NSTemporaryDirectory() stringByAppendingPathComponent: @"文件全名"];
[size=large]--UUID [/size]
CFUUIDRef uuid = CFUUIDCreate(NULL);
CFStringRef uuidStr = CFUUIDCreateString(NULL, uuid);
NSString *result = [NSTemporaryDirectory() stringByAppendingPathComponent:[NSString stringWithFormat:@"%@-%@", prefix, uuidStr]];
CFRelease(uuidStr);
CFRelease(uuid);
本文探讨了如何使用手势UIGestureRecognizer实现图像缩放、移动、旋转,并介绍了UIView背景渐变与解决UITextField键盘遮挡问题的方法。
1974

被折叠的 条评论
为什么被折叠?



