Tagged Questions

0
votes
3answers
30 views

How to initialize NSString to NSMutable string?

Is there any way to initialize NSString to NSMutable String? and also reverse order?- -(void)st:(NSString *)st { NSMutableString str = st; // gives warning.. NSLog(@"string: %@", str); }
3
votes
3answers
90 views

Designing the iPhone interface in a nib or in code?

I've been pondering over this question for a long time already. On the one hand, Interface Builder offers a really easy way to design the interface and wire the elements up with objects in my code. …
0
votes
1answer
11 views

Do TomTom or Navigon apps register a URL Handler on the iPhone?

I'd like to use routing from my app, so that TomTom or Navigon get opened with right "from" and "to" addresses. Does anybody know if TomTom or Navigon apps register a URL Handler on the iPhone?
0
votes
0answers
13 views

iphone webview not response until I hold on for about half a second

Hi, I created a webview in my iphone app but every first time I open it (on my real device), I have to tap on the screen and hold on for about half a second, then the app can response to my touch …
0
votes
1answer
24 views

IPHONE: listing all views and subviews created by my app

A few weeks ago I found somewhere a code that allows one to dump to the terminal, using NSLOG, a hierarchic list of all view, subviews and objects created by an application, but I cannot find this …
0
votes
0answers
23 views

Cocoa Touch Data Persistence

Hi there, I'm experimenting with Core Data, plist files, flat files and sqlite. I can't seem to differentiate in terms of efficiency for small data sets. In terms of the differences on the surface ( …
0
votes
0answers
13 views

UITextView in landscape mode

This ought to be brain-dead simple, but for some reason it's not. I built an extremely simple test app. It just has a very simple subclass of UIViewController, whose view is a UITextView, which is …
0
votes
2answers
12 views

UIPageControl Help

Hey guys, I need to use UIPagecontrol for my application, and I'm not sure how to get started. I'm a beginner, and the examples that apple gives me are pretty complicated. All I need are 3 pages with …
0
votes
1answer
21 views

IPHONE: variables in instruments

When using instruments to debug memory allocation, you can see how much an allocation is using, its address in memory, etc. My question is: is there any way to know which variable/object in your code …
1
vote
2answers
45 views

Using ‘presentModalViewController’ to load a view

This seems like a simple task but I can't figure out what's holding my small application back from actually doing what it's supposed to. I am attempting to load a temporary, slide-in, view from …
1
vote
0answers
44 views

IPHONE (in-app purchase): What do I have to do to get the prices in local currency

I am creating an application with 3 different languages: english, spanish and french. I have created in-app purchases in these 3 languages and have created users on itunes sandbox for these 3 stores: …
0
votes
1answer
33 views

iPhone - Comparing two times

I have two time values in HH:mm format that I need to compare, and return how many minutes they differ by. For example comparing 18:30 and 19:45 should return 1:15. I've read up on NSDate, …
0
votes
1answer
12 views

MapKit fix zoom

I have mapkit view and i need to fix zoom step. User must only increase or decrease by 4 times. How i can do it in MapKit?
0
votes
2answers
35 views

What is the best algorithm for restoring the state of a navigation stack

I don't know the best way to let an App restore the navigation controller stack so that the app will re-launch in the same way that it was exited.
0
votes
1answer
17 views

add background image to UITableViewController in Navigation based app

I have a navigation based app where I push TableViewControllers onto the stack. I would like to add a background image to all of my TableViewControllers. Not a color, but an image. I know how I can …

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