How can I programmatically make this NSString:
(
548760
)
It's basically:
( 548760 )
... but that should not matter.
To this NSString:
548760
Thank you
|
If you know that the string will be the same format every time:
|
|||||||||||||
|
|
|||||||
|
|
I think what you have is an array. If so just get
|
|||||||
|
UILabel. – DAS Mar 21 '12 at 8:20