Tagged Questions
-6
votes
1answer
90 views
What is the best and most efficient structure of a typical iOS Application [closed]
I have dived into developing for iPhone/iPad lately. And while developing on XCode, I feel like My classes interfaces..etc is messy and I am running into that because I may have not given enough time ...
0
votes
1answer
42 views
Putting a TableView on a ViewController [closed]
I am having trouble figuring out the best way to display my model for my iOS 6 app.
My model has a few properties and a to-many relationship with another object. I want to display the properties ...
4
votes
3answers
827 views
Best Way To Bring C++ Into Objective-C Project
For an upcoming XCode iOS project I'm planning on writing my views and view controllers in Objective-C. My model will be provided to me in C++.
I am aware of 2 ways of using C++ in an objective-c ...
3
votes
2answers
2k views
IOS Variable vs Property
Just started diving into Objective-C and IOS development and was wondering when and the correct location I should be declaring variables/properties. The main piece of code i need explaining is below:
...
5
votes
2answers
1k views
Organizing code for iOS app development
I've been developing an app for the iOS platform, and as I've been going along, I've noticed that I've done a terrible job of keeping my files (.h, .m, .mm) organized. Is there any industry standards ...
5
votes
1answer
311 views
Apple's new compiler
I heard that Apple is going to replace the GNU compiler built into Xcode with a new compiler.
What is the new compiler and what type of changes can we expect to see?
4
votes
1answer
466 views
New to iPhone Development - iOS5 Storyboard
I'm new here and pretty new to iOS development. My question is basically, should I learn the old school development methods or just learn how to do things using the latest tools (i.e. Storyboard)?
...
4
votes
7answers
465 views
iPhone development options for the [from-my-cold-dead-hands] C developer
Please forgive the humor of the title but it certainly gets my point across. I am quite familiar with C code, I can write it in my sleep and after reading through a few tutorials on iPhone ...
1
vote
4answers
243 views
Outsourcing software development protection?
If I outsource an app to be developed, how do I protect it from the idea being taking and they run with it?