Xcode使用教程详细讲解(全)
ios通过按钮点击异步加载图片
比较原始的方法: AsyncImageView.h: #import <UIKit/UIKit.h> @interface AsyncImageView : UIView { NSURLConnection* connection; NSMutableData* data; } - (void)loadImageFromURL:(...
ios开发中时间转换的方法集锦
ios下移动文件方法汇总
这段objective c代码用于移动指定路径下的文件 if ([fileManager copyItemAtPath:@'FilePath1' toPath:@'FilePath2' error:NULL]) { NSLog(@'Copied successfully'); } 方法二: 使用 NSFileM...




