so if i want to have more than 2 views like i dunno 6 views, i just create 4 more view clases with the .m .h .xib files and name them different names and use the same code in the description just change SecondViewController to whatever I've called the class?
@chasethemooseinc making the icon is easy. just draw a 57x57 (pixels) png, call it icon.png, add it to your project. go into you project plist. look for the column that's called icon file and type in icon.png in the corresponding row.
as to testing it on your iphone, i assume you have paid your $99 dollars a year? otherwise your SDK journey ends here. if you have, download your provisioning profile of the apple website, then drag it into the organiser window, and add it under provisioning...
@chasethemooseinc profiles, and drag it onto your ipod (it has to be currently USBed into your computer), then change from simulator to device and hit "build and run", and voila.
As for the others, i don't know sorry. Oh and btw, sorry it had to be in two comments, but the explanation was quite long.
This has been flagged as spam show
can u please tel me how can i put a table view witch mutable arays in the second view..pleaseee :)...tnks
jhonbpmdeep 4 months ago
@randomfreakman123 - When you create the .h and .m files for the second view, make sure the "also create .xib file" checkbox is checked.
HintProductionz 7 months ago
so if i want to have more than 2 views like i dunno 6 views, i just create 4 more view clases with the .m .h .xib files and name them different names and use the same code in the description just change SecondViewController to whatever I've called the class?
Sean2122dd 8 months ago
This crashes on 3.2.5
metallica4everrr 8 months ago
@Randomfreakman123 Right click "resources" and click add file, then user interface on the left side, then view/or window XIB. Then you should have it
metallica4everrr 9 months ago
This is awesome!!!!!! It worked great without any problems!
Thanks!
zeroisamazing 9 months ago
looks great, makes sense, but i get this error:
Object cannot be set - either readonly property or no setter found
suggestions? Source?
beesbane 1 year ago
very nice thank a lot
MrChris8447 1 year ago
thanks that's some good code... also.. does anyone happen to know code for a horizontal slide transition? thanks
wedklol 1 year ago
Very helpful you are the mans!
digitalmaniak 1 year ago
Dude, sorry but you went WAY too fast for me. Great tutorial, but TOO FAST
TheDerekMoore 1 year ago
how do you finalize your apps
like code sign
make the icon
and finally upload it
also how do you
test app on the iphone
chasethemooseinc 1 year ago
@chasethemooseinc making the icon is easy. just draw a 57x57 (pixels) png, call it icon.png, add it to your project. go into you project plist. look for the column that's called icon file and type in icon.png in the corresponding row.
as to testing it on your iphone, i assume you have paid your $99 dollars a year? otherwise your SDK journey ends here. if you have, download your provisioning profile of the apple website, then drag it into the organiser window, and add it under provisioning...
richifie 1 year ago
@chasethemooseinc profiles, and drag it onto your ipod (it has to be currently USBed into your computer), then change from simulator to device and hit "build and run", and voila.
As for the others, i don't know sorry. Oh and btw, sorry it had to be in two comments, but the explanation was quite long.
richifie 1 year ago
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
any ideas on how to repair this error?
Mrcolemillionaire 1 year ago
it did not work for me it says
'SecondViewController' undeclared (first use in this function)
and
'screen' undeclared (first use in this function)
hunterp2 1 year ago
the only one that works!!!
darth2499 1 year ago
Why was it necessary to put "view on top of view" to do this?
Also... why was the "@class" statement never needed?
YourBiggerTube 1 year ago
The audio and video are clear very good presentation.
gammaphoton 2 years ago