In UIDocument completion handler never gets called in IOS 5 but works in IOS6
Asked
Active
Viewed 316 times
2
-
1did you ever figure this out? I'm having a similiar thing with the UIDocument saveToURL method; the completion handler never gets called (the code seems to internally deadlock for some reason) – karwag Feb 02 '13 at 02:43
-
See also: http://stackoverflow.com/questions/13537225/openwithcompletionhandler-prob-in-5-1-sim & http://stackoverflow.com/questions/12577672/uimanageddocument-completionhandler-not-executed-in-ios-5-1-simulator-but-works – chown Mar 10 '13 at 21:42
-
I have similar situation, UIDocument completion handler doesn't get called on iOS 5.1, but it does on iOS 5.0 and iOS 6.0 (checked by break point inside completion handler) – Michal Gumny Jan 24 '13 at 08:33