Ariel Pollack

Results 9 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!

@caroltam as a workaround I'm just returning with no call to the completion block in case the `searchType` is `HKWMentionsSearchTypeInitial`: ```objc - (void)asyncRetrieveEntitiesForKeyString:(NSString *)keyString searchType:(HKWMentionsSearchType)type controlCharacter:(unichar)character completion:(void (^)(NSArray *, BOOL,...

+1 please priritize this one, sounds like a really easy addition.

Same here. Configured everything properly in this horrific flow but still got the error. I've waited more than an hour and still its no working.