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

    Всего: 1

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

    −533

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    - (void)swipeableTableViewCell:(SWTableViewCell *)cell didTriggerLeftUtilityButtonWithIndex:(NSInteger)index
    {
        switch (index) {
            case 0: STLog(@"left button 0 was pressed"); break;
            case 1: STLog(@"left button 1 was pressed"); break;
            case 2: STLog(@"left button 2 was pressed"); break;
            case 3: STLog(@"left btton 3 was pressed"); break;
            default: break;
        }
    }

    логируем кнопочки

    Disconnecter1987, 09 Декабря 2015

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