Ariel Pollack

Results 6 comments of Ariel Pollack

same request. IMO it's legitimate to expect having the option to save more information on each row. specifically in this case where we'll probably want to have a relation to...

Apparently, Apple IDs created from iOS 10.3 and up can't disable two-factor authentication. I couldn't get it to work at all.

add this method to AAPullToRefresh.m ``` -(void) dealloc { @try { [self.scrollView removeObserver:self forKeyPath:@"contentOffset"]; [self.scrollView removeObserver:self forKeyPath:@"contentSize"]; [self.scrollView removeObserver:self forKeyPath:@"frame"]; } @catch (NSException *exception) { } } ```

Hey, I've just pushed swift 4 migration, I'd love to merge your changes. Would you mind revisit this PR and fix conflicts? Thanks!