iphone

Installing iOS 4 on iPhone 2G

Hi all, I was wondering if I can install iOS 4 on my iPhone 2G. Is this possible? and if it is then do we need to do some extra steps or just upgrade it simply with itunes? thanks in advance. ...

change images on button click in iphone prog

i want to change image in image viewer when i click to a button... how to do this...... ...

Sms service in iphone

does iphone 4.0 support sms service?? ...

iPhone, How do I rotate an UIImageView around a point using Core Animation and CATransform3D?

This is what I want to do: (1) (2) | / | / | / | / |/ * (3) I want to move an UIImageView represented by a clock pin (width:9px, height 73px) from position (1) to position (2) around point (3) which is one end of the image. I tried to set the anchorpoint to (0,0) or to set the image center to point (517,177) which is the *(3) ...

programatically upload video stream for iphone

Am try to upload video content capturing by camera at instant to my server. Any one have any idea please help me! Thanks in advance. ...

Adding Sections to a UITableView.

How would I have a button that would add a Section to a UITableView? I know how to do it without adding sections and just having a list but how would you allow the user to add section as well as cells/rows. ...

How to make PIN password type control in iPhone

I'm trying to setup a PIN login page to my app that looks and functions similar to the PIN page on the phone itself when locked. However, I can't seem to find a way to detect when they press the backspace key when one of the input boxes is empty. It doesn't seem that any of the events on the UITextField get fired when it is pressed. Alt...

how to display 20 images names in imageview

hi i am new to ipoone.i am developing an application that consist of 20 images that are displayed as grid using custom imagepicker and display them using imageview what i need is 1) how can i get back to image grid from image view 2) how can i display each individual image name in image view as lable please suggest some help and code ...

property not being recognized in view controller

I have custom NSObject with an NSNumber property. I'm trying to set and recall this property in a view controller that includes the custom object's header. However, the view controller doesn't recognize the property as "something in a structure or union". I've treated this NSNumber property exactly like an NSString property in the sam...

How do I hide the textfield cursor on the iPhone when keyboard is active.

we are trying this for password settings,so that cursor should not be visible to user. ...

how to stop serach bar from scroling with tableheader for iphone

i want to make my serach bar as static but not scrolling with tableview i did this self.tableView.tableHeaderView = searchBar; but i want to make my search bar just static i have a UItableViewController plz help how to make it static Thanks ...

CoreData the save method is not working

Im a creating an app for my iPhone using coredata. I have a viewcontroller with an object i want to save that object to my FavoriteViewController. By clicking a button favorite I want my object to be save into the managedObjectContext but I'm getting the following error: Terminating app due to uncaught exception 'NSInternalInconsisten...

Manage Advertisement

Hi all I have a application in apple strore and I want to add advertisement for this apps. Do you know any management tool for manage advertisement? (I want to add advertisement and delete it ... in this tool) ...

back button is clicked and previous view loaded (UINavigationController)

hi, My app has 2 table view, Tablview A leads to Tableview B. When i change something in TableView B and press back button i got to make a change in tableview A. How o find out that a view is just poped from a stack and displayed ? is ther any delegate which shows this message ? ...

in app purchase iphone sdk

I have an application. i want to add in-app purchase. I want to put one chapter purchasable. its already in the application just unlock it through plist. so when user do purchase i dont want to download anything. just want to change the value in plist. so is it possible? without downloading new build. can i unlock that chapter? thank...

How to add serach bar in navigation bar for iPhone

How to add serach bar in navigation bar for iPhone? right now I added to table view? ...

how can i download Ics file from web and parse it in iphone

How can i download ics file (icalendar) from web and parse the data ? Can anyone help me ? I am new to icalendar files with iphone.. If possible can you give some code to know about this . Thanks in advance....... ...

IPhone Get HTTP Response or Bad_Access after reload my View with Geocoding

Hi all, i have a class for my geocoding (locationManager and reverseGeocoder). After the first load i see my location in my lable without any problems. after leave the view and load the view again i see in my lable http response-codes ("User_Agent" Accepted....) or get a bad_access and my app freeze. here is my code for this class: #i...

how to move sprite up using up joystick in levelSVG code?

Hi, I am using levelSVG code can anyone tell me how to move sprite up using up key in joystick? Right now in levelSVG if i am touching up then it will move left and if touch down then move right but i want to move up and down. Thanks, ...

PhoneGap: It's possible to use only the phonegap.js and it's functions only in a Website (doesn't want an App only a Webpage)?

It seems that I haven't understood correctly how PhoneGap works. I thought: Take an index.html, include the PhoneGap.js in as type of JavaScript and open the result on iPad/iPhone. But then, none of the functions like accelerometer, beep(), vibrate() is working. Is it necessary to build an app for that for working correctly? I have a ...