Flow
Flow copied to clipboard
Help!
Hey,
Love this, great job!
I can't seem to schedule a 'Flow' with 3 tutorials in, the first two work perfectly, the third doesn't seem to schedule, although if I remove the second, works fine!
Any ideas?
Okay, found its to do with this line:
BOOL alertOrActionSheetIsVisible = [UIApplication sharedApplication].keyWindow != [UIApplication sharedApplication].delegate.window;
When opening an action sheet, then hiding it, it returns true.
Maybe consider migrating to iOS 8 and UIAlertController?