Is it possible to display a View controller with further details of the Map annotation on a new view controller which when popped returns back to the MKMap view with the annotations still on it at that position. I can't seem to find a way in the SDK documentation that seems to indicate that its possible.
...
Question as title
Thanks
interdev
...
Hello everyone,
Here is the thing. I currently have a tabBar controller, with several navigation controllers in it. Just like this :
http://tof.canardpc.com/view/d27d1361-c81b-43a0-9b5b-abb13d78e422.jpg
In my first navigation controller, i have a view controller called NewsViewsController. Here is its nib (see picture).
My goal is to...
iPhone OS 2.x deprecated in SDK 3.2? (no Base SDK setting for 2.x)
...
What is best practice to stream multiple files in one ASIHTTPRequest?
Right now, for one file I use:
....
ASIHTTPRequest *request = [[ASIHTTPRequest alloc] initWithURL:someUrl];
[request setShouldStreamPostDataFromDisk:YES];
[request appendPostDataFromFile:someFilePath];
[request startSynchronous];
How to stream multiple files withou...
I have stored images from the net like this
Documents/imagecache/domain1/original/path/inURI/foo.png
Documents/imagecache/domain2/original/path/inURI/bar.png
Documents/imagecache/...
Documents/imagecache/...
Now I'd like to check the size of imagecache including all it sub-directories.
Is there a convenient way of doing it — preferab...
Hi: I wonder if there is any possibility to explicitly decode an incoming multipart/form-data POST request. Is there any lib to handle this safely? Several files are embedded in this request and I want to save these files individually.
NSData *data = [(id)CFHTTPMessageCopyBody(request) autorelease];
Content-Type: multipart/form-data; bo...
What are the recommended formats to play sound files on the iphone/ipod touch devices. I am am developing an application that should be able to play long sound files on the device. Are there any limitations to the size of the sound file and which would be the best and most optimized file size to play on the iphone/ipod touch
...
Hi,
I need to parse some text in a UITextField and turn it into a percentage. Ideally, I'd like the user to either type something like 12 or 12% into the text field and have that be parsed into a number as a percentage.
Here's what's weird. The number formatter seems to not like 12 and seems to divide 12% by 10000 instead of 100:
NSN...
I am developing an iPhone application that downloads data from a website. The website database is implemented in SQL and the site itself uses the classic ASP interface.
I am unsure as to which method would be best for transferring data to and from the server. Both JSON and SOAP require XML processing and I'm not sure how that affects p...
Hello,
I would like to achive the same functinoanlity in the UUTextField control as Google search web site (which uses Ajax for this): as user start typing, list of suggestion searches is shown. Then more letteres you type, suggestion list changes.
So imaging I have array of words:
Apple
Abc
Aman
As user types A, all thress suggesio...
Is there a way to catch a "valueDidChange"-Event for a Textfield? oO
I've got a modalView with an UITextField.
When the UITextField is empty, the "Done"-Button in the NavigationBar should be disabled
and when there is Text entered, it should become enabled.
Right now the only way to accomplish this by using the "textFieldShouldReturn"...
how to use UISegmentedControl to change datasource in tableview?
with sql tables
or read data from arrays
thanks
...
What the API uses for work with plug devices, something like this app:
square iphone scanner ?CocoaTouch, some from Foundation?
...
Hi,
I would like to know if there is a programming guide or other documentation for image transformation (histogram, matrix black & white, etc ...).
...
I have recently downloaded the most recent build of this awesome tool WSDL2OBJC from google code here: http://code.google.com/p/wsdl2objc/
After a bit of tweaking and downloading the latest version of the trunk from the svn repo I got a version that created the code for a WSDL I am using and compiles great and actually installs on my ph...
The iPhone's AVAudioRecorder class will not allow you to open an existing file to continue a recording. Instead, it overwrites it. I'd like to know an approach that would allow me to continue recording to an existing file using Core Audio APIs.
...
How can I add a second line (smaller font) below the navigationBar title as shown below? I want to show it below Sunday
...
The current version of an application in the App Store is free and has very limited functionality. An In-App Purchase unlocks everything else.
I have decided to remove the In-App Purchase and just make the application cost the same price as the In-App Purchase did. But if I make the update now, then those users who have the free version...
I've got my app approved a while ago and used the * provisioning profile so I created somehting like:
com.mydomain.MyApp
but now I have the necessity of adding push notifications and I can't due I am using the * provisioning profile and it needs to have its own app ID and profile.
How should I proceed in order to achieve an app update...