Parveen Kaler

Founder | Smartful Studios Inc.

Tag: objective-c

Designing a Better iPhone Sign Up Screen

I install and try a lot of iPhone Apps.  That means I have to Sign In or create a new account for a new service quite often.  I create a unique password for each web service for extra security. I’ve also implemented Sign Up screens many times.  Here are a few things to considering when [...]

Vancouver iPhone Developers Group

Steve Wart is organizing the first meeting for the Vancouver iPhone Developers Group.  Here are the details for the first meeting: BCIT Downtown Campus 555 Seymour Street Room 353 Thursday, October 16, 2008 6:30PM – 8:00PM This is the agenda that Steve sent for the meeting: It’s open to anyone who is interested in 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 [...]