This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ios-labs-s14:basics-methods [2014/02/26 13:02] mbarboi |
ios-labs-s14:basics-methods [2014/02/26 13:02] (current) mbarboi |
||
---|---|---|---|
Line 41: | Line 41: | ||
and can be nested infinitely deep: | and can be nested infinitely deep: | ||
- | [TARGET NAME] NAME2] NAME3]; | + | [[[TARGET NAME] NAME2] NAME3]; |
where NAME2 and NAME3 are methods called on the objects returned by methods NAME and NAME2, respectively. | where NAME2 and NAME3 are methods called on the objects returned by methods NAME and NAME2, respectively. |