Hi Ricol, I agree with most of your frustrations. The biggest mistake people make with storyboards is forgetting that good code should be decoupled and modular. With this in mind it is important to remember that you can have more than one storyboard, and in fact you should have multiple storyboards if you are creating discrete use cases.
Great tutorial Scott...actually I was looking for a way to combine the tabBar controller and the navigation Controller...and thanks to you...now I know it...:)
Thanks! I am working on another right now and will hopefully have it up next week. If there are any iOS developers who want to help out or people who want to help fund some tutorials it would be awesome to get them involved. Thanks, Scott
Awesome Scott - well done - a little fast on the coding in some areas but thats only cause Im so new to this - thats what the pause button is for though :) I learned a lot!! You may have all ready but if not, can you do one just for beginners ,mainly how all the controllers etc work together and what code you need for each etc.? Thanks!
Did you try selecting 1080p? If you click on the little cog icon below the video on the right-hand side you can select it there is should improve the quality.
Scott, great video! I am just getting familiar with xcode having already been a java oriented developer. The point where you programmed Person.h and Person.m you lose me possibly b/c of copy/paste etc but after that I cannot get my instantiations of Person to work. Can post the code Person.h and Person.m for me?
Thank you sir.. its Great one .. but altast am getting terminating with uncaught exception of type NSException with four warnings like unused variable p1,p2,p3,p4. can you explain me about this .please
hello m8 and thanks for the tuts! i have buld my table view with storyboards and gotten my data from a plist file my issue is that i cant do the same when someone clicks on on cell to the detail view (detail view has an image a label, second label and description).. i see you used an nsobject class..i didnt..is it really necessary when using plists?
Hi Scott, nice tutorial :) I have a question at 30:10 Why not use same codes for ageLabel like fnameLabel? "self.ageLabe.text= self.person.age"?? can't I?
Scott any way you could share a github of this project this really helped me to understand all the relationships but I would like to play around with it some more
hello Scott , i am graphic designer and i want to create ios apps with storyboard but i dont know anything about objectiveC so Can't i just create apps without using coding? And if i can what are my limits?
Hi Ozelgoze, you can do very simple things with your apps only using storyboards, but people are becoming more and more demanding about what there apps should provide. I am available for teaching on a one-to-one level where I can help you understand and develop your knowledge of objective-c. We might even want to look at building a simple app together, I could learn some of your graphic design skills and pass on some of my development skills to create something to send out into the world?
I hate storyboard, it doesn't improve anything. putting all views into one file can easily cause conflict with other people's work. and opening that file takes relatively long time. passing values between scenes become harder. storyboard is actually a joke for large project.
Excellent explanation! I can rewind this video alone and learn so much from all of the content. Thank you so much.
What a perfect tutorial. Answered all the questions I had. Now I can work on my app with tab bar controller
Excellent tutorial, to learn storyboard multiple views and controllers. Thanks Scott
Hi Ricol, I agree with most of your frustrations. The biggest mistake people make with storyboards is forgetting that good code should be decoupled and modular. With this in mind it is important to remember that you can have more than one storyboard, and in fact you should have multiple storyboards if you are creating discrete use cases.
Thx Scott, I'm still on basic level with this and you are helping a lot :)
Simply perfect intro!!
Thank you very much for sharing
Very nice Tutorial! Perfect! Would happy about some more tutorials in context of iOS-Developing...
That was a great tutorial, thanks for all your help.
I did enjoy this tutorial. Good work !
Great tutorial Scott...actually I was looking for a way to combine the tabBar controller and the navigation Controller...and thanks to you...now I know it...:)
Thanks! I am working on another right now and will hopefully have it up next week. If there are any iOS developers who want to help out or people who want to help fund some tutorials it would be awesome to get them involved. Thanks, Scott
I learnt a lot from here. Thanks a lot.
That was a very good tutorial. Thank you and you could charge for these!
Glad to help there should be a few more in the coming weeks.
Awesome Scott - well done - a little fast on the coding in some areas but thats only cause Im so new to this - thats what the pause button is for though :) I learned a lot!! You may have all ready but if not, can you do one just for beginners ,mainly how all the controllers etc work together and what code you need for each etc.? Thanks!
Great tutorial! Many thanks
Too bad there aren't more recent tutorials. Scott's voice is like listening to Brian Limond (Limmy) give me an Objective C tutorial. This is gold
Thank you! Very good tutorial
usefull tuto for me, thanks Scott. i ll be glad to see Map View(localization) tuto on your TH-cam channel. Bon chance :)
No problem if you would like to see anything else let me know I need to try and get some new tutorials in.
Thank for the tutorial.
This tutorial is simply great!!! tnx a lot, can u provide more tutorials for news in ios 5 and 6 developing api?
Thanks Gileantanis, I have a couple of new tutorials in the making so hopefully these ail introduce you to more iOS development topics.
Nice Tutorial! Thanks a lot.
really awesome
great job sir
I sincearly thanks for this :)
Thanks, I will add this to the list
Great video. Thanks!
No problem glad to help.
Did you try selecting 1080p? If you click on the little cog icon below the video on the right-hand side you can select it there is should improve the quality.
Please let me know how you get on and any suggestions for future tutorials. Thanks,
Scott
Thanks, glad to help.
Scott, great video! I am just getting familiar with xcode having already been a java oriented developer. The point where you programmed Person.h and Person.m you lose me possibly b/c of copy/paste etc but after that I cannot get my instantiations of Person to work. Can post the code Person.h and Person.m for me?
Glad to help
Thank you very much.
Thank you sir.. its Great one .. but altast am getting terminating with uncaught exception of type NSException with four warnings like unused variable p1,p2,p3,p4. can you explain me about this .please
You rock!!!
hello m8 and thanks for the tuts!
i have buld my table view with storyboards and gotten my data from a plist file
my issue is that i cant do the same when someone clicks on on cell to the detail view (detail view has an image a label, second label and description).. i see you used an nsobject class..i didnt..is it really necessary when using plists?
Hello Gileantanis, I am not sure I understand what you would like. Are you looking for a tutorial to show how to use RSS?
Thanks,
Scott
Hello Scott I am confused about seque when to use push and when to use model ? could you please help me to understand this?
Very good tutorial but had to really look keenly for a poor quality video, especially with the code :(. But definitely helpful, thanks!
Hi Scott, nice tutorial :)
I have a question at 30:10
Why not use same codes for ageLabel like fnameLabel?
"self.ageLabe.text= self.person.age"?? can't I?
Scott any way you could share a github of this project this really helped me to understand all the relationships but I would like to play around with it some more
Tnks
rrg, i followed everything you did but an error comes up saying 'linker command code failed with exit code 1' i dont know how to fix it, can you help?
hello Scott , i am graphic designer and i want to create ios apps with storyboard but i dont know anything about objectiveC so Can't i just create apps without using coding? And if i can what are my limits?
What is your platform and IDE of choice?
how did you make your backgrounds all black?
Hi Ozelgoze, you can do very simple things with your apps only using storyboards, but people are becoming more and more demanding about what there apps should provide. I am available for teaching on a one-to-one level where I can help you understand and develop your knowledge of objective-c. We might even want to look at building a simple app together, I could learn some of your graphic design skills and pass on some of my development skills to create something to send out into the world?
Great drop me an email and we can take it from there. Thanks :]
Yes that is a good idea, we should talk about this and well, maybe we could teach some good stuff to eachother i will send you my contact adress.
I hate storyboard, it doesn't improve anything. putting all views into one file can easily cause conflict with other people's work. and opening that file takes relatively long time. passing values between scenes become harder. storyboard is actually a joke for large project.