Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用适用于 iOS 的最新 RestKit。我有几个不同的 API 想要映射到同一个 CoreData 对象中。我正在尝试在标识数据来自哪个 API 的对象上的字段中硬编码一个值。
有谁知道这是否可以使用 RKEntityMapping for RestKit?
您需要将用于存储此值的 API 字段设置为transient核心数据对象。接下来使用setWillMapDeserializedResponseBlock 添加块:您可以在其中将专用指标值添加到映射字典。
transient