Monday, 2 September 2013

NSString componentsSeparatedByString after that values i need to show in one label

NSString componentsSeparatedByString after that values i need to show in
one label

I friends,
I have some values in one string how can i split that string values
separately i need to show in one label , dis my values i got in nsstring
values showing ( "", "user_currency_code=USD", "user_currency_symbol=$",
"usertypecode=ROBT", "player_level=1", "player_isblocked=false",
"lang=en", "respond=true", "flylogin=false", "str=PageEnd",
"user_balance=100000394.90", "user_bonus_balance=0.00", "first_name=test",
"cash_balance=100000394.90", "coupon_balance=0.00", "str=PageEnd",
"remain_GameCount=0", "remain_PTAmount=0.00",
"real_user_balance=100000394.90", "fun_user_balance=95725.15",
"user_bonus_balance=0.00", "bonusstatus=false", "bonus_id=null" )
in dis value separately i need to show all separate labels example
currency code values ,i need to show one label in dis label it will
display like dis USD. Like that i need to get all values and show in each
label

No comments:

Post a Comment