0
showDescriptionPath正在從前一個Tableview傳遞。文本顯示出來,但整個路徑打印在UITextField中,而不是我的plist中的「Description」的值。我如何指定只顯示我的plist的「值」 - 現在整個路徑加載在我的UITextfield
NSString *DescriptionPath = [[NSBundle mainBundle] bundlePath];
NSString *DescriptionInfoPath = [DescriptionPath stringByAppendingPathComponent:showDescriptionInfo];
showDescription.text = [[NSString alloc] initWithFormat:@"%@",DescriptionInfoPath];