Tagged Questions

0
votes
2answers
22 views

An iphone picker that rotates left-right?

I've only seen it in a VERY few iPhone apps... but it looks like a picker that rotates left/right (instead of top/bottom). They usually put it on 1 line of a tableView... to allow the user to quickly …
0
votes
0answers
12 views

Using Cloudmade GeocoderManager with iPhone

I'm trying to use Cloudmade's iPhone SDK to do some geocoding. I'm following along with their example but my app crashes when I start the search. I'm getting no error and no NSZombies. I'm having a …
1
vote
3answers
53 views

What is the path for an image in iphone development

I have this snippet of objective c code: UIImage *image = [ [UIImage alloc] initWithContentsOfFile:fileName]; fileName is set to "file1.jpg" When I run the code, however, image is set to nil. I …
0
votes
1answer
20 views

Edit UITableViewCells while being dragged around

I've got a custom UITableViewCell subview that has a button on it which has a background color representing a priority. The user is allowed to drag the cells around in the table, which changes the …
0
votes
1answer
16 views

UISearchBar with Controller in a normal UIView?

What I want: A UIView with a UISearchBar at the top. Starting to edit the searchBar dims the current view and shows search results from another [UITableView]Controller. What I've tried: In …
1
vote
1answer
17 views

How do we clear out contents in NSMutatableData

how do were clear an NSMutatableData wihtout using release and then re-alloc/init again to be used again? I was looking at resetBytesInRange to be set at zero but I am unsure of this. Anyone can …
0
votes
2answers
13 views

how can i read from the documents directory in the iphone at run time?

I'm implemanting in an iphone app a .plist file that contain some initial parameters that i'll use later in the app, i create a NSMutableArray myArray with a NSMutableDictionary with some keys then i …
1
vote
0answers
27 views

Automated Interface testing on iPhone

I like using the UI Recorder in Xcode for testing a UI in the simulator. However, that I know of, UI Recorder doesn't work on the device. Is there a similar tool for automating UI testing on the …
1
vote
2answers
33 views

iPhone SDK - opening links in a UITextView in a web view

I have specified dataDetectorTypes on a UITextView so that URLs open in Safari when touched. Is it possible to intercept this behaviour so I load the URL in a UIWebView instead? Or would I have …
0
votes
2answers
10 views

Multi-line UITableViewCell using UITableViewCellStyleValue2 style

I'm trying to figure out how to replicate the UITableViewCellStyleValue2 style so that the detail text can be multiple lines - as seen in the 'address' cells in the Contacts app. Like the Contacts …
0
votes
4answers
126 views

How can I develop an iPhone application in Perl?

Could someone provide a good link to book about how to develop iPhone application with the Perl programming language?
1
vote
5answers
64 views

closed beta application in the app store?

Hi! Is there a way to have something like a closed private beta in the app store? So a customer could see and try the product after I sent him the link. If the app get's approved by a customer I …
0
votes
1answer
10 views

want to go to next view from rightbarbutton item.

I am using this code to get the three button on the right side of the navigationbar ,button are visible but next to this I want to go to the next view from this three button image, text ,vedio. …
0
votes
2answers
23 views

how to invert transform a UIView?

Hi all, I am using core-plot library to draw a bar-chart on my iPhone application and the problem arises when I try to add a label or some other views to the graph, Actually the view I added is …
0
votes
3answers
19 views

How to add the more than one button on the right side of the navigation bar in objective.c.

I have added the one button on right side of the navigation bar with this code, but i want to add the three buttton like this but i am adding with this code, I think button is overlap on one place , i …

1 2 3 4 5 261 next
15 30 50 per page