How to avoid big and clumsy UITableViewController on iOS?
I have a problem when implementing the MVC-pattern on iOS. I have searched the Internet but seems not to find any nice solution to this problem.
How to avoid big and clumsy UITableViewController on iOS?
I have a problem when implementing the MVC-pattern on iOS. I have searched the Internet but seems not to find any nice solution to this problem.
Weird UIView transforms in Retina iPhone
I’m having a problem I don’t understand. I’m developing an OpenGL app for iOS. Because at some points I want to force the orientation of the view programatically, and Apple for whatever reason doesn’t make it easy (or even possible), I’m doing it by hand.
Strategy for avoiding duplicate object ids for data shared across devices using iCloud
I have a data intensive iOS app that is not using CoreData nor does it support iCloud synching (yet). All of my objects are created with unique keys. I use a simple long long
initialized with the current time. Then as I need a new key I increment the value by 1. This has all worked well for a few years with the app running isolated on a single device.
Are there bots that download new iOS apps without being asked? [closed]
Closed 8 years ago.
What patterns book for iOS development contains this specific information? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
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 and if there was a design decision involved in this. Anyone happen to know or guess why?
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?
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 trying to figure out how to fix this (meaning I have no idea how to fix the issue I’m seeing).
Multi-platform Mobile Development? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]