美文网首页
iOS 数据持久化

iOS 数据持久化

作者: 派大星的博客 | 来源:发表于2018-10-15 17:55 被阅读2次
    KeyChain.png

    1、KeyChain :Securely store small chunks of data on behalf of the user.
    KeyChain Apple Documentation

    2、UserDefaults :An interface to the user’s defaults database, where you store key-value pairs persistently across launches of your app.
    UserDefaults Apple Documentation

    3、NSKeyedArchiver : A coder that stores an object's data to an archive referenced by keys.
    NSKeyedArchiver Apple Documentation

    相关文章

      网友评论

          本文标题:iOS 数据持久化

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