Hi guys,
in my iphone app one event (touch up inside UIButton) is connected to three actions in different classes. The first action creates a game object, the second pushes the a new view controller and the third triggers an method in the pushed view controller.
On interface builder I wired these actions to the event in the order mentioned above but the app crashes sometimes when I press the button.
Does some body know if the order in which I wired the action on IB will be maintained at runtime in my device and others?