1. Objective C / Говнокод #18018

    −415

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    8. 8
    - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex{
        if (buttonIndex == 0) {
            return;
        } else{
            self.dict[@"blahBlahBlahKey"] = @"0";
        }
        [self requst];
    }

    чудеса адгоритмизации

    Запостил: ep_fl, 18 Апреля 2015

    Комментарии (1) RSS

    Добавить комментарий