码迷,mamicode.com
首页 >  
搜索关键字:nsdictionary    ( 1069个结果
使用摄像头录像后,需要删除系统缓存数据!
当我使用UIImagePickerController,录像 完成后,使用 -(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info 保存需要的数据,数据的链接或者数...
分类:其他好文   时间:2014-11-28 18:44:49    阅读次数:200
转 UINavigationController标题文字颜色
iOS 5 以后 UINavigationController 可以 改变UINavigationBar导航条标题颜色和字体[self.navigationController.navigationBar setTitleTextAttributes:[NSDictionary dictionary...
分类:其他好文   时间:2014-11-28 17:56:45    阅读次数:172
NSDICTIONARY获取内容的CRASH
NSString *path = [self.dataPath stringByAppendingPathComponent:@"dummy.plist"];NSMutableDictionary *dict = [[NSMutableDictionary alloc] initWithConten...
分类:其他好文   时间:2014-11-28 00:53:59    阅读次数:238
iOS 基础 第一节 UIview
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization af....
分类:移动开发   时间:2014-11-27 21:58:34    阅读次数:198
ios UI 第二节 基本控件
UILable UIBUtton UITextField- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Overrid....
分类:移动开发   时间:2014-11-27 21:49:29    阅读次数:237
NSDictionary获取内容的crash
相关资料:http://stackoverflow.com/questions/14489071/nsdictionary-release-triggers-valueforkey-return-value-releaseNSString *path = [self.dataPath stringB...
分类:其他好文   时间:2014-11-27 20:20:15    阅读次数:204
NSSet与NSArray区别
NSSet与NSArray区别 NSSet到底什么类型,其实它和NSArray功能性质一样,用于存储对象,属于集合;NSSet , NSMutableSet类声明编程接口对象,无序的集合,在内存中存储方式是不连续的,不像NSArray,NSDictionary(都是有序的集合)类声明编程接口...
分类:其他好文   时间:2014-11-27 18:05:41    阅读次数:116
检查更新的version获取 注意事项
// 检查更新- (void)updateVersion{ // 获取app版本 NSDictionary *infoDictionary = [[NSBundlemainBundle] infoDictionary]; NSString *currentVersion = [infoDict...
分类:其他好文   时间:2014-11-26 13:34:27    阅读次数:143
[OC Foundation框架 - 10] NSDictionary
通过唯一的key找到相应的value,类似于MapNSDictionary是不可变的1.创建 1 void dicCreate() 2 { 3 //Immutable 4 // NSDictionary *dic = [NSDictionary dictionary]; 5 6...
分类:其他好文   时间:2014-11-24 20:43:30    阅读次数:194
[OC Foundation框架 - 12] NSNumber
1.概念NSArray,NSDictionary只能放OC对象,不能放入基本数据类型必须使用包装类NSNumber,把基本数据类型包装成OC对象不支持自动包装解包 1 void number() 2 { 3 NSNumber *number = [NSNumber numberWithInt...
分类:其他好文   时间:2014-11-24 20:42:15    阅读次数:239
1069条   上一页 1 ... 83 84 85 86 87 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!