Hi!
I recently picked up obj-c (started two days ago) and
as suspected I'm running into a wall of problems.
What I'm trying to achieve is simply an application which has the ability to display images (and videos) and I want to be able to control the flow of events
somehow already from when the app is launched.
Is there any method I can implemented and that will be run after the interface
has loaded.. or can I somehow get the app to call upon a method after it's initialization?
Any help is much appreciated and I'll gladly try to formulate the problem
more clearly if there is any doubt of what I'm asking.
//Carl
I recently picked up obj-c (started two days ago) and
as suspected I'm running into a wall of problems.
What I'm trying to achieve is simply an application which has the ability to display images (and videos) and I want to be able to control the flow of events
somehow already from when the app is launched.
Is there any method I can implemented and that will be run after the interface
has loaded.. or can I somehow get the app to call upon a method after it's initialization?
Any help is much appreciated and I'll gladly try to formulate the problem
more clearly if there is any doubt of what I'm asking.
//Carl