11 2015 档案

摘要:if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7){ self.navigationController.navigationBar.barTintColor = [UIColor redColor]; } self.na... 阅读全文
posted @ 2015-11-24 11:03 谢小锋 阅读(134) 评论(0) 推荐(0)
摘要:[[UIApplication sharedApplication] setApplicationIconBadgeNumber:(这里是个数)]; 阅读全文
posted @ 2015-11-24 09:43 谢小锋 阅读(388) 评论(0) 推荐(0)
摘要:NSDictionary * d=@{@"name":@"zefeng"}; NSString * name =[[d allKeys]objectAtIndex:0]; [self presentViewController:[[NSClassFromString(name) alloc]init... 阅读全文
posted @ 2015-11-23 17:56 谢小锋 阅读(172) 评论(0) 推荐(0)
摘要://// ViewController.m// 蓝牙//// Created by 谢泽锋 on 15/11/2.// Copyright (c) 2015年 xiezefeng. All rights reserved.//#import "ViewController.h"#import @in... 阅读全文
posted @ 2015-11-21 17:50 谢小锋 阅读(167) 评论(0) 推荐(0)