Possible Duplicate:
Style: Dot notation vs. message notation in Objective-C 2.0
In objective-C, you can replace bracket notation when sending message with dot notation
[object msg] becomes object.msg
Is this something I can use interchangeable in most cases, and then keep on chaining