Midnight Posted March 7, 2014 Posted March 7, 2014 Has anyone used Objective C? It's used to develop apps for iPhones. I'm developing two apps for work and need some guidance or references. Any help would be appreciated. Quote
soulJAHmon Posted March 7, 2014 Posted March 7, 2014 Everyone knows objective C sucks, and to take and hold A and B instead......nooooob 1 Quote
Corey Posted March 7, 2014 Posted March 7, 2014 (edited) I took an iphone class last summer and had to use objective c and it was pretty rough even though I had used c++ and c# before. Luckily the program used to write the code and make the apps ( Xcode ) is pretty smart and will help you out by suggesting how to use the functions and stuff. I've heard the lynda courses are pretty good if you wanna watch them http://www.lynda.com/Objective-C-training-tutorials/477-0.html and I also had this book to help learn http://www.amazon.com/iOS-Programming-Ranch-Edition-Guides/dp/0321942051 NOTE: I'm still a complete newb at objective c and ios programing I will say I used the storyboard feature to help transition between pages/views because it was easier for me. Edited March 7, 2014 by Corey Quote
fishdude Posted March 9, 2014 Posted March 9, 2014 What is your programming background? If you're a .NET programmer, check out Xamarin.iOS, which let's you program in C# and still creates a native app. Quote
Midnight Posted March 11, 2014 Author Posted March 11, 2014 (edited) What is your programming background? If you're a .NET programmer, check out Xamarin.iOS, which let's you program in C# and still creates a native app. Self taught, C++ and a bit of HTML and PHP. @ Corey- Thank you for the links and help. I saw it when you posted but never got the opportunity to respond. I saw something during my menial research about Xcode, but didn't really look into it. It's reassuring to hear that it's helpful and easy to use. Cuz code::blocks was not. Edited March 11, 2014 by InfectiousBubbles 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.