Questions about issues that are specifically related to Apple's iOS operating systems (whether directly or indirectly).
0
votes
0answers
10 views
Git Branch Model for iOS projects with one developer
I'm using git for an iOS project, and so far have the following branch model:
feature_brach(usually multiple) -> development -> testing -> master
Feature branches are short-lived, just ...
0
votes
1answer
20 views
Updating libraries on iOS
Okay, I develop iOS applications and often need to use several libraries. How often should I update these? Every update? Only large updates? Also, does anyone have a good way to manage updating ...
0
votes
0answers
33 views
document directory path in javascript file in iOS
I am working on a project using MetaIO SDK (AREL).
It works fine with all the files in the package (ipa),
but I'm trying to download an animation automatically using a web service.
It will be ...
-3
votes
0answers
24 views
What third-party iOS libraries are useful in almost any project? [closed]
Before NSJSONSerialization there was JSONKit (which still claims to be quicker), and AFnetworking makes network requests a little less dehumanizing. I'm looking for similar libraries that streamline ...
-4
votes
2answers
77 views
I Know Objective C, but not how to make Apps [closed]
I have gone through a course on programming Objective C, but I want to begin App Development for iOS. The only issue is that I do not know where to begin learning the necessary skills required to ...
1
vote
1answer
150 views
Why is it impossible for Google to port V8 along with Chrome's codebase in C/Obj-C on iOS?
Google has given a reason that All apps on iOS have to run in the sandbox environment except for special apps by apple that get to tap into some private APIs.
So Chrome on iOS uses whatever the ...
-2
votes
0answers
42 views
How can I add invisible searchable text (from my ocr engine) to the image in a pdf in iOS? [closed]
I used the ocr client tesseract to generate ocr text and location data in an hocr file. I'd like top create a pdf from the images with an invisible layer of text from tesseract embeedded within it. I ...
-3
votes
1answer
29 views
Execution process of IOS application? [closed]
Hi am newbie to IOS dev my question is in java after compilation source file will be convertes to class files.Can anyone help me to understand execution process of IOS app i.e source files to .ipa ...
1
vote
1answer
54 views
How to implement a Theme for View Controllers in an iOS app?
I have an application, where font size, font type, color, background color, image and a lot of things change based on theme.
I realised in the beginning itself that using enums to denote themes and ...
4
votes
3answers
267 views
How To Become More Comfortable with the Technical Terms
I have been working freelance for a few years, and before that I worked as an entry-level coder for a non-technical company. I "understand" how delegates, and MVC, and how to make an app and make it ...
-1
votes
0answers
15 views
Trying to implement iAds in to my xcode project getting error in view controller.h [closed]
please help me fix here is a pic of the error xcode is giving me!
http://imageshack.us/photo/my-images/266/screenshot20130504at925.png/
//
// ViewController.h
// PhotoKit
//
// Created by ...
0
votes
1answer
89 views
Can I remove features from my iOS app? [closed]
I have a free iOS App. So far, I have been using advertising to generate revenue (with an in-app option to remove ads), but I'm contemplating to change the model to limited functionality and then use ...
-5
votes
2answers
89 views
iPhone development - Which model to test? [duplicate]
I am about to start my own venture in App development. I need some sort of advice or tips on which iPhone model should I test to? My budget is quite tight so I am thinking should I buy 4GS over 3GS or ...
3
votes
3answers
311 views
Separation of concerns: Whose concern is this?
My senior reviewer colleague wants me to do the following.
We have (on iOS, iPhone) a hierarchy of views in one of our screens. There is a simple rectangle that represents a Business card of a person ...
3
votes
3answers
455 views
Why did Apple choose to design its programming language with future and past tense method names?
There are a lot of methods like this in iOS/Objective C:
- viewDidLoad
- viewWillAppear:
- applicationDidFinishLaunching
I've just been having a discussion with some colleagues about this design ...
1
vote
1answer
92 views
Is it better to have file stored as a zip in cloud service?
I am developing enterprise iPad application which contained large amount of different bundle data in terms of group of images.
Is it worth to stored as a compressed file format or normal set of ...
-6
votes
1answer
94 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
43 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 ...
0
votes
1answer
102 views
Possible to Comment on a storyboard?
I recently started working for a company that has me making mockups for an app they'd like to see converted to an iPhone app. I have not been informed as to how all the boards fit together, but I do ...
1
vote
1answer
134 views
Implement a file system for ios devices
I've read that ios apps can communicate via unique urls. An online tutorial on tutsplus
says
Communication between apps provides your application with an opportunity to take advantage of other ...
-4
votes
1answer
114 views
upload pdf via iOS app [closed]
I have a web-service that transforms an uploaded pdf into a flipping-book. I wan't to create an iOS app that allows the user to upload their pdf and recieve the flipping-book. What possibilities are ...
0
votes
1answer
210 views
Which iOS developer account should I sign up for [closed]
I am currently working on an app for a local hospital. The hospital wants a rough version of my app to test on their employees before committing to full application development.
I am currently ...
0
votes
1answer
38 views
Program Structure for Table Cells Representing Objects
So I have a program with "cue" objects and each have their own table cell. The thing is that the table cells have loading bars on them that represent the progress of the cues. This presents the ...
1
vote
3answers
143 views
Checking if my app is using any undocumented parts of the API
I just read through this question, but I am still confused.
How can I know if my app is using undocumented API calls before submitting to it to the app store? Are there any tools I can use?
1
vote
0answers
131 views
Is it possible to offer an affiliate program for your iOS or Android app?
Independent of the App Store or Google Play, is there a way to track where new downloads or paying customers came from? For example, if an app advertises my app in theirs - is there a way for me to ...
-3
votes
3answers
280 views
Why Apple doesn't “force” the user to update by installing the needed API updates when the user downloads a new app? [closed]
I was here programming in iOS with a class that's available only for iOS 6, and I was wondering: why should I implement my app to handle multiple operating systems when my app will be distributed by ...
2
votes
2answers
330 views
What is Delegation and why is it important in iOS programming?
At the moment I am teaching myself iOS programming, and one concept I find really hard to wrap my head around is delegation. What is it? Why and how is it used? What is the advantage? The technical ...
0
votes
0answers
60 views
define a gradient color and call that into a button for a background color? [closed]
For iOS using xCode, is there a way to define a gradient color and then when using an element say a button, to call that color as the background color?
1
vote
1answer
89 views
In an event-driven environment, how should a “cancel” function abort all further events?
In my iOS app, things are mostly driven by events.
The user presses a button
The app listens for an external device to be connected to the iOS device
Once the device is detected (is connected), an ...
0
votes
1answer
114 views
How to add a subclass to a viewcontroller in storyboard
Here's what I've created
I created a view controller element (in storyboard)
I created a new viewcontroller .h and .m file
Here's my issue
Can't seem to figure out how to get the content that ...
3
votes
2answers
94 views
Is every page a new view?
I just started building an iOS app and wanted to get some feedback regarding views.
I've got specs for
Activity Page
Activity Recording
Activity Create
Activity Save
Each of the specs show a ...
1
vote
0answers
127 views
Building a chat-like functionality in iOS
I was planning to implement a functionality wherein a user can send data to a friend of his, similar to sending messages in WhatsApp. This is how I broke down the problem :
The user registers for ...
1
vote
3answers
112 views
iOS App Signing and Certificates
In order to sign an application for the Apple App Store, we need to create a certificate by saving a certificate request file from keychain and then upload it to the Apple store.
I was wondering, ...
6
votes
2answers
854 views
Why Android created emulator rather simulator?
From http://stackoverflow.com/questions/4544588/difference-between-iphone-simulator-and-android-emulator
The difference between emulators and simulators is that emulators mimic the software and ...
0
votes
2answers
104 views
Setting up a development standardization guide for in-house/vendor programmers
I was recently hired by a large multi-national corporation to head up mobile development for their sales operation/support team. In a company of close to 10,000 people I am, at least in the America's, ...
3
votes
2answers
144 views
A better workflow between designer and developer on iOS XIB files development
We're working on an iOS project and right now, and whenever the designer has some feedback about fonts, colors, positions of elements, what images should go where etc., I have to go back and go ...
8
votes
2answers
348 views
What is the most cross-browser/system compatible option for 3d graphics on a web page?
I would like to develop a bit of functionality for a web site that involves a bit of 3D - the user can move around objects, rotate them and texture them.
So far I've looked into:
WebGL (in ...
-3
votes
1answer
170 views
How to duplicate an app name in Apple app-store? [closed]
I tried creating an app for Apple's app-store. The name I want is "Chess". Unfortunately it was in used. Okay, fair enough. But I can count at least six apps in the app store using the same name. If ...
11
votes
2answers
911 views
MVCS - Model View Controller Store
I recently decided to start learning iOS Development, and to this end I’ve been reading iOS Programming: The Big Nerd Ranch Guide. In the book the authors describe a design pattern MVCS - ...
1
vote
3answers
287 views
What are the language alternatives for developing on iOS? [closed]
Really struggling to "click" and get my head around Objective-C coming from a C# background. Enrolled in the Apple Developer program and a little bit down about my seemingly lack of progress with ...
0
votes
2answers
153 views
Arguments for and against backwards compatibility for new iOS projects [closed]
At the time of writing, iOS 6 has been available for about 3 months.
In the proposal-phase of a new iOS project, the client asks for backwards compatibility of the app involved, all the way back to ...
-2
votes
1answer
89 views
What should my license contain for a medical-related app? [closed]
I am still developing an app and it is getting pretty close to being finished. I am just a single developer, so I do not have anyone who can tell me what to put in it.
My app is medical-related (it ...
10
votes
2answers
452 views
How to Release to the App Store as an Individual
I've written an iOS app, and I'd like to release it on to the App Store. I'm an individual so it's not being released via a company or anything, just me.
Is it typical to just release a free app ...
0
votes
1answer
236 views
Pictures from iPhone to clients FTP server - Directly (iPhone->FTP) or Cloud (iPhone->Amazon->FTP)
My clients wants to take pictures with their iPhone's and place them collectible on their server, suggested by FTP.
I can see there is two solutions:
Directly upload from the iPhone to the FTP ...
3
votes
3answers
825 views
Multi-platform Mobile Development?
So my question is this:
Is there any easy way for a single developer to release an app on iOS and Android?
I am a web developer that primarily plays in PHP, Node, Ruby, AS, and JS. I have dabbled a ...
0
votes
2answers
111 views
Testing UI for azure web app on iPad
I am working on debugging my mobile application. There is a specific requirement/issue that I am having related to a drag and drop touch interface on an iPad. I am at the trial and error phase of ...
4
votes
3answers
170 views
Where do the parser and service objects fit in MVC?
Do NSURLConnection service objects and XML/JSON parser objects fall within the controller layer or the model layer? Why?
Is it OK to have business logic in the controller? Or should it be in the ...
3
votes
1answer
607 views
Why do Core Data sqlite table columns start with 'Z'?
I was looking at the sqlite table that Core Data generates and noticed that all table columns start with 'Z'. I realize this is an implementation detail, but I was curious as to why that's the case ...
4
votes
2answers
448 views
What patterns book for iOS development contains this specific information? [closed]
I've read several books on iOS development and Objective-C, however what a lot of them teach is how to work with interfaces and all contain the model inside the view controller, i.e. a ...
6
votes
2answers
353 views
Are there bots that download new iOS apps without being asked?
I noticed on the first day my iOS app hit the app store I got a download from Albania and another one from China. The app is only useful to a specific group, all of which are in a certain U.S. city. ...
