0
votes
2answers
47 views
Objective-C: How to format string as $ Price
Is their a built-in way of formatting string as $ price, e.g. 12345.45 converted to $12,345.45?
2
votes
1answer
23 views
How to convert a unichar value to an NSString in Objective-C?
Hi there,
I've got an international character stored in a unichar variable. This character does not come from a file or url. The variable itself only stores an unsigned short(0xce …
0
votes
1answer
21 views
Run-loops and threads in Apple’s CocoaXMLParser example
In the CocoaXMLParser class of Apple's CocoaXMLParser example, the following code appears:
rssConnection = [[NSURLConnection alloc] initWithRequest:theRequest delegate:self];
[se …
0
votes
2answers
13 views
Grouped style setting not taking effect from IB, UITableView
I've created a table view in an iPhone app using Interface Builder (IB). My table style is set to Grouped, and displays that way in IB. However, whenever I build and run, it shows …
0
votes
0answers
13 views
Developing WYSIWYG UI/Controller on iPhone
I'm trying to develop a really good and cute looking text message input controller like TTMessageController from three20 but with some simple WYSIWYG controls. For the first step I …
0
votes
1answer
13 views
addding navigation bar in tab bar
i have a tab based application with navigatoin bar . but this navigation bar has a image which covers whole navigation bar.how should i program it to add the navigation bar with im …
1
vote
1answer
18 views
Assigning variable values to NSTextFields in Objective-C
I'm a complete newbie to Objective-C, coming from a background of PHP, assorted dialects of BASIC, and a smattering of C/C++. While I feel I've got a fair handle on setting basic …
2
votes
4answers
259 views
Call from Objective-C into Python
bbum posted an outline of how to do this, but I'm unable to complete the details. Where does the Python code go, and how will my Objective-C code know about it? How would I do it …
1
vote
2answers
25 views
How do I trim “ “ and “\n” in NSMutableString.
Objective-C::
How do I trim " " and "\n" in NSMutableString.
1
vote
1answer
16 views
how to enable multi touch in cocos?
Could anyone show me how to enable multi touch in cocos please? I am new to this. Really appreciate any helps.
0
votes
0answers
12 views
I want to display a lot of characters including changing line in one cell.
Objective-c::
I want to display a lot of characters including changing line in one cell.
It was thought that it only had to decide the height of the cell by the number of lines, …
2
votes
1answer
48 views
CG/NSPoint-like integer tuple type?
Is there an appropriate structure provided in the Apple foundation kits to represent discrete coordinate systems? I know I can just use the integral component of NSPoint and by co …
1
vote
4answers
49 views
Replacement for use of nil in dictionaries in objective-C
Hey stackfolk,
I'm working in the IPhone SDK, and am pretty new to objective-c. Right now I'm working with NSUserDefaults to save and restore setting on my IPhone app. In order …
2
votes
1answer
32 views
Center an NSView within an NSScrollView
How do I center an NSView within an NSScrollView like the way "Preview" does?
0
votes
1answer
25 views
Creating an NSMatrix programmatically, Snow Leopard
I'm trying to create an NSMatrix of an NSImageCell prototype programmatically (if you can help me doing it via Interface Builder, be my guest at answering me here)
I created a new …
