Home » Odeon Blogs » Calvin, Weaver »

Objective C

Objective C Fundamentals

Messaging (method calls)

In Objective C,

  1. [object message]

is equivalent to

  1. object.method()
  2. object->method()

When calling the method with ...

Category: Objective C

Read More
Page generated in: 0.12s