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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

How to connect android app to App engine -

hadoop - Running Map Reduce Job shows error - Mkdirs failed to create /var/folders/ -