iLessons iLearned
...while iDeveloping iSoftware for iPhone and Other iThings
Tuesday, December 28, 2010
What to Do with UIRequiresPersistentWiFi
›
Last night I was watching a streamed TV show (*) from great archives of national broadcasting company. At about 32 minutes it stopped ! Cou...
Wednesday, December 22, 2010
Local Static Variable Lifetime Expectation in Objective-C
›
Something I learned today, worth remembering for performance reasons. Static variable defined inside a method is actually a global variable...
2 comments:
Tuesday, December 21, 2010
Localization Tips
›
Experimenting with Localization, wondering why doesn't it work like in books? Me, too! You should have one folder per language , e.g. ...
Data Formatters temporarily unavailable, will re-try after a continue
›
Mysterious crash happens , when I'm trying to display about 65MB image in iPhone4. Wonder what could be the problem... (hint: trying to ...
2 comments:
Monday, December 20, 2010
How to Detect iOS Version in Code
›
Bumbed into a case where code crashed iOS 4.0.2, but worked with iOS 4.2 . Since crash happened because of missing NSString *const, couldn...
3 comments:
Friday, December 10, 2010
Where is iPhone Simulator NSTemporaryDirectory
›
Sometimes I need to save temporary files . The problem is cleaning up afterwards: application might crash during debug sessions leaving file...
Wednesday, December 8, 2010
GDB: Program received signal: "EXC_BAD_ACCESS"
›
When your program crashes (not if, but when) with an error message... GDB: Program received signal: "EXC_BAD_ACCESS" ...you know...
‹
›
Home
View web version