I want to create two iphone apps with very similar code base. The only differences will be some settings and the UI skin. Instead of creating two xcode project and copy the all the code over. Is there a better way to set this up? for better maintainability? 95% of the code are the same.
...
Hi everyone, I'm trying to make a simple writing app for iPad.
I added UIButtons above the keyboard manually without using inputAccessoryView.
After launching my app in iPad or iPad simulator, I pressed UITextView to pop up the keyboard.
Then if I pressed UIButton immediately after pressing any key in the keyboard, UIButton didn't r...
Hello,
My question maybe silly, but can anyone coach me?
Except doing some test(most likely white box testing) while coding, after the App was built, do we have some testing tools or special method for doing the test?
All I can imaging for now, is only manual testing the functionality of my App.
Thanks everyone.
...
Hi All,
I wonder if there is a higher-level library for parsing PDF files in iOS (iPhone, iPad, iOS version 3.2) ? Specifically I'm looking for functionalities such as I can highlight a word or a sentence of text in a page and also to read PDF hyper-links and act upon them.
I've looked up CGPDFScannerRef and it looks like the built-i...
Hi! Is there a way to download Xcode on its own, without the iOS SDK? I have a very slow internet connection and this would take 3 or so hours to download, also I don't need the iOS SDK at all.
Any help would be appreciated!! :)
...
Is there any way to replace the keyboard as you can do with the Android? If not completely replace, is there a way to extend it and add additional functionality?
...
We're writing an iPad app that saves out information as a plist for later reading by a Flash movie. Originally we designed the plist to export out as a simple plain text xml file and the Flash player read that fine. The problem with that was that the files were monumentally big and verbose so we converted it over to a binary plist. Un...
Hi, It may be a simple question but how do I add multiple components to a UIPickerView? I use NSMutableArray to populate one component but I dont know how to populate the others. I also need to change the value of a label when a row is selected.
Thanks in advance
Kieran
...
I know there is a question about this subject already but I think it's possible to change the text of the done button of a keyboard, because many of the apps I use are in french and the text of the done button is "accéder".
But I don't know how to do this?
...
I'm having some problems with something related to UIResponder / UINavigationController / EAGLview combination. Is there a way for me to step thru / view the, display hierarchy?
Something like
*UIWindow*
*UIView*
*SOME SUBVIEWS*
*OTHERVIEW*
*SOME SUBVIEW*
*SOME OTHER SUBVIEW*
I know that I can check, [view sub...
Apple responded to one of my bug reports suggesting I try to reproduce the issue in the beta version of the next iOS. As with all betas before, this one comes with a warning that
iOS [version] beta should only be installed on devices dedicated exclusively for iOS [version] beta testing. Do not install this software if you do not have...
Hey,
I'm developing an iPhone app, where I have a UITabBarController that has a UINavigationController for each TabBarItem.
I want, after some level of navigation, to hide the TabBar, and to replace it with a full screen view, just like the iPod application, the TabBar hides when you reach the media player, and returns when you get bac...
hello stackoverflow,
I am using the default splitviewController to make a learning app. Basically I am trying to load some data through a connection and display it in the rootViewController. This works great but there is a bizarre UI bug that is introduced when the table is reloaded with the data (in portrait mode). Essentially the t...
I have a TabBar with 4 tabs, 2 of the tabs are the same class, and come from the same nib, and will only made different by the parameter they are passed.
However I can not work out how to do this parameter passing, since the init'ing and switching of these views are done automatically by the tabbar controller.
I can think of a few ways...
I have a HTML5 app that uses websql for storing data.
Where possible, I'm using the readTransaction() method for read-only SELECT queries, and the transaction() method for INSERT/UPDATE/DELETE queries.
I'm not sure if there's a performance benefit to using readTransaction(), but it seems like the right thing to do.
The app works fine ...
Can i get last modify date of ABPerson in iOS's Address book?
...
Looking through the documentation, it seems that the new advanced gestures API doesn't determine the direction of a swipe beyond the basic { left, right, up, down }.
I need the start point of the swipe and the direction.
Is there anyway to retrieve this other than coding my own advanced gesture library from scratch out the basic gestur...
Does ABPerson in iOS have kABModificationDateProperty? Thanks for your help :)
...
When you select text message from a contact in the contact's app you get a list of phone numbers and email addresses with the 'type' also in the button, however the 'type' is styled differently. Is there a way to get this effect with UIActionSheet buttons or would I have to roll my own?
...
I haven't done any work with the Android or iOS platforms, but I have recently been pitched a project and I'm trying to see if it is even feasible.
Is there currently API hooks in the iOS and Android platforms for accessing / manipulating the voice / data streams? What I would like to do is encrypt all outgoing steams and decrypt all i...