摘要: 1.alertview创建UIAlertView *alert; alert = [[UIAlertView alloc] initWithTitle:@"提示" message:@"题库有更新,需要更新吗?" delegate:self cancelButtonTitle:@"确定"... 阅读全文
posted @ 2014-09-08 11:38 Rayshen 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1.同步GET (联网检测)+(BOOL)checkConnect{ // 初始化请求 NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init]; NSString *url=[NSString st... 阅读全文
posted @ 2014-09-08 11:34 Rayshen 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 1.把数据库文件localdata.db放入工程,并建立bundle(在build phases里)2.创建新的类,用于本地SQLite查询. LocalDB.m(.h就不说了,保证每个.m里要外部调用的函数都在.h里做好接口就好)3.LocalDB.m: createDB函数因为工程里的Bundl... 阅读全文
posted @ 2014-09-08 11:28 Rayshen 阅读(288) 评论(0) 推荐(0) 编辑