摘要:
#UITabBarController ##一、手动创建UITabBarController```objective-c //tabbar控制上面的添加的控制器 UITabBarItem *item1 = [[UITabBarItem alloc] initWithTitle:... 阅读全文
posted @ 2015-05-09 14:47
ianhao_cn
阅读(355)
评论(0)
推荐(0)
摘要:
#XML##DOM解析>DOM:Document Object Model(文档对象模型)。解析时需要将XML文件整体读⼊,并且将XML结构化成树状,使用时再通过树 状结构读取相关数据>XML完整读入才能解析,不能出现错误!##SAX解析>SAX:Simple API for XML。基于事件驱动的... 阅读全文
posted @ 2015-05-09 14:15
ianhao_cn
阅读(245)
评论(0)
推荐(0)
