摘要:
.h文件@interface DetailsViewController : UITableViewController { NSDictionary *dict;}@property (nonatomic, retain) NSDictionary *dict;.m文件代码@implementation DetailsViewController@synthesize dict; - (void)viewDidLoad{ self.dict = [NSDictionary dictionaryWithObjectsAndKeys: @"Alfred", @"Na 阅读全文
posted @ 2012-06-11 11:06
Season2009
阅读(569)
评论(0)
推荐(0)
浙公网安备 33010602011771号