摘要:
- (NSString *)getCarrier { NSString *strCarrier = nil; CTTelephonyNetworkInfo *networkInfo = [[CTTelephonyNetworkInfo alloc] init]; CT... 阅读全文
posted @ 2014-08-10 22:19
翔子的麦田
阅读(254)
评论(0)
推荐(0)
摘要:
一.控制器的创建1.第一种创建方式 FCViewController *vc = [[FCViewController alloc] init]; 2.第二种创建方式 // 加载UIStoryboard(注意:仅仅是加载名称叫做Test的storyboard, 并不会创建storyboard中的控... 阅读全文
posted @ 2014-08-10 11:05
翔子的麦田
阅读(373)
评论(0)
推荐(0)
摘要:
- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. _showWebView = [[UIWebView alloc] initWithFrame:... 阅读全文
posted @ 2014-08-10 01:22
翔子的麦田
阅读(480)
评论(0)
推荐(0)