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.

Blog-Thema: Allgemein

How to dispatch events

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

Advanced ImageGrid

I’ve uploaded an “advanced” ImageGrid example-project to: Vorlesungen & Projekte/10HS/Mobile Screens/Code-Beispiele/ImageGrid.zip Description: reusable Grid-Class initalisation through: and creating the grid (saving gridpoints in an Array): parameters: + extrafeature: cropping the image (only 2 lines of code!!!, after hours of crazy-apple-doc-taking-no-end-for-real) – no memory-management