iphone

iPhone Not Deleting the Settings

I have just installed the latest update to the iPhone. I also have deleted my app from the iPhone and noticed that a previous install of my app has left the Settings bundle on my phone after I dis-installed the app. Now, I have a Settings bundle without the related app. This should not be possible as the older version sandbox shou...

iPhone 4 resolution difficulty - @2x naming technique not working for button image

Hi. I have a button with an image set through interface builder. The original image is SearchImage.png and the high rez version is [email protected]. I'm absolutely sure that no typos were made, and the higher resolution image is indeed exactly twice the size (ie twice as tall, twice as wide) as the lower resolution image, yet the offi...

url searching in iphone programming

i am a new iphone programmer i am making a web based application for that a took one text box (to take web address from user) and a button which will be pressed by user to go to his web address .. Now when user type his url such as http://www.google.com then it works fine but problem is that when user type only google.com or www.google....

Help for error : "No provisioned iPhone OS device is connected"

Hi, I have upgrade my phone to 4.1 beta ver. and i'm using xcode 3.2.2 but the it keep complaining that the version of iphone os does not match version of iphone os support development with the installation of iphone SDK. So does this match it has to be xcode 3.2.3 and above for it to match? Thanks in a ...

SQLite database issue in iOS 4

I have an application that has many users who can login and perform insertion, deletion and update operations on a database (SQLite 3.0). It works fine in iOS 3.1.2, but when i tried to run the same application in iOS 4.0, the application fuctions well for the first time (e.g. for the first time when a first user logs in). When he logs o...

Using iphone-exif, how to see updated image metadata tag values ???

SORRY for once again... I am new to iphone programming. using google code iphone-exif, i can read/write images tags also i can add custom image tags. But, my problem is that how can see the updated data??? OR is there any way to save image with updated data?? I have used .jpg image from net, is in other resources folder. Here my code (...

Adding AdBannerView to application creates memory leak

I have a working iPhone app using SDK 4.0. It shows no leaks in the 'Instruments' tool, and I am fairly convinced that the code does not have any memory leaks. I then tried to add iAds to the app, and it started showing memory leaks. In order to nail down the problem, I removed all additional code. All that is left is an added AdBann...

Tapping a UIScrollView to hide the keyboard?

(I posted this before anonymously, but then couldn't use the same computer again, so I'm posting it from my account now. Sorry to the guy who answered before.) I'm working on an iPhone app which involves typing stuff into a UITextView, which adds content to a UITableView. The problem is, I need to be able to close the keyboard when the ...

How to get CDATA content into UIWebView in iPhone SDK?

Hi Guys, I am not understanding how to get the content of CDATA, I NSString* htmlString = [self getnerateFormattedString:details]; [webView loadHTMLString:htmlString baseURL:[NSURL URLWithString:@"http://www.myWebsite.com"]]; -(NSString*) getnerateFormattedString:(TrackDetails*) details { NSString* htmlString = @""; htmlStri...

Memory Problem in Cocos2d

Hi All, Iam loading 176 image frames consists of 480X320 size in cocos2d framework. Mu application gets crash due to low memory. So how to handle the situation please advice. ...

how can we use custom class array in another class?

I would like to assign a custom class array to mutable array. which, is using in another class. i am taking "blowupArray" as custom class array and "arrayForTiles" is taking as another class array. i am creating object as "fireObj" to assign the "blowupArray" into "arrayForTiles" as shown below fireObj.arrayForTiles = blowupArray; ...

Chat appln for iPhone

Hi, Can anyone give me a guidance for implementing a chat appln in iPhone. Regards, Sreelash ...

How to shift item position on iPhone and iOS

Sorry guys, I hate asking dumb questions but I have seriously been searching for days online to no avail. Every method I've tried with item.bounds or the like has failed miserably. I'm just trying to move some elements, like a UILabel and a UIButton over a few pixels under a certain circumstance. Just a simple point to a tutorial that I ...

Are push notifications stored somewhere on iphone ?

If yes, how it's possible for the user to re-read them again ? By coding, how do you read them to display them in your app ? ...

What is my CoreData fetch request actually returning?

I'm fetching some objects out of a data store but the results aren't what I'm expecting. I'm new to CoreData but I'm fairly certain this should work. What am I missing? Note that User is a valid managed object and that I include its header file in this code, and that UserID is a valid property of that class. NSFetchRequest *request...

Transferring images captured by iPhone onto the WebService

Hey everyone, This is what I am trying to accomplish. Capture images from iPhone Store them on the web service Retrieve them when required I have searched for tutorials on the topic but have found none. Also, there are various threads providing information in bits and pieces which I am finding hard to piece together and deduce somet...

Want some animation in custom UITableView edit mode

Hi! I have very custom TableView like Add Contact View in iPhone's Contacts. I like the way this view arrange rows in animation when I click Edit button. My table view has for example 2 rows of editable information and 6 rows non-editable. I wrote some code and this 6 non-editable rows disappear from screen when user click my custom E...

Some views not rotating when used with UITabBarController

I've got a UITabBarController whose view is rooted to a UIWindow. The first three view controllers are derived from base class A (which inherits UIViewController). The latter two view controllers are derived base class B (which inherits UITableViewController) for 5 view controllers total. The first three view controllers will not rota...

Can I test if website works well on iPhone/iPad/etc. without iPhone?

For various varieties of Windows and IEs virtual machines work perfectly. But how do I test against iPhones? It's not iPhone-specific site, I just don't want it to be too broken. ...

How can i draw a signature in our own style

I want to send a postcard with our own signature in our our own style. I want to add a option for signature through touch event in a postcard by this user can create their own signature in their own style ...