iphone-sdk-4.0

UITabBarControllerDelegate methods not gettning invoked

I have a tabbar based iPhone app, I have set the delegate for tabbarcontroller, but for some strange reason the delegate methods are not getting invoked. ...

Extiting the ARKit view

Hi guys, I'm trying to work with ARKit in order to enable Augmented Reality in one of my applications. I'm able to add the ARViewController by doing this : ParkingAppDelegate *appDelegate = (ParkingAppDelegate *)[[UIApplication sharedApplication] delegate]; arvc = [[ARViewController alloc] initWithDelegate:self]; //add the button to...

Implementing Contact Form Like fuctionality to send Emails from iphone app

Hi, In my app the functionality required is similar to "contact form". I want that user should be able to send email to me using that contact form. Now the form should contain textFields for Subject and Message Body but the Recipient Email Address should be pre-fixed and should not be shown.As I dont want to disclose my email id to all...

Siphon project is not compiling for video conferencing technology.

Hi, I want to complile siphon for video conferencing. I have followed the steps to compile in the link. http://www.blogtopsites.com/outpost/db6f49d045913a34797c4d0c87a253d4. Even I followed the process,it is not compiling on my iPhone simulator 4.0 ...

First playback of a sound is less loud than subsequent playbacks

I am using code like this: CFURLRef fileURL = [self allocFullFileURL]; NSError err; [audioPlayer release]; audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:(NSURL)fileURL error:&err]; [audioPlayer prepareToPlay]; audioPlayer.delegate = self; [audioPlayer play]; CFRelease(fileURL); to play a file on an iphon...

How to Auto send SMS on a Particular Date and Time

How can i auto-Send SMS from inside iphone app on a Particular Date and time... ...

Compiling siphon for iPhone OS 4.x in video conferencing technology

Hi Guy's, Can Anyone suggest, Is there a wiki for compiling Siphon for iPhone OS4.X (for Simulator) Thank u ...

MKMapKit problem plz help urgent

Hi All, I creating a mapView without using IB. i want to draw straight line between 3 to 4 different location.so write bellow code 1) Get longitude and latitude from http://maps.google.com/maps/geo?q=%@&output=csv url 2) add that value into the NSMutablearray and pass that array to method of class MapSample.m -(id) initWithRoute...

Search component effect in the mail application

Hi, In the iPhone email application once I click on the search bar it shifted to top and the background gets black. How to achieve this type of effect in the code? Do we need to create a custom UIView and make this shift explicitly? ...

How to get image from pdf using iphone sdk 4.0 or above?

Hi All, I have to get image name and its frame from pdf using iphone sdk. Thanks in advance ...

iOS core data corruption?

Hi guys, This is a rather general question, as I don't have any solid evidence atm. I have an iPhone app with about 20,000 users. It allows users to message each other, and saves those messages in core data. The only other thing it saves in core data is the users profile, a copy locally and a copy on the server. I have a small perce...

objective C touch events problem

I have a 4 UIViews inside a UIScrollView. Assume 1 of it is a chart like in iphone stocks aplication. When I move the finger across the chart I need to draw a vertical line.I can use the touchesMoved for that. But Also I need to move horizontally scroll my views. Problem is when I move my finger across the chart, UIScrollView scrolls ho...

how to find location using wifi in iphone

Hi all In my app, I am trying to figure out the location of my app user using WiFi (not GPS because my main area is inside the buildings), can any one please tell me how can I get user location using hotspot of WiFi. Any basic guide or example is good . Thanks in advance. egards ...

mkmapkit iphone custom annotation detail

Good Day! i need to add custom layout on the click of the annotation pin which already has title and subtitle, but i need to add more detail into it. i need it to be multiline. can some body tell me. i am talking about mapkit in iphone. and mkannotation views. Thanks ...

What user interface element would I use to take and crop a photo on the iPhone?

I'd like to be able to take a photo from the iPhone's camera, select a polygon within that photo, crop the photo to match, and then fit the resulting image to the screen. What user interface element would you suggest for me to start doing this? I'm a Java programmer and just getting started with the iPhone, so I'm not sure what to use....

Can you have multiple providers talking to the Apple Push Network for the same Application

I have been reviewing the Apple Push Notification documentation and it talks about having a SSL Certificate for the provider to talk to the APN for a specific Application. Can you have multiple servers (providers) running the same SSL Cert to communicate to the APN for the same Application? I can see this being useful for load balancin...

iPhone communication with Windows C# App

I am create an iPhone app that needs to talk to a Windows C# app. The app will run as either a Service or Form Application. What would be the best way to accomplish this? Ideally exposing a service-type architecture would be best as I don't need a stateful connection (stateless is fine in this case). Can a WCF service hosted by my app...

How to change the tableviewcell 's backgroundimage?

when I selected row, change the backgroundimages? ...

How to upload a file from the front end (view) in an iphone app?

Hi, In my iphone app, It is a requirement that I enable the user to upload the database file (.sql) from the front end of the app or through iTunes and the app should display the data based on the file he/she uploaded. How should I go ahead with implementation? Please give your suggestions. Please Help. Thanks!! ...

iphone MapView and annotationView released

hi, my name is TAG. i using a mapview in my application and for each annotation view on the map i download image from webservice. the is that i'm not able to release all space take by the image download after make a research and create the annotation. also when i leave the viewcontroller who contain the mapview. i'm not able to release t...