RLMLinkingObjects問題
請問老師,既然@property (readonly) RLMLinkingObjects *author;了,那么怎么再讓author的類型變成User的呢???后面的post.author = user;這個不就是錯誤的嗎?
請問老師,既然@property (readonly) RLMLinkingObjects *author;了,那么怎么再讓author的類型變成User的呢???后面的post.author = user;這個不就是錯誤的嗎?
2017-03-22
舉報
2017-06-03
?????????????
2017-03-22
原來我理解錯了?,F在了解了。