iphone Programming Glossary: filed
Getting wrong playback state in MP Music Player Controller in ios 5 http://stackoverflow.com/questions/10118726/getting-wrong-playback-state-in-mp-music-player-controller-in-ios-5 the playback state of MPMusicPlayer is still set to MPMusicPlaybackStatePlaying even when music is stopped paused. I filed a bug report for this about a year ago and haven't heard anything from Apple. If someone else would file one it would be..
Categories in static library for iPhone device 3.0 http://stackoverflow.com/questions/1147676/categories-in-static-library-for-iphone-device-3-0
UIPageViewController returns no Gesture Recognizers in iOS 6 http://stackoverflow.com/questions/13103613/uipageviewcontroller-returns-no-gesture-recognizers-in-ios-6 transition works fine. iphone objective c uikit uipageviewcontroller share improve this question There is a bug filed in radar for this behavior. So I bet that until Apple fixes it there will be no chance to solve this. One workaround that..
Drifting yaw angle after moving fast http://stackoverflow.com/questions/13613239/drifting-yaw-angle-after-moving-fast But really weird is that my iPhone 4 running iOS 5.1.1 is working as expected . It seems to me an iOS bug and I filed a bug report already but on the other hand I can hardly imagine that nobody had yet stumbled upon it. I suspect it might..
iPhone OS: Tap status bar to scroll to top doesn't work after remove/add back http://stackoverflow.com/questions/1361614/iphone-os-tap-status-bar-to-scroll-to-top-doesnt-work-after-remove-add-back whatever doesn't work any more and requires a restart of the app to get the functionality back. Is this a bug I filed a rdar anyhow or have I missed a step Should I perhaps expect this behavior since the statusBar loses touch somehow with..
Enable iPhone accelerometer while screen is locked http://stackoverflow.com/questions/2529422/enable-iphone-accelerometer-while-screen-is-locked accelerometer to stop returning values as soon as the screen was blanked. You may be running into this same issue. I filed a bug with Apple about it and they fixed it in 3.1.2. One trick I use in an app is to enable the proximity sensor. This..
UITextView w/ Syntax Highlighting [closed] http://stackoverflow.com/questions/2638752/uitextview-w-syntax-highlighting alpha Unfortunately my goal was for an editable syntax highlighting editor but with contentEditable disabled I've filed a bug report with Apple it's a feature regression I was hooped. Update The sample app was rejected by Apple when I submitted..
Which OAuth library do you find works best for Objective-C/iPhone? http://stackoverflow.com/questions/2838618/which-oauth-library-do-you-find-works-best-for-objective-c-iphone a bug. http code.google.com p mpoauthconnection issues detail id 29 The last code change was March 11 and this bug was filed on March 30. It has been over a month and this critical bug has not been fixed yet. So I have moved on to MGTwitterEngine...
How to force a screen orientation in specific view controllers? http://stackoverflow.com/questions/314382/how-to-force-a-screen-orientation-in-specific-view-controllers share improve this question There does not appear to be a way to do this using the documented methods. I have filed a bug for this rdar 6399924 There is no way to always restrict a UIViewController to one orientation You can see it on open..
CMMotionManager and the Gyroscope on iPhone 4 http://stackoverflow.com/questions/3229311/cmmotionmanager-and-the-gyroscope-on-iphone-4 improve this question Any results regarding this issue I get the same error even when I use WWDC teapot demo code. I filed a bug report 8382659 . By the way I get the same error when I use the push method described by Joshua Weinberg. Update Apple..
CTFramesetterSuggestFrameSizeWithConstraints sometimes returns incorrect size? http://stackoverflow.com/questions/3374591/ctframesettersuggestframesizewithconstraints-sometimes-returns-incorrect-size core graphics core text share improve this question CTFramesetterSuggestFrameSizeWithConstraints is broken. I filed a bug on this a while back. Your alternative is to use CTFramesetterCreateFrame with a path that is sufficiently high. Then..
HTML5 inline video on iPhone vs iPad/Browser http://stackoverflow.com/questions/3699552/html5-inline-video-on-iphone-vs-ipad-browser on the ipad Cheers iphone ipad video html5 share improve this question Right I was going nowhere with this and filed a bug with Apple. After a couple of weeks they got back to me saying very simply that I should add webkit playsinline to..
iPhone SDK 4 AVFoundation - How to use captureStillImageAsynchronouslyFromConnection correctly? http://stackoverflow.com/questions/3847140/iphone-sdk-4-avfoundation-how-to-use-capturestillimageasynchronouslyfromconnec multiple AVCapture sessions since that's the only way you can set both presets. It's probably worth filing a bug. I filed a bug around the launch of 4.0 GM Apple asked me for some sample code but by then I'd decided to use the video frame workaround..
How to restrict my app to landscape mode? http://stackoverflow.com/questions/4078429/how-to-restrict-my-app-to-landscape-mode buggy and it fails to show the controller view. What other choices do I have Thanks in advance. UPDATE1 I have already filed a bug report Bug ID #8620135 My app is almost finished and I have to find a work arround since I don't think they are going..
openGL ES retina support http://stackoverflow.com/questions/4504614/opengl-es-retina-support
Is it possible to reverse-engineer my iPhone application? http://stackoverflow.com/questions/5058203/is-it-possible-to-reverse-engineer-my-iphone-application Contents will show the entire contents of the Application.app directory. Any file resources images sounds properties filed etc. that are not using some application specific encryption will be plainly accesible. That said the application code if..
How to solve Xcode 4.1 (LION) GPS error? http://stackoverflow.com/questions/6792061/how-to-solve-xcode-4-1-lion-gps-error been determined that this is a known issue which is currently being investigated by engineering. This issue has been filed in our bug database under the original Bug ID#. Thank you for submitting this bug report. We truly appreciate your assistance..
Managing Core Data iCloud Transaction Logs http://stackoverflow.com/questions/8704662/managing-core-data-icloud-transaction-logs I would appreciate any insight from the community. iphone ios core data icloud share improve this question I filed a radar on this issue and received the following reply. They noted that it should be working correctly in iOS 5.1 though..
How to manage Enterprise Distribution certificate expiration? http://stackoverflow.com/questions/9216485/how-to-manage-enterprise-distribution-certificate-expiration get new ones through the distribution channel. Still every year some users are left with non functional apps. I have filed an enhancement request with Apple Bug ID#9848075 for this and am still waiting for a reply. EDIT The above mentioned bug..
|