
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 · 454 阅读 · 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 · 1171 阅读 · 2 评论