IOS使用progssview仿滴滴打车圆形计时
如何用IOS调用WebService(SOAP接口)
XCode编译速度慢的处理方法
仿iOS图标抖动的方法,仿iOS图标抖动代码实例
仿iOS图标抖动 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 #import 'LHViewController.h' #define angelToRandian(x) ((x)/180.0*M_PI) @interface...
ios多种语言的本地化思路
IOS检测指定路径的文件是否存在
- (NSString *)dataPath:(NSString *)file { NSString *path = [[NSHomeDirectory() stringByAppendingPathComponent:@'Documents'] stringByAppendingPathComponent:@'badge']; BOOL bo = [[NS...
ios系统下删除文件的代码
方法一:这段objective c代码用于删除指定路径的文件 1 2 3 if ([fileManager removeItemAtPath:@'FilePath' error:NULL]) { NSLog(@'Removed successfully'); } 方法二: 1 2 3 4 5 NS...




