list_ = [[UITableView alloc] initWithFrame:[self bounds] style:UITableViewStylePlain];
[list_ setAutoresizingMask:UIViewAutoresizingFlexibleBoth];
- [list_ setRowHeight:73.0f];
+ [list_ setRowHeight:73];
[self addSubview:list_];
[list_ setDataSource:self];
list_ = [[UITableView alloc] initWithFrame:[[self view] bounds] style:UITableViewStylePlain];
[list_ setAutoresizingMask:UIViewAutoresizingFlexibleBoth];
- [list_ setRowHeight:73.0f];
+ [list_ setRowHeight:73];
[[self view] addSubview:list_];
[list_ setDataSource:self];