iphone - how to split strings in objective c -


how split string in objective-c? working on short application contains date picker. display date date picker , display through label.

my main question how can split the date in 3 separate strings? 1 has idea it?

thanks

you use -[nsstring componentsseparatedbystring:] or nsscanner split string, or use nscalendar extract pieces of date you're interested in.


Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

python - Does anyone know how to configure the hunpos wrapper class on nltk? -