随笔分类 -  OS X

设置savepanel或openpanel的默认打开路径方法
摘要:NSSavePanel *fileDialog = [NSSavePanel savePanel];[fileDialog setAllowedFileTypes:[NSArray arrayWithObject:@"rar"]];//允许保存的文件后缀名[fileDialog setDirecto... 阅读全文
posted @ 2014-08-02 13:58 orientwolf 阅读(460) 评论(0) 推荐(0)
NSAutoreleasePool报错
摘要:错误信息:NSAutoreleasePool' is unavailable: not available in automatic reference counting mode错误原因:阅读的书籍用的是老版本的Xcode,而自己使用的是Xcode5,新版本中苹果引入了自动记算引用数的功能,所以老... 阅读全文
posted @ 2014-05-02 08:52 orientwolf 阅读(229) 评论(0) 推荐(0)