Parveen Kaler

Founder | Smartful Studios Inc.

Tag: iphone

iPhone Development: Reading Objective-C Methods

When teaching Objective-C, I’m finding that some have trouble reading method signatures.  Reading Objective-C methods can be made easier if proper spacing and indenting is used. This is what a method looks like in Objective-C: – (ret-type) keyword:(arg-type)arg-name keyword:(arg-type)arg-name It is much easier to read if it is typed as such: – (ret-type) keyword:(arg-type)arg-name keyword:(arg-type)arg-name [...]

Your iPhone Development Questions Answered

I’ve been getting a number of questions from programmers about iPhone development.  I thought I would compile the answers into one place and push them out into the world. The iPhone SDK has been updated at a blistering pace and the documentation has not kept up with the API changes as quick as it could [...]

Fixing iPhone Application Provisioning Errors

If you are an certified iPhone developer, then you have probably been frustrated at some point by the Fucking NDA. You’ve probably come across the 0xE8000001 error when trying to sign code and provision a device.  That last sentence probably doesn’t make any sense to you if you are not a registered developer.  I Tweeted about [...]

March Recap

March was a good month in terms of blogging. I was able to crank out 7 blog posts in March including a post with video. Look for more media rich content in the future. I’ll continue to focus on generating higher quality, unique, editorial and opinionated content. I’m focusing on adding more positivity to the [...]