make an imageView move in objective-c -


i'm trying make bird jump pressing button. have not idea how that. created timer don't know how use that.

int birdflight;  @interface birdviewcontroller : uiviewcontroller {      iboutlet uibutton *flybutton;     iboutlet uiimageview *bird;      nstimer *birdmovement;  }  -(ibaction)buttonbirdfly:(id)sender;   @end 

how use method?

    @implementation birdviewcontroller      -(ibaction)buttonbirdfly:(id)sender     {       } 


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -