摘要:
使用ASIHTTPRequest 提示#import <libxml/HTMLparser.h>找不到首先添加libxml2框架进来,但是继续报错,然后 在header search path 加入 ${SDK_DIR}/usr/include/libxml2 已经解决网上有人说,还要添加这个选项,我没有添加也解决,留下来作为参考Other Linker Flags 加上-lxml2 阅读全文
摘要:
之前使用switch-case的时候一直无法使用声明语句,只能使用调用函数的语句,今天看到了高手使用其实也就是加一个 { } 即可。来自于ATMHud- (void)advancedHudActionForRow:(NSUInteger)row { [hud setBlockTouches:YES]; switch (row) { case 0: [hud setCaption:@"This HUD will auto-hide in 2 seconds."]; [hud show]; [hud hid... 阅读全文
摘要:
主要可以参考以下3个链接,后面会把自己的申请流程完善,然后发出来!1、http://blog.sina.com.cn/s/blog_4c925dca01010x8n.html2、http://www.cocoachina.com/bbs/read.php?tid-7923.html3、http://chuangyiji.com/2011/02/ios-one-day-become-a-successful-application-developers/后续。。。如痴如醉 阅读全文