iLessons iLearned
...while iDeveloping iSoftware for iPhone and Other iThings
Thursday, September 30, 2010
How to Create Default.png
›
Every released application must have a Default.png file , which is presented during startup. It is supposed to present the default startup v...
Tuesday, September 28, 2010
Note about MKAnnotation Protocol implementation
›
Sometimes you just have to take things as they are given, just like that. For example adding MKAnnotation protocol support all you have to ...
2 comments:
Tuesday, September 21, 2010
How to Hide UITabBar
›
Sometimes you need to show a single stand-alone UIView without letting user change tabs . For example there is a list, where you provide an ...
2 comments:
<Error>: CGImageCreateWithImageProvider: invalid image size: 0 x 0
›
There seems to be a bug in iOS 4.0 built-in MapKit , which causes error message in both simulator and real device: <Error>: CGImageCr...
1 comment:
Friday, September 3, 2010
How to Create Human-readable Geo Coordinate Strings
›
How to create human-readable coordinate strings , a code snippet that I wrote long time ago. Released here as a reminder for The Next Time (...
Thursday, August 26, 2010
How to Remove Unused Parameter Warning
›
No Warnings Policy requires sometimes forcing a compiler warning to be ignored. One such case is when you are given a function you absolute...
Wednesday, August 25, 2010
grep Regular Expressions and Internationalization
›
Wanted to find all meaningful text strings in an iPhone project, preparing for a proper internationalization: grep -r '@"' * ...
‹
›
Home
View web version