摘要: 1:如果想让tabview可以滑动,cell不相应用户的点击。需要在- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { ExpenseVi... 阅读全文
posted @ 2016-01-26 11:42 i兮兮 阅读(374) 评论(0) 推荐(0) 编辑
摘要: NSString *dataStr = @"1453709220"; double lastactivityInterval = [model.addtime doubleValue]; NSDateFormatter* formatter = [[NSDateFormatter alloc... 阅读全文
posted @ 2016-01-26 11:34 i兮兮 阅读(406) 评论(0) 推荐(0) 编辑
摘要: iOS 从网络获取son并解析NSString* GXURL = PURL;GXURL = [GXURL stringByAppendingString:@"/index.php/Api/android_getRankByShow/eid/521"],GXURL;NSURL* url = [NSUR... 阅读全文
posted @ 2016-01-26 10:01 i兮兮 阅读(773) 评论(0) 推荐(0) 编辑
摘要: //获取当前日期 NSDate* date = [NSDate date]; NSDateFormatter* dateFormat = [[NSDateFormatter alloc] init]; [date... 阅读全文
posted @ 2016-01-26 10:00 i兮兮 阅读(400) 评论(0) 推荐(0) 编辑