私は1つのオブジェクトを持っています - NSObject、NSDictionaryから割り当てられた構造体は次のとおりです:
{
author = "abc";
content = "xyz";
img = "1.gif";
title = "bla bla"
}
に変更しDetailViewController、値の代入方法 -> UILabel、 Assume を代入
DetailViewController.h, @property(strong ,nonatomic) UILabel *bookTitle;
フィールドのタイトルを NSObject -> bookTitle に割り当てる方法は?