First thing good luck for your exams hope to you to do well :)
Second thing I look for tuturiol for how you can put score and high score record for any game, and also if you put a timer I need to learn how it's showing in the next view or next page (for Exaple :Start buttuon i the first screen and when you click in this button you go to next screen and the timer is start directly .
third thing I want to know how I can put action for image ..if you click on image it's show circle
@h1982bh First of all thnx, Second, i'll be uploading a video about timers soon.. Third: here's the solution : //Add these lines into your ViewDidLoad() [myImageView addTarget:myController action:@selector(myAction:) forControlEvents:UIControlEventTouchUpInside]; [myUIImageView setUserInteractionEnabled:YES]; // Replace myUIImageView with your image name // Replace myController with your class name // Replace myAction with the name of method you want to trigger! GoodluCK
Dear bro ..
First thing good luck for your exams hope to you to do well :)
Second thing I look for tuturiol for how you can put score and high score record for any game, and also if you put a timer I need to learn how it's showing in the next view or next page (for Exaple :Start buttuon i the first screen and when you click in this button you go to next screen and the timer is start directly .
third thing I want to know how I can put action for image ..if you click on image it's show circle
h1982bh 2 months ago
ProgrammingTutor0 2 months ago
@ProgrammingTutor0
Thank you so much dear .. I will try that .
h1982bh 2 months ago
@h1982bh i dunno why did my reply appeared like this , but hope you can understand it.. for any further questions leave me a comment!
ProgrammingTutor0 2 months ago
good luck bro!!!
surajgenius 2 months ago
How about model-view-controller?
pitmanra 2 months ago