iphone-sdk-3.0

Is UIToolbar a subview?

I have programmatically created a UIToolbar. As part of the code I use the following: [self.view addSubview: toolbar]. I tried adding atIndex: but get a warning that it may not respond. I was thinking of swapping the toolbar view for another view to hide the toolbar on the stack. In the end, I have been trying to hide the toolbar when...

Best iphone multiline input solution

Hi, I have tried Three20, HPGrowingText and the basic UITextView solution. For the three20, it has a dobule carriage bug and for HPGrowingText, I cannot modify the background of the textview. Therefore, which is the best phone multiline input solution? Thanks. Best, Dante ...

Frameworks are 'red' in Xcode

Hi everybody, I downloaded a project developed by Apple employees ( who taught course at Stanford on iPhone application development). Strangely , the frameworks are red. I tried to locate coreGraphics.framework and UIKit.framework to add them again but i couldnt find them either. Taimur ...

iphone programming ? How to connect to Remote Database (like SQL server 2008, MySQL, Oracle, etc.,) from iphone?.

Hello there, One Question "How to connect to Remote Database (like SQL server 2008, MySQL, Oracle, etc.,)?." I know there are ways like, web-services and one more complicated one, using UIWebViews (by Using Scripting languages.. like javascript). leave these...... Tell me is there any connectivity like JDBC, ODBC., etc..... ? I d...

iphone programming ?. Change UITableViewCellEditingStyle image ?

Hello Fellows, I just need to know is it possible to change UITableViewCellEditingStyle image ?. If possible please tell me How to do that? ...

Bootstrap Server

Help. I just changed some code in my program and got this error... Couldn't register com.yourcompany.XXX with the bootstrap server. Error: unknown error code. This generally means that another instance of this process was already running or is hung in the debugger.Program received signal: “SIGABRT”. I tried restoring my program to a...

How to hide/disable only the first uinavigationbar ?

I've been wandering how to hide / remove / disable only the main or first navigation bar in the navigation controller so that I could put an image as a whole background screen but I couldn't find any solution. Did try hide the titleview in viewdidLoad of the main navigation controller but didn't work. Tried using navigationBarHidden bu...

How do I get navigation bar titles to wrap on iPhone?

With a button in each corner, most of the titles in my navigation bar end up being truncated with "...". Is there any way to make the title wrap? I know changing the height is tricky, but if I set the prompt to an empty string "" then it seems to increase the height, so I'm hoping I can get the title to wrap into that space. ...

Wait for uitableview animation to finishe

Hi, I have a tableview and I'm doing an insertrow animation on it, and sometimes I have the deleterows animations too. But the problem is that sometimes the delete is called before the insert finishes. Is there a way to know when the animation is over? Thanks ...

OpenGL ES 3-D Surface Chart for the iPhone

I found http://www.vvi.com/index.html for Xcode that allows you to create charts on the iphone. I want to create a 3D Surface Chart that will pull from a database. Is there another SDK or instructions that will allow you to do the same in OpenGL on the iPhone. ...

iphone API's for tea time application

i want to know what API's in iPhone that we used to: Achieve an action by pressing a button Show normal input fields Give access to a persistent storage Realize a count-down timer ...

Question of embedding Mail in App

After reading "More iPhone 3 Development Tackling iPhone SDK3(Chapter12)", I tried to found a project which can send e-mail without quitting the App. But, there are two problems. First, when the To, Cc, Bcc or the body text information has completed by keyboard, how to close the pop-up keyboard? Second, loading a HTML into the UIWebVi...

How to get view old version Apple's Example code ?

Hi Fellows, I was wondering , is it possible to download old version of IPhone SDK samples .....? Why because i can see IOS SDK 4.0.1 versions. and that's not executing in IOS sdk 3.1.2 ... If there is a way please tell me ? thanks in advance and waiting for reply, jenie ...

Google Maps Integration inside iPhone App

I have a question about Google Maps integration inside a iPhone application. On my application, I have several stores inside a plist. Each store on plist has its altitude and logintude. So, I load each store on the map provided by Google Maps with MapKit. The problem is I want to say the user what is the store nearest his location. An...

How to open a dialog box in iphone?

I want to open the dialog box when the user clicks on a browse button in the nib. This would search for a picture he wants from his pc and upload it. How do I do this programmatically in iphone. ...

Is it possible to programmatically change the bluetooth device ID ?

I am working on an application that will be transmitting data from one iphone/ipod touch to another. However, I have been looking through the API's for some way to be able to change the devices default bluetooth ID from the default the user has set through iTunes but have not been successful in my research. Does anyone know of any way ...

iphone : facebook application responce error message

hi all, I am trying to integrate facebook in my iphone application. after logged in from my iphone I am getting response message as "application responce error" can any one help out , why I am getting such an error??? thanks in advance... ...

Is local Notification feature available in iphone os below 4.0?

Hello Is local Notification feature available in iphone OS below 4.0?In OS below 4.0 how can i send notification from the app even the app is not running.I don't want to use push notification(notification from any server side).Please guide me. Thanks. ...

rotate image in UIimageview ??

i am trying to rotate an image of a pencil in uiimageview when user swipes in a particular direction on the imageview by using the following code -(void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event { CABasicAnimation *fullRotation; fullRotation = [CABasicAnimation animationWithKeyPath:@"transform.rotation"]; fullRotation.fr...

Creating empty abaddressbook iphone

Hi guys, i am new to this ABAddressBook in iphone. I would like to create an empty AddressBook and also add or remove records dynamically, so that we can add filtered contacts to it. I tried to remove record from the AddressBook but it resulted in some exception. Please try to tell me why this happens... ...