Questions about issues that are specifically related to Apple's iOS operating systems (whether directly or indirectly).
1
vote
1answer
35 views
Managing large downloadable content on mobile devices
This is a general question of how to best manage large downloadable content on mobile devices.
Lets consider a situation whereby a mobile app needs to download a number of very large content items, ...
2
votes
1answer
125 views
Are there any significant advantages to using a native language for mobile app development? [on hold]
Forgive me if this question has already been answered but I couldn't quite find the answer I was looking for. What I wanted to know was, is there any significant advantage to using a native language ...
-1
votes
0answers
38 views
How to achieve excellence in iOS Development? [closed]
I have been developing iOS apps for six months now and every day i find something new and exciting to learn. i feel blessed with apple docs and 3rd party APIs.I have four apps on the App Store.i have ...
1
vote
3answers
88 views
Which one is better offline method for large scale application
We've a big data management website used by several property. Some of our customers have downtime (they can't access net for an hour or two). We want our site to support offline data viewing and ...
-3
votes
0answers
17 views
Adding Text feild and UiButton on GooGle map [closed]
I'm new to ios and working on Google Map SDK and able to show the map on the view but now
I want to add a textfeild and enter the location over there
On buttons click that location should be shown ...
-2
votes
1answer
55 views
Can anybody help me in designing my UITableView into MVC Pattern?
I have written a ViewController in which I get data from the internet and display it in a UItableview using a JSON parser which uses object for key to identify its objects.
What I would like your ...
-3
votes
0answers
150 views
Can throwing the iPhone high in the air launch my app or trigger desired function in iOS 7 or later [closed]
My app is an emergency app. It will be used by people in emergency and disasters.
It's possible that they got stuck in situations where they just don't have the time to enter or draw their password on ...
1
vote
0answers
78 views
Designing object oriented programming
Basically, I want to make api calls using an SDK I am writing.
I have the following classes:
Car
CarData (stores input values needed to create a car like model, make, etc)
Basically to create a ...
0
votes
0answers
38 views
Objective-C Lesson in Class Design
I have the following classes:
Teacher
Student
Class (like a school class)
They all extend from KObject that has the following code:
- initWithKey
- send
- processKey
Teacher, Student ...
1
vote
1answer
46 views
Custom animation iOS
I have seen animation, and i can't figure out how to do something like in this video(youtube). I want to discuss how it's made. I don't think that they're using sprites.
I have one idea how to do ...
0
votes
1answer
65 views
How often to authenticate iOS app in web service
I am trying to build an iOS app that connects to a PHP+MySQL web service. My question is how often should I check for user's authentication to get data from the web service. My app requires a login at ...
-1
votes
0answers
43 views
Technique to use so I can dynamically change the button size depending upon screen resolution?
I'm coding in iOS 7 and I'm laying out buttons on a view. I want to size my buttons differently on the iPhone than I do on the iPad. And I'm also thinking ahead to internationalization where I will ...
1
vote
1answer
112 views
If I send an IPA over TestFlight, can it be used to deploy to the app store?
I am currently working for a small startup. I was previously under contract, now I am working for equity (no pay). The thing is, there is not yet a signed agreement in place as the details are being ...
0
votes
0answers
36 views
What is the best procedure to setup real-time data transfers with Redis?
I have setup a RESTful API using Ruby on Rails for an iPhone application.There are some instances, however, that I would like to use Real-Time Pub/Sub data-transfers,
I have drawn up 2 potentials:
...
0
votes
1answer
83 views
iOS: Multiple images or single scaling image
I have a fiery debate running in the office.
We have an app with two buttons of different size. (One is 40 px wide and one is 150 px wide).
They have the exact same look in terms of background image.
...