object-c
soloterry
菜鸟
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
How to access the keys in dictionary in object-c
NSDictionary *postData =......... NSEnumerator *enumerator = [postData keyEnumerator]; while ((key = [enumerator nextObject]) !=nil) {原创 2011-10-15 09:34:08 · 485 阅读 · 0 评论 -
How to deal with "Incorrect NSStringEncoding value 0×0000 Error with ASIHTTPRequest" problem?
Try to init ASIHTTPRequest with initWithURL.原创 2011-11-04 17:48:55 · 1214 阅读 · 2 评论
分享