摘要: http://www.cocoachina.com/industry/20121212/5312.html 阅读全文
posted @ 2015-01-14 19:08 阳光天 阅读(69) 评论(0) 推荐(0) 编辑
摘要: [array sortedArrayUsingSelector:@selector(compareTime:)]; //不可变数组排序 [array sortUsingSelector:@selector(compareTime:)]; //可变数组排序 阅读全文
posted @ 2015-01-06 16:11 阳光天 阅读(90) 评论(0) 推荐(0) 编辑
摘要: //根据时间删除- (void)deleteDataWithTime:(NSString *)time at:(NSString *)tableName{ //NSString *deleteSql = @"delete from LBBMesTable where Id =?"; NSStri... 阅读全文
posted @ 2015-01-02 19:25 阳光天 阅读(1275) 评论(0) 推荐(0) 编辑
摘要: xib中的scrollview要取消选中auto layout,否则不会滚动 阅读全文
posted @ 2014-12-31 08:10 阳光天 阅读(94) 评论(0) 推荐(0) 编辑
摘要: mjrefresh 调用两次headerEndRefreshing 会造成刷新后上移[self.view viewWithTag:1234] 当要找到view不在self.view上时 ,是找不到的,比如view在self.navigationController.navigationBar上时,用... 阅读全文
posted @ 2014-12-29 11:00 阳光天 阅读(1307) 评论(0) 推荐(0) 编辑