我可以使用InAppSettings与核心数据而不是plist? [英] can I use InAppSettings with core data instead of plist?

查看:176
本文介绍了我可以使用InAppSettings与核心数据而不是plist?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以使用 InAppSettings 作为使用tableview样式添加/编辑设置的方法(圆角等),但是一旦收集使用收集的数据持久存储/从我的核心数据存储?也就是说,假设我已经有核心数据核心,我将使用InAppSettings作为实现数据收集屏幕的手段。

Could I use InAppSettings as a means to add/edit settings with the tableview style (rounded edges etc), but then once collected use the collected data to persist to/from my core data store? That is, assuming I already have the core data core in place I would be using InAppSettings as a means to implement the data collection screens essentially.

这是可能的/有意义的为InAppSettings?

Is this possible / make sense for InAppSettings?

另一种查看问题的方法是,是否值得尝试将InAppSettings集成到我的coredata应用程序中,作为获得漂亮的维护屏幕与圆角边缘和iphone设置应用程序的外观和感觉。

Another way of looking at the question is whether it is worth trying to integrate InAppSettings into my coredata app as a means to get the nice maintenance screens with rounded edges and the iphone settings app look and feel.

背景 - 我的应用程序中的用户可以创建多个视图配置(尽可能多的)。所以我的想法是InAppSettings是否可以用于一个视图配置的维护屏幕。配置数据的布局大致类似:

Background - A user in my app can create several view configurations (as many as they wish). So my thought was whether InAppSettings could be used for the maintenance screens for one view configuration. The layout of the config data would be roughly like:


  • 项目(NSArray)//多个可能的视图

    • Item(NSDictionary)//可以inappsettingskit从这里捕获数据&传递回我的目标c调用方法 - 然后我可以坚持到coredata

      • aString:NSString

      • aString2:NSString

      • aDate:NSDate

      • aDate2:NSDate

      • aBool:BOOL

      • aTI1:NSTimeInterval

      • aTI2:NSTimeInterval

      • 关键字( NSMutableArray

        • 关键字:NSString

        • 关键字:NSString

        • Items (NSArray) // Multiple possible views
          • Item (NSDictionary) // Could inappsettingskit capture data from here down & pass back to my objective-c calling method - then I could persist it to coredata
            • aString: NSString
            • aString2: NSString
            • aDate: NSDate
            • aDate2: NSDate
            • aBool: BOOL
            • aTI1: NSTimeInterval
            • aTI2: NSTimeInterval
            • Keywords (NSMutableArray)
              • keyword: NSString
              • keyword: NSString

              推荐答案

              应该可以使用 InAppSettingsKit 编写您自己的 IASKSettingsStore

              Should be possible with InAppSettingsKit by writing your own IASKSettingsStore.

              这篇关于我可以使用InAppSettings与核心数据而不是plist?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆