美文网首页
iOS 数据库真机测试时候打不开

iOS 数据库真机测试时候打不开

作者: J_HX | 来源:发表于2017-03-28 15:58 被阅读79次
  • NSDocumentDirectory 是指程序中对应的Documents路径,而NSDocumentionDirectory对应于程序中的Library/Documentation路径,这个路径是没有读写权限的,所以看不到文件生成。
  • 路径的NSdocumentDirectory改成 ---- > NSDocumentationDirectory

iOS tableView列表获取点击下标的可以通过UIButton的tag值来实现。。

相关文章

网友评论

      本文标题:iOS 数据库真机测试时候打不开

      本文链接:https://www.haomeiwen.com/subject/kswjottx.html