Home » Odeon Blogs »

Objective C

Lua vs. Obj-C

Lua

For some time now I’ve been digging into Lua. Coming from Python, the power of a clean syntax ...

Categories: Objective C iphone mobile

40 Comments

[Review] iPhone User Interface Design Projects

iPhone User Interface Design Projects published at Apress is a great book for reading about the experience of other iPhone ...

Categories: Communication Design Thinking Objective C User Interaction iphone

Leave a Comment

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.15s