Download the source code for part 2 here:
http://vgwebworks.com/work/iphone-tuts/downloads/StoreApp-part2.zip
Download the source code for part 1 here: http://vgwebworks.com/work/iphone-tuts/dow...
The first of a probably 2 or 3 part tutorial: I teach you how to create an app that acts as a store... Every so often you will earn money and you can then spend that money to buy stuff in a store.
In this tutorial: Part 2, I tell you how to add an icon to your app and create a timer that will repeat an action at a specified interval.
Email me if you're interested in becoming a part of the site: im@gilesvg.com
My hat tips to you, Giles. Lovely tutorial!
KaralynAD 1 year ago
It is great man.. Is possible to create tutorial : how to make iphone image portfolio.. ( gallery's and then open them and switch images next and back and and save like screensaver) ?
janisliepins 2 years ago
i used i picture out of pages and put it in there, it didnt show up.. why?
kicooi 2 years ago
you need to save the code before you go into interface builder and do that stuff.
Micah157 2 years ago
you need to save the code before you go into interface builder and do that stuff.
Micah157 2 years ago
lol yeah your non hd quality is better than 95% of others hd videos
seigneurjordan 2 years ago
Sorry it was for you =D
iphonebram 2 years ago
- (IBAction)YOUR-ACTION:(id)sender{
YOUR-VIEW *RANDOM-NAME = [[info alloc] initWithNibName:@"YOUR-VIEW" bundle:nil];
[self presentModalViewController:YOUR-FIRST-RANDOM-NAME animated:YES];
[YOUR-FIRST-RANDOM-NAME release];
}
iphonebram 2 years ago
heey.. I need help.. can anybody explain me how i can connect a button with a new view? I searched a lot but i couldnt find a simple tutorial. please help me!
maendu 2 years ago
dude ur source code isnt available
curran193 2 years ago