@educastarin All you have to do is on your ".m" file, you go to where you wrote ' @"%2f" ' You re write ' @"%2.f" ' on both places you putted that code.
Niece won. I messed about with 3. about a 2 yr ago. just downloaded xcode and had my device connected. provisioning etc carried out auto. A very clear and basic tutorial that gives a leg up to guys at the base. Thank you. .
you could save yourself some time by putting result (symbol)= currentNumber; in the switch function's cases instead of typing out the entire function. for example, in case 1 you could write result += currentNumber;
Whenever i try to press any operation button it freezes! In xcode it says, ," stopped at breakpoint 1: calculatorScreen.text = [NSString stringWithFormat:@"%2f",result]; " any idea?
Great tutorial. I used it to create a Multicultural Calculator (will be distributed free of charge). I still have a problem when I enter a number with more than 8 digits (the number changes to some random number).
I posted some pictures of the app at matechmatics in case you can take a moment to view it. I will try to publish the app within a week and send you the link.
@TechGeek141 Go to "calcviewcontroller.m" In -(IBAction) ButtonDigitPressed
and where it says [NSString stringWithFormat:@"2f",currentNumber]; put a decimal in front of the "2f" so it only has two digits to the right of the decimal.
Sorry to say, but you are not a very good teacher. Instead of showing off that your code "always compiles", you should explain what you are doing while you are doing it.
I have followed all of the steps here and everything was going fine until i had to make the label be the caclulatorScreen outlet then i couldn't drag the outlet to the label please help!!!!
Great video. Only suggestion I have is to explain what each statement is doing just a little more. I can't speak for anyone else, but I would like to have a better understanding of what I'm doing. Great tutorial though, thank you!
when the user inputs a number larger than 8 numbers the calculator messes up for example if the user inputs 123456789 the calculator screen will read 123456792. i don't know why but I'm told it is because of float. any ideas how to fix this?
Nice tutorial, thanks! Glad I stuck through the whole video, and the app loaded up with no issues. If I could make a suggestion, it would help to explain things a bit more as you go through: when you explained the "case 1, case 2, etc..." it definitely helped, and more explanation as you go through would help. Looking forward to more tutorials!
Great video! Needed someone to guide me through how to build a basic app. I actually understood most of the stuff here immediately. Awesome. Now at least I know how to add 'events' to UI elements, even though they are called 'received actions' :-)
checked all code, just started with xcode last night august 12 2011 but have not been able to get any tutorials to work because it woulf say this. I did a search on what the error means and it says it is impossible to know...WTF is that supposed to mean. If you can help that would be great...also started using a MAC last night too. Been coding sing 2001
This is my first ever App I've made with Xcode 4 =D
One slight problem I'm having though is when the AC button is pressed, it causes the Calculator App to quit. Any ideas why this is - or is this just because its a basic app?
hi very good tutorial! but i got a question if you don;t mind. instead of writing and declaring all these varialbles and functions by oursleves , cant we jst use drag technique in viewController? its wat xcode 4 is meant for ,right? just wanna know still a great tutorial cheers!
Perfect, thanks. I am new to xCode but I was able to code whilst watching and it worked first time. For me that was great but also I learnt a great deal about the software. Thank you.
great tutorial! is there any chance you could show a tutorial on building a simple note taker app that used core data to show a list of notes and add a new note.
Thanks Geeky Lemon for a free great tutorial. I'm having one issue. I got the connection all sorted and followed everything along but when once i built the app and press the number i don't get any numbers on the screen. Any Advice?
@utar50 Sorry, i figured it out but now i realised i have a little issue with my coding im not sure where to look but when i add any of the symbols like + = etc etc I end up with 42f. Any advice?
all of my actions (ex// butttonDigitpressed) are in the "first responder" not the "files owner" also i dont have the calculatorscreen outlet PLEASE HELP i checked my code twice and it seems to match up with yours let me know whats wrong?? thank youu
Thanks, It worked. But there is one thing i am having problems with... I don't know how to compile it and make it into a file that i can out on my iphone and run. Other than that great video!
Where do currentNumber and currentOperation get initialized? Or does xcode set uninitialized ints/floats/doubles to 0?
I'm just wondering how the action methods actually work and don't throw up some error without an explicit intialization. Or maybe I'm not seeing a key bit of code.
Wow.. only used xCode today for the first time ever and built this app easily.. I shall be going through everyone of your tutorials this week and subscribing :) keep up the awesome work
dude, another question sorry for bothering you again, but for example if your creating like an alarm clock, and you want to make different themes for your alarm clock, and when people are using it they swipe their fingers to change the alarm clock theme, can you help me with that?
Awesome, great tutorial, I was looking for a good tutorial like this for a long time, thanks! but one thing I notice that this calculator is missing a very important button, the " . " button, how do I add that?(it's a stupid question but I'm still a beginner at xcode).
Great Tutorial! - First ever app I have built in Xcode
I made a couple of small tweaks, mainly I rearranged the buttons so the bottom row contains 123 and the top with 789 so it is more like a physical calculator and secondly I changed the action thingy for the buttons to "Touch Up Inside" that means if the user presses the wrong button, they can move off of it before releasing their finger without causing the button to be activated.
@camerongray1515 awesome dude nice tweaks glad the tutorial has helped and if you ever submit it to the app store send us the link we would love to check it out
@anthropamorphic oh i see the project is name calc so the view controllers are named calc and to get them up you need to click the drop down icon on you project name on the left next to the bluw xcode project icon
when i put more than 8 numbers on the calculator, if i put forexample 8 "2"'s then the 9th 2 changes to a complete different number :/ HELP? please
educastarin 2 hours ago
How do I add a decimal to the pad?
Pedros1and2 16 hours ago
@educastarin All you have to do is on your ".m" file, you go to where you wrote ' @"%2f" ' You re write ' @"%2.f" ' on both places you putted that code.
Pedros1and2 16 hours ago
How do you remove the .00000 ? please help
educastarin 1 day ago
sorry i mean with wifi that else is not good
mineskills 4 days ago
Can you make a tutorial with some thing else WIFI
mineskills 4 days ago
how do you add one text field to another
phantom6597 5 days ago
Nice video... using the 'tag' method when provisioning buttons as you did in this video, how would one hide or make them visible again?
Thanks...
jak13185 5 days ago
hey
from romaia how download xcode site me not work thank you
portocalision 2 weeks ago
"(" = parentheses, "[" = brackets, "{" = braces. That would make your video a lot easier to follow.
neeyotube 2 weeks ago
Niece won. I messed about with 3. about a 2 yr ago. just downloaded xcode and had my device connected. provisioning etc carried out auto. A very clear and basic tutorial that gives a leg up to guys at the base. Thank you. .
chiefbag 3 weeks ago
Instead of repeating what you write you should explain the concepts and relationships between the objects in the project. Thanks
betamostv 3 weeks ago
This is a great tutorial, but i have a few errors that i don't know how to fix..
The line at 5.20, says 'redefinition of '- [CalculatorViewController buttonOperationPressed:] '
and
The line at 8.10-8.20, the error is 'NSStringWithFormat is 'undeclared' what does this mean?
Thanks for any help mate :)
recobafan 4 weeks ago
Worked great!
NickD680 1 month ago
Loads perfectly but I do not get input on the screen (e.g. I press 9+9=, the 0 remains there)
turin88 1 month ago
Thanks nice tutorial. Can you do a tutorial for a simple todo list using a table view? Thx.
djain55 1 month ago
Thanks :) Nice tutorial, keep up the good work!
RubHva 1 month ago
nothing comes up in my files owner anyone have any ideas?
CameronL95 1 month ago in playlist Favorite videos
Is this tutorial possible in xcode 3 because once I got to the window design I couldn't see recieved actions tab....
Sharpielotr123 1 month ago
my opens then crashes straight away
kezdog95 1 month ago
Comment removed
kezdog95 1 month ago
how much do you know of coding i would like some help im going to get 10 different books to read for coding
pitso7777 1 month ago
coding is not easy its hard theres over 109000 things you need to learn
pitso7777 1 month ago
I also got this working! Great Tutorial. Trying to add things .
dmulcahy05 1 month ago
Can u put a decimal point?
daleko3454 1 month ago
How do u remove the 6 decimals in the answer?
daleko3454 1 month ago
@GeekyLemon don't know why but it said build failed and i have checked twice why did this happen
tomydrox 1 month ago
Could you put a decimal point?
europatog 1 month ago
very very nice, thx!!!
Jens96vr 2 months ago
does any one know what type of template he started of with?
scotty1997Fly 2 months ago
you could save yourself some time by putting result (symbol)= currentNumber; in the switch function's cases instead of typing out the entire function. for example, in case 1 you could write result += currentNumber;
Eddiethepig 2 months ago
Hi, can you tell me the program that you use in the video to say out loud every character you type ?
PrasinhMageia 2 months ago
Very nice tutorial. All worked on me. Thank you very much
XStriderHiryuX 2 months ago
Whenever i try to press any operation button it freezes! In xcode it says, ," stopped at breakpoint 1: calculatorScreen.text = [NSString stringWithFormat:@"%2f",result]; " any idea?
Mullern123 2 months ago
on my channel there are tips en trucs from Xcode and more
tom20089997 2 months ago
Great tutorial!
I totally followed this video, but it does not work.
Anyone using X-code 4.2???? and does it work?
Sizzka85 2 months ago
@Sizzka85 . I have X-Code 4.2 Snow Leppard. And I followed the tutorial and yes got it working fine without problems.
dmulcahy05 1 month ago
Is there an easy way to set up a "." decimal button based on the way you have it set up?
Thanks in advance. Great tutorial!
jibjibe 2 months ago
Hi, i am totally new in mac and Xcode....
What did you do in the 54 to 56 second in the video??
did your press "tab"?
qwerasdfr1 2 months ago
I followed your tutorial, and works fine on xCode 3.1
I'm running OS X Leopard, so I can't use the new xCode... that sucks...
victornpb 3 months ago
Great tutorial. I used it to create a Multicultural Calculator (will be distributed free of charge). I still have a problem when I enter a number with more than 8 digits (the number changes to some random number).
MysteryEcheverria 3 months ago
@MysteryEcheverria change current number from a float to a double
042Xavi 2 months ago
@042Xavi Thank you VERY MUCH - it worked!
I posted some pictures of the app at matechmatics in case you can take a moment to view it. I will try to publish the app within a week and send you the link.
MysteryEcheverria 2 months ago
Your tutorials are fantastic! So helpful... I'm very grateful :-)
wellsds1 3 months ago
HATE THE SITE IN THE DESCRIPTION!
Hallo503 3 months ago
All the code is identical to yours except mine does the wrong calculations e.g, 5 x 10 = 30 according to the calculator?
please help.
Dimatori 3 months ago
how do you remove the .00000
TechGeek141 3 months ago 6
@TechGeek141 Go to "calcviewcontroller.m" In -(IBAction) ButtonDigitPressed
and where it says [NSString stringWithFormat:@"2f",currentNumber]; put a decimal in front of the "2f" so it only has two digits to the right of the decimal.
042Xavi 2 months ago
@TechGeek141 did any of you figure out how to do this?
CameronL95 1 month ago
YES! TOUCHDOWN!
miniegg1118 3 months ago
it worked for me except for every time i used currentNumber, it said there was an error. any tips?
4choggy 3 months ago
How do I do if I want to have a calculater with a comma ?
rstattin 3 months ago
@rstattin
If you mean having something like 24,201.54...
Simply use this logic: if the current number/1000 >= 1, then add a comma after the first digit.
If the number is 1234, say currentNumber/1000 "," + currentNumber/100 + currentNumber/10....etc
truszko91 3 months ago
This has been flagged as spam show
Sorry to say, but you are not a very good teacher. Instead of showing off that your code "always compiles", you should explain what you are doing while you are doing it.
enzoozneenzo 3 months ago
Comment removed
enzoozneenzo 3 months ago
Really good.
You should explain why you do what you do in all of the code you write.
Do you have a tutorial that does this?
Thanks
marcoboru 3 months ago 5
@marcoboru he does explain :)
nmbpeterv 1 month ago
very good!
congratulations!
kboong 3 months ago
Thank you, that is very simple but very helpful tutorial.
infojkwongnet 3 months ago
GREAT tutorial, i didn't have a single problem :)
wowaylol193 4 months ago
Great Video
DanielEsteves 4 months ago
i noticed that you were typing both caps and noncap lines of code, like "IBAction". Is it necessary to do that, or can I get away with "ibaction"?
rwoodsr79 4 months ago
@rwoodsr79 caps is necessary where i use it :)
GeekyLemon 4 months ago
This has been flagged as spam show
@GeekyLemon HI I just wonder whether this calculator works for more than two operators at once? As in if you press 1+2* 3 and then press equal to
kbpneehar 4 months ago
Not working.
marcelinhovr 5 months ago
@marcelinhovr if your having problems download the sample project on our site
GeekyLemon 5 months ago
I have followed all of the steps here and everything was going fine until i had to make the label be the caclulatorScreen outlet then i couldn't drag the outlet to the label please help!!!!
chazzzlar 5 months ago
Nice video, but i have one question! How do i do if i only want to have two decimals?
rstattin 5 months ago
Great video. Only suggestion I have is to explain what each statement is doing just a little more. I can't speak for anyone else, but I would like to have a better understanding of what I'm doing. Great tutorial though, thank you!
bryan314159 5 months ago 2
Awesome tutorial dude, simple, to the point and well paced, acknowledging the user's ability to pause the video. Wish there were more like it.
chambem9 5 months ago
PLEASE HELP...... HOW DO I RENAME THE BUTTONS? I CANT EVEN TYPE IN THEM. IT SOUNDS LIKE YOUR DOUBLE CLICKING BUT IT DOESNT WORK
theyamesbros 5 months ago
Nice Tutorial, thank you very much.
mzungukila 5 months ago
First ever coding ever and only just got a mac.....
How are you naming the buttons?
theyamesbros 5 months ago
Great video, all works properly!!! wonderful!!!
jairojvilla 5 months ago
GeekyLemon,
everything works for me except one thing...
when the user inputs a number larger than 8 numbers the calculator messes up for example if the user inputs 123456789 the calculator screen will read 123456792. i don't know why but I'm told it is because of float. any ideas how to fix this?
mchalo123 5 months ago
@mchalo123 change the float to a double
CameronL95 1 month ago
Great video tutorial! I was looking for a non-iOS tutorial, but I'll keep this in mind when the time comes (it's inevitable ;D). Thanks!
Harry.
harrypehkonen 5 months ago
when i run the calculator all that pops up is a table, any ideas?
TheVanicus 5 months ago
Nice tutorial, thanks! Glad I stuck through the whole video, and the app loaded up with no issues. If I could make a suggestion, it would help to explain things a bit more as you go through: when you explained the "case 1, case 2, etc..." it definitely helped, and more explanation as you go through would help. Looking forward to more tutorials!
aaronforaudio 5 months ago
Great video! Needed someone to guide me through how to build a basic app. I actually understood most of the stuff here immediately. Awesome. Now at least I know how to add 'events' to UI elements, even though they are called 'received actions' :-)
crushert 5 months ago
I have a question: how do I change the picture of the app it self?
thanks for the great vid btw, worked great!
cykelhjalm 6 months ago
@BenTurton13 you havent set your distribution profile in the build settings
GeekyLemon 6 months ago
Great tutorial so far, thanks. I'll be appreciated to get more tutorials. Keep it up :)
nxchannel 6 months ago
This is just writing code and reading it .. This is a really bad tuorial
yasserhy 6 months ago
Thankyou!!!!!!
MrCoolCorps 6 months ago
Thanks man! Awesome!
PilotJ555 6 months ago
Excelent!!!
edgarcafe 6 months ago
I get a lot of errors you don't get, and at 9:46, I don't have the - (void)dealloc
Please help, I'm pretty sure I did the same as you
TheGamersGod 6 months ago
Those certificates, are they obligatory to put the self made apps to your own devices?
dVuchi 6 months ago
Those certificates, are they obligatory to put the self made apps to your own devices?
dVuchi 6 months ago
Thank you so much
lnc12345 6 months ago
Nice tutorial man :)
dVuchi 6 months ago
How do you make the curly bracket?
TheGamersGod 6 months ago
@TheGamersGod hold shift and pres the braket button
GeekyLemon 6 months ago
@GeekyLemon
Well, doesn't work for me, I also get some error, although I am entirely sure I'm doing the same thing as you.
TheGamersGod 6 months ago
Make more tutorials!
TheGamersGod 6 months ago
Notice all the 0s
Ryguyrules147 6 months ago
thumbs up bruv..
hybrids0ldier 6 months ago
Great tut, easy to follow :)
paulbee123 6 months ago
how long do you guys think it takes to be able to say i understand the code language ? i'm starting my first app today
almadaa11 6 months ago
Awesome tutorial! <3
(The sound could be a bit better tho)
lilschougs 7 months ago
I get this error
Thread 1: program received signal "SIGABRT"
checked all code, just started with xcode last night august 12 2011 but have not been able to get any tutorials to work because it woulf say this. I did a search on what the error means and it says it is impossible to know...WTF is that supposed to mean. If you can help that would be great...also started using a MAC last night too. Been coding sing 2001
maksmommy2009 7 months ago
Cheers, easy to follow instructions ending in success.
tupakshakur321 7 months ago
Hey! Great tutorial dude!
This is my first ever App I've made with Xcode 4 =D
One slight problem I'm having though is when the AC button is pressed, it causes the Calculator App to quit. Any ideas why this is - or is this just because its a basic app?
Thanks!!
MoXoM 7 months ago
what language did u use?
pepitox90 7 months ago
@pepitox90 Objective-C
HateFilledLies 7 months ago
@HateFilledLies Thanks!
pepitox90 7 months ago
This has been flagged as spam show
can you send the code to jordansurfwatch@gmail.com the link isnt working for me
Jordansurfwatch 7 months ago
hi very good tutorial! but i got a question if you don;t mind. instead of writing and declaring all these varialbles and functions by oursleves , cant we jst use drag technique in viewController? its wat xcode 4 is meant for ,right? just wanna know still a great tutorial cheers!
enzeru2010 7 months ago
so..I made this mistake and got held up..
When You open a new file to create your calculator, ensure that you open a "View Based" app and NOT a Windows App.
moviemandango 7 months ago
How do you add a decimal place?
portugalrules5 7 months ago
at 10:15 you forgot to add the space after the "=" sign.
vooeug 7 months ago
how do you get this on the app store
pepejuangomez 7 months ago
it says "use of undeclared indicator 'currentNumber'
IaN4ify 7 months ago
I tried downloading the project, but it won't download! Can u Plz email it to me?
DJJonathan922 7 months ago
Thanks a lot, it worked like a charm! (:
denmalmin 7 months ago
Perfect, thanks. I am new to xCode but I was able to code whilst watching and it worked first time. For me that was great but also I learnt a great deal about the software. Thank you.
bristolwebdesigner 7 months ago
1/0 *trollface*
foulplay2 7 months ago
I have a Problem: how i make a comma in the calculator?
Please help me
21113352 7 months ago
great
TheDrake1234 8 months ago
great tutorial! is there any chance you could show a tutorial on building a simple note taker app that used core data to show a list of notes and add a new note.
thanks again
Tom
123scays 8 months ago
NOOOO NONE OF THE ACTIONS SHOWED UP!!
I WENT THROUGH ALL THIS WORK AND NOW NOTHING
PLEAAASE HELLLP!!!!
xGoldenRule 8 months ago
@xGoldenRule what kind of problem are you having head over to my site where you can download this project
GeekyLemon 8 months ago
@xGoldenRule i have the same problem followed the tutorial perfectly but no actions are happening on input in simulater.
josh20011995 7 months ago
@xGoldenRule Found it u didn't link your calculated screen in view the the actual object.
josh20011995 7 months ago
Thanks Geeky Lemon for a free great tutorial. I'm having one issue. I got the connection all sorted and followed everything along but when once i built the app and press the number i don't get any numbers on the screen. Any Advice?
utar50 8 months ago
@utar50 Sorry, i figured it out but now i realised i have a little issue with my coding im not sure where to look but when i add any of the symbols like + = etc etc I end up with 42f. Any advice?
utar50 8 months ago
Now I know how to make programs using Xcode I'm going to buy an apple developer license
Hide34100 8 months ago
all of my actions (ex// butttonDigitpressed) are in the "first responder" not the "files owner" also i dont have the calculatorscreen outlet PLEASE HELP i checked my code twice and it seems to match up with yours let me know whats wrong?? thank youu
treddish10 8 months ago
Do you now how to add a decimal?
mdhansen5 8 months ago
@mdhansen5 did you ever figure out how to do this?
CameronL95 1 month ago
Wow, tks so much, I love it. It's my first time with Xcode and your tutorial really got me through quite some basics. Tks again.
One additional button that I would like to have would be a "," for the calculations with decimals.
iMacAnge 8 months ago
Thanks, It worked. But there is one thing i am having problems with... I don't know how to compile it and make it into a file that i can out on my iphone and run. Other than that great video!
sardo97 8 months ago
hey great video help me out a lot but how would you had another button to add a decimal?
WyattandWyattFilms 9 months ago
By the way, your tutorials are great! ;)
MrTrebla101 9 months ago
You should do a video on making some simple game. =)
MrTrebla101 9 months ago
Nice tutorial! But how do I download my app to my iPhone 4?
Augustlysgaard 9 months ago
@Augustlysgaard purchase a developer licence and download the certificates
GeekyLemon 9 months ago
@GeekyLemon
Thanks. But where do I do that?
Augustlysgaard 9 months ago
@Augustlysgaard buy the £100 app dev liscense
!
rafee54 8 months ago
You should do a video on making a web browser with downloads.
Scott2000iMac 9 months ago
Well, I have one problem. I cant connect the second View Controller with the (main) windows View.
m3tm4n 9 months ago
you sound like jay off the inbetweeners :D
AllersSokol 9 months ago
how do you get rid of all the 0's when you press a button? it just doesn't look clean with them.
arekkusu105 9 months ago
Where do currentNumber and currentOperation get initialized? Or does xcode set uninitialized ints/floats/doubles to 0?
I'm just wondering how the action methods actually work and don't throw up some error without an explicit intialization. Or maybe I'm not seeing a key bit of code.
Necrothe1 9 months ago
I got it to work for the most part. Now the only problem is that only the - and / are working. The + and * are not.
Supersloth58 9 months ago
This has been flagged as spam show
Under received actions I only have cancelOperation and cancelInput. Why don't I have the other two?
Supersloth58 9 months ago
Under received actions I only have cancelOperation and cancelInput. Why don't I have the other two?
Supersloth58 9 months ago
Dude how did you find out how to code?
hehay246 10 months ago
Help Me please when i hit plus the app quits
Bilenutube 10 months ago
This is a great tutorial, however i wish you explained more what each thing meant.
TheBlackOutBros 10 months ago
Hi I was doing great until I ran it. I pressed the numbers and they all come up as 2. Please help!
burrsutter 10 months ago
excellent work, need to understand in detail especially the code language :)
mdervesh 10 months ago
great tutorial you the man!
robbydenicola 10 months ago
Wow.. only used xCode today for the first time ever and built this app easily.. I shall be going through everyone of your tutorials this week and subscribing :) keep up the awesome work
malpas182 10 months ago
Your tutorials are great!
mjahnsrud 10 months ago
dude, another question sorry for bothering you again, but for example if your creating like an alarm clock, and you want to make different themes for your alarm clock, and when people are using it they swipe their fingers to change the alarm clock theme, can you help me with that?
lolozics 10 months ago
Awesome, great tutorial, I was looking for a good tutorial like this for a long time, thanks! but one thing I notice that this calculator is missing a very important button, the " . " button, how do I add that?(it's a stupid question but I'm still a beginner at xcode).
lolozics 10 months ago
Everything works except when i click (X, -, +, =, /) The app crashes?
Please Help!
TecBookPro 10 months ago
@TecBookPro Nevermind, fixed it, it was the } there was a blank line before it.
TecBookPro 10 months ago
Great Tutorial! - First ever app I have built in Xcode
I made a couple of small tweaks, mainly I rearranged the buttons so the bottom row contains 123 and the top with 789 so it is more like a physical calculator and secondly I changed the action thingy for the buttons to "Touch Up Inside" that means if the user presses the wrong button, they can move off of it before releasing their finger without causing the button to be activated.
camerongray1515 10 months ago
@camerongray1515 awesome dude nice tweaks glad the tutorial has helped and if you ever submit it to the app store send us the link we would love to check it out
GeekyLemon 10 months ago
@camerongray1515 im 13 and i can do that in around 10 seconds!
rafee54 8 months ago
hey how do you get the calcviewcontroller option
anthropamorphic 10 months ago
@anthropamorphic hey dude what do you mean? for it to be named calcviewcontroller?
GeekyLemon 10 months ago
@GeekyLemon never mind I think I get how to get them but at 00:46 you have the things it the corner calciewcontroller which you later click on
anthropamorphic 10 months ago
@anthropamorphic oh i see the project is name calc so the view controllers are named calc and to get them up you need to click the drop down icon on you project name on the left next to the bluw xcode project icon
GeekyLemon 10 months ago
@GeekyLemon ok thanks :D
anthropamorphic 10 months ago
Very Good Tutorial!!!
Thanks..!!!
HachikoNaru 10 months ago
Great tutorial!
Hilarious, I always start with a calculator, too, when delving into a new system or programming language...
Thanks for sharing this with us, Aaron!
MartinSStoller 10 months ago
Thanks for the tutorial. I am going to use it to build my 1st app.
nunubster 11 months ago
Thank you very much!
This is what i need!
tweehonderdelf 11 months ago
you should make a tutorial on making a pdf viewer
scareonxl5000 11 months ago 2