equal
deleted
inserted
replaced
42 |
42 |
43 aTableView.separatorColor = [UIColor darkYellowColor]; |
43 aTableView.separatorColor = [UIColor darkYellowColor]; |
44 aTableView.separatorStyle = UITableViewCellSeparatorStyleNone; |
44 aTableView.separatorStyle = UITableViewCellSeparatorStyleNone; |
45 aTableView.delegate = self; |
45 aTableView.delegate = self; |
46 aTableView.dataSource = self; |
46 aTableView.dataSource = self; |
47 |
47 |
|
48 aTableView.rowHeight = 44; |
|
49 |
48 [self.view addSubview:aTableView]; |
50 [self.view addSubview:aTableView]; |
49 [aTableView release]; |
51 [aTableView release]; |
50 |
52 |
51 [super viewDidLoad]; |
53 [super viewDidLoad]; |
52 } |
54 } |