iOS實現秒殺活動倒計時

2022-09-20 20:42:13 字數 1002 閱讀 1140

1.定義4個 label 來接收倒計時:

@property (weak, nonatomic) iboutlet uilabel *da程式設計客棧ylabel;

@property (weak, nonatomic) iboutlet uilabel *hourlabel;

@property (weak, nonatomic) iboutlet uilabel *minutelabel;

@property (weak, nonatomic) iboutlet uilabel *secondlabel;

2.在實現檔案中實現方法:

//時間戳轉換為日期格式(毫秒的時間戳)

- (nsstring *)timewithtimeintervalstring:(nsstring *)timestring

-(void)downsecondhandle:(nsstring *)atimestring);

}else

int hours = (int)((timeout-days*24*3600)/3600);

int minute = (int)(timeout-days*24*3600-hours*3600)/60;

int second = timeout-days*24*3600-hours*3程式設計客棧600-minute*60;

dispatch_async(dispatch_get_main_queue(), ^else

if (hours<10) else

if (minute<10) else

if (second<10) else

});timeout--;

}});

dispatch_resume(_timer);

}xsaalplna }

}3.在需要出使用:

[self downsecondhandle:@"1494622800000xsaalplna"];

本文標題: ios實現秒殺活動倒計時

本文位址:

iOS 倒計時按鈕

1 新建乙個類,取名為 timerbtn,繼承uibutton 2 在timer.h中新增如下 import inte ce timerbtn uibutton 建立倒計時按鈕 param frame 位置大小 param title 標題 param ntimer 倒計時時間 return 倒計時...

iOS倒計時動畫

效果圖 製作成gif之後,幀率變快了,看起來很彆扭,實際上是每秒執行一次的 h 檔案 inte ce countdownview uiview property nonatomic,assign long long time property nonatomic,assign,readonly lo...

倒計時 心跳倒計時

我從悶熱的午後醒來,可還是頭痛得厲害,睡意再次湧上心頭,我告訴自己不能再昏睡下去,於是決定出門去清醒一下。現在的天氣雖說有些燥熱,但是陰涼處還是比較涼爽,我慢慢地走,接著慢跑了起來,夕陽散發著最後一縷餘暉。我邊看著眼前的城市邊際的美景邊深呼吸著,隨著耳機裡傳來的 律動著。突然有個聲音從我腦海裡響起,...