满意答案
caoben92d22
2017.10.28
采纳率:41% 等级:12
已帮助:15808人
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
[self CellTaxiTextForStarting:@"beijing" andDestination:@"Bibb" andUid:131];
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
- (void)CellTaxiTextForStarting:(NSString *)theStarting andDestination:(NSS