iLessons iLearned
...while iDeveloping iSoftware for iPhone and Other iThings
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 '@"' * ...
Multiple Info.plist files and UIApplicationExitsOnSuspend
›
I have three Info.plist files : one for release ( Info.plist ), second for release testing ( Info_release.plist ) and third for testing ( In...
Tuesday, August 24, 2010
How to Show Text Left and Right in UIWebView
›
When you need to show text on same line at left and right in UIWebView, this is one way: NSString *myHtml = [NSString stringWithFormat: ...
Monday, August 23, 2010
How to Get Share Buttons into Blogger
›
Blogger supports Share Buttons - officially . Unofficially you might have to do some manual tweaking to make it actually work: Solution: ...
Thursday, July 22, 2010
How to Solve Ad Hoc release "value not permitted by a provisioning profile"
›
Ever since I submitted an application to App Store I've had lots of problems creating Ad Hoc release . Though first fix was simple , it...
Warning - No location found for "MyFile.m:42"
›
Debugger Console might show you something like this: Warning - No location found for "GuestLoginNote.m:33" This is most likely a...
‹
›
Home
View web version