T tomgoodenough macrumors newbie Original poster Sep 10, 2010 13 0 Sep 10, 2010 #1 i can code an animation in viewdidload but if I want to make an animation happen when a button is touched? how do i trigger an animation from that or should i use an ibaction?
i can code an animation in viewdidload but if I want to make an animation happen when a button is touched? how do i trigger an animation from that or should i use an ibaction?
PhoneyDeveloper macrumors 68040 Sep 2, 2008 3,114 93 Sep 10, 2010 #2 If you want something to happen when a button is tapped then you use an IBAction or action method.