Book a Demo

Author Topic: Objective-C code gen templates?  (Read 2895 times)

danm

  • EA User
  • **
  • Posts: 88
  • Karma: +0/-0
    • View Profile
Objective-C code gen templates?
« on: November 05, 2007, 01:31:23 pm »
Does anybody know of templates that exist for Objective-C?

thomaskilian

  • Guest
Re: Objective-C code gen templates?
« Reply #1 on: November 06, 2007, 12:03:49 pm »
I guess this is vast land. MACies are a minority here...

danm

  • EA User
  • **
  • Posts: 88
  • Karma: +0/-0
    • View Profile
Re: Objective-C code gen templates?
« Reply #2 on: November 06, 2007, 12:41:24 pm »
Seems so.

That's OK - I'm in the process of doing it myself. But is there a template reference I can refer to, or a tutorial? I've hunted around the web site and can't find anything. So far I've been cutting/pasting from other languages, and guessing how it works.  

thomaskilian

  • Guest
Re: Objective-C code gen templates?
« Reply #3 on: November 07, 2007, 03:46:39 am »
That's more or less the way to do it. If you're going deeper into it I recommend to use automation for code gen instead. I once started with the templates but I found them too limiting. And once you are in automation everything else goes more fluent as well (add-ins are very powerful).