What is the equivalent of Android content provider in IOS?

前端 未结 3 1964
时光说笑
时光说笑 2020-12-20 01:06

What is the equivalent of Android\'s content provider in iOS?

Summary:

A content provider manages access to a central repository of data. A pr

3条回答
  •  一向
    一向 (楼主)
    2020-12-20 02:02

    There's a way to share content between apps via keychain if one wanted to in iOS. I think this is the closest I can think of that is equivalent to the content provider in Android.

    Good reference here: http://shaune.com.au/ios-keychain-sharing-data-between-apps/

提交回复
热议问题