开发者

I-Phone: Array doubts

开发者 https://www.devze.com 2023-02-13 16:40 出处:网络
i am doing a iphone programming ,i want to know how to split the variables in array .i got a string from web service ,which i have to disply it in table view,but it sucessed.but the problem is the id

i am doing a iphone programming ,i want to know how to split the variables in array .i got a string from web service ,which i have to disply it in table view,but it sucessed.but the problem is the id and username is on same row ,i have to seperate t开发者_开发知识库his id and username to different arrays,what can i do?please help me. thankz in advance


how is the the returned string separated? have you looked into using the componentsSeparatedByString method of NSString?

0

精彩评论

暂无评论...
验证码 换一张
取 消