1. Список говнокодов пользователя ios_shit_coder

    Всего: 2

  2. Objective C / Говнокод #11483

    −108

    1. 1
    2. 2
    3. 3
    4. 4
    -(void)tableView:(UITableView*)tableView willBeginEditingRowAtIndexPath:(NSIndexPath *)indexPath
    {
        return UITableViewCellEditingStyleDelete;
    }

    а почему бы и нет?

    ios_shit_coder, 27 Июля 2012

    Комментарии (15)
  3. Objective C / Говнокод #11482

    −78

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    8. 8
    9. 9
    -(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 )))

    ios_shit_coder, 27 Июля 2012

    Комментарии (3)