iphone Programming Glossary: interestingly
separate directory for iphone resources http://stackoverflow.com/questions/1094890/separate-directory-for-iphone-resources able to put them into an actual physically separate directory at some arbitrary location on my machine decided by me. Interestingly enuf the default Classes group is an actual physical directory but the Resources group isn't. How can someone tell me how..
How to define the order of overlapping MKAnnotationViews? http://stackoverflow.com/questions/1145238/how-to-define-the-order-of-overlapping-mkannotationviews instantiated moving annotations but many of them although not all end up drawn under the perpetually stock still ones. Interestingly when time goes by and yet new moving annotations are created they tend to gravitate more to the top than the first ones..
iPhone 5 letterboxing / screen resize [closed] http://stackoverflow.com/questions/12398819/iphone-5-letterboxing-screen-resize 2 Locate the Default 568h@2x.png file inside that projects' folder. 3 Add that file to your project That's it. Interestingly enough if you then remove the splash image it will still work correctly which tells us that it is not the correct solution..
Keyboard Animation Issues When Calling becomeFirstResponder within a Modal View Controller http://stackoverflow.com/questions/2512502/keyboard-animation-issues-when-calling-becomefirstresponder-within-a-modal-view the keyboard to present itself then there is absolutely no UI lag and the modal view controller animates instantly. Interestingly if I do something like self.textField performSelector @selector becomeFirstResponder withObject nil afterDelay 0.0001 then..
Error Domain=SKErrorDomain Code=3 UserInfo=0x2a5a00 “Cannot connect to iTunes Store” http://stackoverflow.com/questions/2847111/error-domain-skerrordomain-code-3-userinfo-0x2a5a00-cannot-connect-to-itunes-st purchased this In App purchase but it hasn't been downloaded. I click ok and then I get the Error Domain bla bla bla . Interestingly I did get the dialog about previous purchase even when purchasing the item for the first time with the new test user I created...
Received memory warning. Level=1 when showing a UIImagePickerController http://stackoverflow.com/questions/3099029/received-memory-warning-level-1-when-showing-a-uiimagepickercontroller animated YES The result ... UIImagePicker starts to show and then boom ... I get the memory warning ... EVERY TIME Interestingly enough if I switch to sourceType UIImagePickerControllerSourceTypePhotoLibrary ... everything works fine. What in the heck..
Audio Processing: Playing with volume level http://stackoverflow.com/questions/3982723/audio-processing-playing-with-volume-level and writing the output. Below code lowers the sound level for some of the amplitude values but with lots of noise. Interestingly if I choose 0.5 as amplitude value it increases the sound level instead of lowering it but when I use 0.1 as amplitude value..
UIView backgroundColor disappears when UITableViewCell is selected http://stackoverflow.com/questions/5222736/uiview-backgroundcolor-disappears-when-uitableviewcell-is-selected is where all your view background colors are told to disappear didSelectRowAtIndexPath delegate side setSelected again Interestingly background colors not cleared on this call. What strangeness is going on inside that super method layoutSubviews again So..
performSelector may cause a leak because its selector is unknown http://stackoverflow.com/questions/7017281/performselector-may-cause-a-leak-because-its-selector-is-unknown methodology above. Since consumed parameters are rarely an issue this isn't likely to come up. Static Selectors Interestingly the compiler will not complain about selectors declared statically _controller performSelector @selector someMethod The..
|