#if TARGET_IPHONE_SIMULATOR//模拟器 #elif TARGET_OS_IPHONE//真机 #endif
/***********************.m文件********************************/ #import "ViewController.h" @…
//1.设置self.tabBarController.tabBar.hidden=YES; self.tabBarController.tabBar.hidden=YES; //…
if(![[NSUserDefaults standardUserDefaults] boolForKey:@firstStart]){ [[NSUserDefaults stan…
//数组是值类型(结构体),所以此处为值传递,并指定了方法参数得外部参数名与内部参数名一样 func selectionSort(var #num:[Int]) -> [In…
UIAlertView *alert=[[UIAlertView alloc]initWithTitle:@"提示" message:promptTitle delegate:ni…
/* iphone获取sim卡信息 1.加入一个Framework(CoreTelephony.framework). 2.引入头文件 #import <CoreTeleph…
/* *点击获取prodcut实例并初始化订单信息 */ Product*product = [[Product alloc] init]; product.subject=@&q…
前言 还记得大学刚学数据库那会儿,天真地以为世界上所有的存储都需要用数据库来做。后来毕业后,正值NOSQL流行,那时我在网易参与了网易微博的开发,我们当时使用了有道自己做的“Big…
#import "ViewController.h" @interface ViewController ()<UITextFieldDelegate> { UITex…
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictiona…
//链接 NSURL *url = [NSURL URLWithString:@"链接"]; [[UIApplication sharedApplication] openURL:…