Search Results

1
vote
2answers
607 views

NSNumberFormatter to format US Telephone Numbers

I'm trying to convert a string of numbers, entered by the user, into a sexy string like Phone.app on the iPhone. Here is the code I'm using, which doesn't work (no special format comes out) and aft …
0
votes
4answers
334 views

Quick brush-up on C++ for a C/Obj-C programmer?

I'm being offered a C++ job and need a quick brush-up project so I can become fluent in the language again. Currently I develop iPhone applications and became fluent in C/Obj-C from a background of …
0
votes
2answers
303 views

Rounded UIView with Shadow?

So using this link: http://stackoverflow.com/questions/805872/how-do-i-draw-a-shadow-under-a-uiview …
0
votes

How to model an n-to-n relationship in Objective-C?

You can use SQLLitePersistentObjects: It allows you to define code like the following: #import …