CETableViewBinding icon indicating copy to clipboard operation
CETableViewBinding copied to clipboard

Update This file method "removeLastObject"

Open KevinTao24 opened this issue 8 years ago • 0 comments

@ColinEberhardt Hey Colin, first thank you very much about this CETableViewBinding Project. I found a issue may be is error. Hope you can check it or right? Kevin.

number of line: 70: the method of "removeLastObject" NSUInteger index = self.count ; all right? not the NSUInteger index = self.count - 1;

KevinTao24 avatar Mar 31 '16 06:03 KevinTao24