问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

ios 怎么样tableview 里面加一个倒计时

发布网友 发布时间:2022-05-01 15:55

我来回答

1个回答

热心网友 时间:2022-06-19 03:01

最近发得帖,都是自己来结的 再结一次。希望对有遇到同样问题的人有帮助,我相信,分享才有进步。
//在服务器取到数据后调用
-(void)initOverTime :(NSMutableArray *)dataInfo
{
for (int i=0; i<dataInfo.count; i++) {
NSDictionary *dic=[dataInfo objectAtIndex:i];
NSUInteger overSec= [self getOverTime:dic];
NSMutableDictionary *overDic=[[NSMutableDictionary alloc]init];
[overDic setValue:[NSString stringWithFormat:@"%d",i] forKey:@"indexPath"];
[overDic setValue:[NSString stringWithFormat:@"%d",overSec] forKey:@"lastTime"];
[totalLastTime addObject:overDic];
}
[self startTimer];
}

-(NSUInteger)getOverTime :(NSDictionary *)dataInfo
{
NSString*timeFormat=@"yyyy-MM-dd hh:mm:ss";

NSDate *systemDate=getShortDateFromString(@"yyyy-MM-dd HH:mm:ss", systemTime);
NSDate *startDate=getShortDateFromString(timeFormat, [dataInfo objectForKey:@"startTime"]);
NSDate *endDate=getShortDateFromString(timeFormat, [dataInfo objectForKey:@"endTime"]);
NSUInteger systemInt=[systemDate timeIntervalSince1970];
NSUInteger startInt=[startDate timeIntervalSince1970];
NSUInteger endInt=[endDate timeIntervalSince1970];

NSInteger resie;
if (startInt>systemInt) {
resie=startInt-systemInt; //开始时间大于现在的时间,团购未开始
}else
{
resie=endInt-systemInt;//团购开始,还能多少时间结束
}
return resie;
}

- (void)startTimer
{
NSTimer *timer = [NSTimer scheledTimerWithTimeInterval:1 target:self selector:@selector(refreshLessTime) userInfo:nil repeats:YES];

// 如果不添加下面这条语句,在UITableView拖动的时候,会阻塞定时器的调用
[[NSRunLoop currentRunLoop] addTimer:timer forMode:UITrackingRunLoopMode];

}

- (void)refreshLessTime
{
NSUInteger time;
for (int i = 0; i < totalLastTime.count; i++) {
time = [[[totalLastTime objectAtIndex:i] objectForKey:@"lastTime"] integerValue];
// NSIndexPath *indexPath = [NSIndexPath indexPathForItem:0 inSection:[[[totalLastTime objectAtIndex:i] objectForKey:@"indexPath"] integerValue]];
NSIndexPath *indexPath = [NSIndexPath indexPathForItem:[[[totalLastTime objectAtIndex:i] objectForKey:@"indexPath"] integerValue] inSection:0];
GroupListCell *cell = (GroupListCell *)[tbView cellForRowAtIndexPath:indexPath];
cell.timeLabel.text = [NSString stringWithFormat:@"剩%@",[self lessSecondToDay:--time]];
NSMutableDictionary *dic=[[NSMutableDictionary alloc]init];
[dic setValue:[NSString stringWithFormat:@"%d",i] forKey:@"indexPath"];
[dic setValue:[NSString stringWithFormat:@"%d",time] forKey:@"lastTime"];
[totalLastTime replaceObjectAtIndex:i withObject:dic];
}
}

- (NSString *)lessSecondToDay:(NSUInteger)seconds
{
NSUInteger day = (NSUInteger)seconds/(24*3600);
NSUInteger hour = (NSUInteger)(seconds%(24*3600))/3600;
NSUInteger min = (NSUInteger)(seconds%(3600))/60;
NSUInteger second = (NSUInteger)(seconds%60);

NSString *time = [NSString stringWithFormat:@"%lu天%lu小时%lu分%lu秒",(unsigned long)day,(unsigned long)hour,(unsigned long)min,(unsigned long)second];
return time;

}
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
ef英语哪个好 EF英孚英语培训怎么样? 英孚英语好不好 EF英孚教育到底好不好 大佬们,麦芒7和荣耀10那个值得入手?2500以下的机子还有啥好推荐的么... 介绍几款2500元以前的手机 像素一定要高 其他的不做要求 近期想入手一部安卓手机,价格2200到2500左右…买HTC desire Z还是 三星... 笔记本忘记开机密码怎么办急死了 笔记本电脑屏幕开机锁忘记密码 怎么办?急死了 华硕笔记本电脑开机密码忘记了怎样找回?系统是Windows 7旗舰版... EXCEL用VBA单元格直接求和对比数组求和 活虾的尾巴和爪子发荧光绿能吃吗?虾体透明,有点淡蓝色 爪虾怎么做好吃,爪虾的吃法 爪虾怎么做好吃 ios怎么在cell上添加倒计时 VB语言Dim d as DateTimeCellType()什么意思? DataGridView显示时间问题 OracleDataAdapter.Update()写不进数据库也不报错。求帮助啊。。。。 两题谢谢初一英语先发的一定赞 time cell怎么读,怎么解释 time cell是什么化妆品 timeceii中文是什么,我只知道是一种护肤品的品牌 time cell用英语怎么说 为什么我在优酷看电影老是看到一半就没声音了 请问什么是CCC认证? 怎么注册不用手机 不用手机号码可以注册吗? Oracle安装必须图形化界面吗? 卡地亚手镯没有发票专柜能清洗吗? 卡地亚手镯有好多细纹咋办? 未定义与 &#39;cell&#39; 类型的输入参数相对应的函数 &#39;times&#39; excel中日期格式是数字,想转成java的日期格式,遇到了问题 excel用一个单元格显示其对应一行任意一列操作后的修改时间 vba 练习作业 急!!! c# calendar控件中如何自定义每个不同日期的悬浮文本内容 ios开发 什么时候取消cell上的定时器 泰兴广陵红枫园隶属什么公司 成都红枫岭到漫画庄园怎么赶公交 成都市好一点的公墓有哪些呢? 无主之地2哪些boss暴好装备 无主之地2无敌大潜猎掉落什么装备 秋简体毛笔字怎么写 书法字体大全 无主之地2眼镜蛇狙击枪具体哪里掉落,概率高不高? 无主之地2第二周目掉落武器几级 这种毛笔字体叫什么字体 新人求教几个关于无主之地2装备掉落的问题 毛笔飞字的简体怎么写 1:这是什么字体? 2:帮忙推荐几种好看的毛笔字体。 无主之地2无敌大龙虾之子掉落什么? 无主之地2 雪人dlc 出什么装备