Obj-C

C code posted
created at 07 Nov 10:53

Edit | Back
1
2
3
4
5
6
- (void)endEditing:(id)sender 
{
    [self performSelector:@selector(updateStatus)
               withObject:nil 
               afterDelay:0.05];
}
153 Bytes in 2 ms with coderay