在iOS 5中,我創建了一個基於splitViewController的應用程序,其中在MasterViewController中有一個tableview,在DetailViewController中有一個標籤。當我選擇表中的任何一行時,我想在DetailViewController標籤中顯示該值。基於SplitViewController的iOS5中的應用程序
在DetailViewController中,標籤首次顯示值,但當我在tableView中選擇一行時,它不起作用。當我選擇任何行時,數據將進入DetailViewController但不加載標籤。
請幫我解決這個問題。