- 1
- 2
- 3
- 4
-(void)tableView:(UITableView*)tableView willBeginEditingRowAtIndexPath:(NSIndexPath *)indexPath
{
return UITableViewCellEditingStyleDelete;
}
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
Всего: 2
−108
-(void)tableView:(UITableView*)tableView willBeginEditingRowAtIndexPath:(NSIndexPath *)indexPath
{
return UITableViewCellEditingStyleDelete;
}
а почему бы и нет?
−78
-(id)initWithValue:(int *)TraineeID Name:(char *)name dob:(NSDate *)Dob heightf:(int *)heightf heightI:(int *)heightI weight:(float)weight TRBm:(float)BMI
{
Name=name;
dob=Dob;
HeightInFeet=heightf;
HeightInInch=heightI;
Weight=weight;
TrBMI = BMI;
}
Перлы Liquid Obj-C programming )))