- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex{
if (buttonIndex == 0) {
return;
} else{
self.dict[@"blahBlahBlahKey"] = @"0";
}
[self requst];
}
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
Всего: 2
−415
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex{
if (buttonIndex == 0) {
return;
} else{
self.dict[@"blahBlahBlahKey"] = @"0";
}
[self requst];
}
чудеса адгоритмизации
−411
NSDate *dateFromString = [[NSDate alloc] init];
dateFromString = [dateFormatter dateFromString:cell.textFieldCell.text];
Когда человек не знает, что делает