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
Blog-Thema: Allgemein
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