SCNetworkReachabilityFlags flags; BOOL receivedFlags; SCNetworkReachabilityRef reachabilit…
- (void)applicationDidEnterBackground:(UIApplication *)application{ [[UIApplication shared…
NSString* imageURL = [NSString stringWithFormat: @"http://theimageurl.com/?id=%@"…
- (void)textFieldDidBeginEditing:(UITextField *)textField{ NSArray *ws = [[UIApplication s…
+ (NSNumber *) numberHexString:(NSString *)aHexString { // 为空,直接返回. if (nil == aHexString)…
定位需要使用苹果官方的类库CoreLocation,通过GPS来确定位置信息 并且需要实现CLLocationManagerDelegate协议 1.首先添加类库CoreLocat…
ios开发-三种随机数方法--个人学习之路的总结。 ios 有如下三种随机数方法: 1. srand((unsigned)time(0…
ios开发-判断手机反转 //监听手机方向改变事件 [[NSNotificationCenter defaultCenter] addObserver:self selector:…
如果我们要检测app版本的更新,那么我们必须获取当前运行app版本的版本信息和appstore 上发布的最新版本的信息。 当前运行版本信息可以通过info.plist文件中的 ve…
// // ViewController.m // 获取手机通讯录 //记得导入头文件#import <AddressBook/AddressBook.h>#impor…
1、在AppDelegate.h中进行如下设置: 1. -(BOOL)application:(UIApplication *)applicationdidFinishLaunch…
+ (BOOL) isMobileNumber:(NSString *)mobileNum; + (BOOL) isMobileNumber:(NSString *)mobileN…