Willkommen auf unserem Seminar-Blog

Immer auf dem aktuellen Stand bleiben

Dieser Seminar-Blog befindet sich noch im Aufbau und wird in den kommenden Tagen entsprechend verfeinert.

Member Login

Lost your password?

Registration is closed

Sorry, you are not allowed to register by yourself on this site!

You must either be invited by one of our team member or request an invitation by email at viad.info {at} zhdk {dot} ch.

How to dispatch events

14. Oktober 2010

If your looking for a way to dispatch events in objective-c just as you did with ActionScript (EventHandlers), take a look at the following article: http://www.hivestudio.cat/index.php?option=com_content&view=article&id=54:technical-note-communicate-using-nsnotificationcenter&catid=35:technical-note-category&Itemid=76 The magical word for these functions is called NSNotificationCenter and allows you to easily synchronize threads that run in the background.$ happy coding, Jan