我创建了 tableview 和 detailviewcontroller,但是一旦我选择了单元格,例如:我选择行 Dog 它不是导航栏上的 writer Dog。怎么做?
我使用此代码
但这是一个警告,说“tableview”的本地声明隐藏了实例变量
DVC =DetailViewController
DVC.title = [[[self tableView:tableView cellForRowAtIndexPath:indexPath] textLabel] text];
谢谢!