iphone Programming Glossary: intermittent
Setting hidesBottomBarWhenPushed leaves bottom bar missing after View Controller is popped http://stackoverflow.com/questions/1040522/setting-hidesbottombarwhenpushed-leaves-bottom-bar-missing-after-view-controller but this does little to help me. iphone cocoa touch uikit share improve this question Same problem though it is intermittent. one 3G iPhone does not have this problem another does. the simulator does and doesn't have this problem too. Not sure what..
iOS Device & Bluetooth http://stackoverflow.com/questions/14561579/ios-device-bluetooth
SKPayementQueue: restoring transactions finishes without calling 'updatedTransactions' in release config but not debug config http://stackoverflow.com/questions/1726654/skpayementqueue-restoring-transactions-finishes-without-calling-updatedtransac
CGImage/UIImage lazily loading on UI thread causes stutter http://stackoverflow.com/questions/1815476/cgimage-uiimage-lazily-loading-on-ui-thread-causes-stutter on my worker thread. So far so good. The issue is that my new force lazy load of image method is unreliable. It causes intermittent EXC_BAD_ACCESS. I have no idea what UIImage is actually doing behind the scenes. Perhaps it is decompressing the JPEG data...
UIWebView leak? Can someone confirm? http://stackoverflow.com/questions/2557964/uiwebview-leak-can-someone-confirm URL for a file in the app bundle which lives inside a folder that Xcode is including by reference. Phew. The leak is intermittent but still happens ~75 of the time in about 20 tests it happened about 15 times . It only happens on the device this does..
An -observeValueForKeyPath:ofObject:change:context: message was received but not handled http://stackoverflow.com/questions/4120539/an-observevalueforkeypathofobjectchangecontext-message-was-received-but-not that fundamental problem is that a CGImage is receiving a message that is not intended for it... unfortunately this is intermittent so I have not been able to find a pattern that triggers it. iphone key value observing nsexception share improve this..
Is Apple's push notification service reliable? http://stackoverflow.com/questions/6591550/is-apples-push-notification-service-reliable question is is APNs nearly 100 reliable or should I just expect to miss some notifications here and there because of intermittent 3G wifi connection I would think that APNs works as a queueing system and retry if it wasn't successful within the first..
How to safely shut down a loading UIWebView in viewWillDisappear? http://stackoverflow.com/questions/789984/how-to-safely-shut-down-a-loading-uiwebview-in-viewwilldisappear didFailLoadWithError to my view controller. However if I release the web view in my view's dealloc method sometimes intermittently I will still get a message sent to the deallocated instance which seems to be related to the javascript running in the.. WebCore 351.9.42 wak WKWindow.c 250 WKWindowIsSuspendedWindow NULL window. Possibly related I sometimes again totally intermittent get an ugly heisenbug where clicking the back button on some other view's navbar will pop the title but not the view. In..
Debugging crash in CoreGraphics/MapKit http://stackoverflow.com/questions/8266950/debugging-crash-in-coregraphics-mapkit crash in CoreGraphics MapKit I am getting an intermittent crash when my application runs on an iPhone. All the crashes are identical and involve MKMapView Overlays MKCircleViews..
Intermittent error accessing core data model / contacts database http://stackoverflow.com/questions/9923882/intermittent-error-accessing-core-data-model-contacts-database error accessing core data model contacts database I am getting an error in my iOS app. Frustratingly it is an intermittent error The task I am performing works 5 or 6 times in a row then crashes unexpectedly. The error log suggests an error opening..
|