E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
NSTimeInterval
iOS runtime学习-防止按钮多次点击
防止多次点击间隔时间@property(nonatomic,assign)NSTimeIntervalacceptEventInterval;//记录每次的点击时间@property(nonatomic,assign)
NSTimeInterval
嘻嘻_c45b
·
2024-01-19 17:20
NSTimer+WeakTimer(解决循环引用分类)
importNS_ASSUME_NONNULL_BEGIN@interfaceNSTimer(WeakTimer)+(NSTimer*)scheduledWeakTimerWithTimeInterval:(
NSTimeInterval
御雪飞斐
·
2024-01-15 09:41
定时器
一、NSTimer和CADisplayLink1、NSTimer常用api有:+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
)tii
Jack1105
·
2024-01-02 00:53
【IOS 知识点】几种定时器
NSTimerGCD定时器dispatch_after-(void)performSelector:(SEL)aSelectorwithObject:(nullableid)anArgumentafterDelay:(
NSTimeInterval
IOS_Faker
·
2023-11-28 22:34
关于 timeIntervalSince1970 计算出错的问题(4s)
一般获取时间戳我们会用到如下的方法NSTimeIntervaltime=[[NSDatedate]timeIntervalSince1970]*1000;//
NSTimeInterval
返回的是double
放空di自己
·
2023-11-10 20:44
iOS开发
ios开发
4s
时间戳
iOS监听屏幕旋转的几种方法
获取将要旋转的状态-(void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientationduration:(
NSTimeInterval
FL丶凌风
·
2023-10-22 20:11
iOS---小小总结
ios
屏幕旋转
iOS 获取视频封面
Video.h"#import@implementationUIImageView(Video)-(void)videoImageWithvideoURL:(NSURL*)videoURLatTime:(
NSTimeInterval
小明讲啥故事
·
2023-10-22 11:57
ios开发-NSTimer计时器
作用:用来定时重复执行某件事件注意:计时器需要放入到runloop中才能有用NSTimer常用方法+(NSTimer*)scheduledTimerWithTimeInterval:(
NSTimeInterval
不写昵称
·
2023-10-15 14:36
iOS 获取视频截图
首先贴上获取视频截图的方法://获取网络视频的缩略图+(UIImage*)getThumbnailImageFromVideoURL:(NSURL*)URLtime:(
NSTimeInterval
)videoTime
假装你是大灰狼
·
2023-10-14 23:20
iOS
图像动画
ios
视频截图
CMTime
iOS UIView Animation动画
options,动画的展示方式animations,动画代码completion,动画完成后代码//动画时间,,options,completion+(void)animateWithDuration:(
NSTimeInterval
假装你是大灰狼
·
2023-10-14 23:48
iOS
图像动画
ios
Animation
UI(十八)时间日期
#pragmamark---本章简介(三个类、转换)---NSDate时间->GTM(国际标准时间)
NSTimeInterval
时间间隔单位是秒NSDateFormatter时间格式器#pragmamark
社会主义顶梁鹿
·
2023-10-03 09:53
iOS 获取视频截图 以及 CMTimeMakeWithSeconds 与 CMTimeMake的区别
//获取网络视频的缩略图(UIImage*)getThumbnailImageFromVideoURL:(NSURL*)URLtime:(
NSTimeInterval
)videoTime{if(!
海耐射手
·
2023-09-26 17:41
IOS读书笔记第一篇:52个有效方法
(NSTimer*)scheduledTimerWithTimeInterval:(
NSTimeInterval
)tiinvocation:(NSInvocation*)invocationrepeats
冷了年度
·
2023-09-25 04:34
IOS_OC_滚动视图带点点(使用方便&封装完善)
initWithFrame:(CGRect)frameimageNames:(NSArray*)imageNames;//时间间隔&循环滚动-(void)scrollWithTimeInterval:(
NSTimeInterval
IOS_技术小牛
·
2023-09-22 17:34
Crash 防护方案(四):NSTimer
原文:与佳期的个人博客(gonghonglou.com)+(NSTimer*)scheduledTimerWithTimeInterval:(
NSTimeInterval
)titarget:(id)aTargetselector
与佳期
·
2023-09-03 15:08
iOS便利NSTimer
当时写的是伪代码,现在把他补完整面试官提出来的要求如下:NSTimer用起来有很多注意点,不方便,要求实现一个+(NSTimer*)xx_scheduledTimerWithTimeInterval:(
NSTimeInterval
码痞
·
2023-09-02 11:01
简单动画-块动画
//一定时间内完成动作后执行某个动作+(void)animateWithDuration:(
NSTimeInterval
)durationanimations:(void(^)(void))animationscompletion
大王的锅
·
2023-08-01 00:13
iOS 时间以及时间戳的各种方法
1.时间string转时间戳+(
NSTimeInterval
)stringDateToTimestamp:(NSString*)dateString{NSDateFormatter*pFormatter
NirvanaReborn凯
·
2023-07-28 02:38
OC/苹果开发 获得时间/时间戳 格式化时间
:47:37+0000(与当前北京时间差8个小时【北京时间:2014-05-2112:47:37+0000】)当前时间戳:[[NSDatedate]timeIntervalSince1970](结果为
NSTimeInterval
Zero_World
·
2023-04-21 21:22
iOS
开发
oc
时间
时间戳
格式化
iOS之NSTimer使用和注意事项
以及当界面互动的时候,NSTimer会停止,滑动停止会又计时的问题NSTimer的使用方法比较常用的两个方法:+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
枫叶无处漂泊
·
2023-04-12 13:13
在iOS开发中使用friction和tension的弹性动效
在iOS系统弹性动效的API接口+(void)animateWithDuration:(
NSTimeInterval
)durationdelay:(
NSTimeInterval
)delayusingSpringWithDamping
MrLittleWhite
·
2023-04-10 14:13
关于CocoaAsyncSocket中的tag值问题
---2016/10/10印象笔记-(void)readDataWithTimeout:(
NSTimeInterval
)timeouttag:(long)tag上面的方法会生成一个数据类:AsyncReadPacket
程序员不务正业
·
2023-04-05 09:10
计算2个时间 相差分钟数
+(NSString*)getTimeDiffString:(
NSTimeInterval
)timestamp{NSCalendar*cal=[NSCalendarcurrentCalendar];NSDate
呦嚯嚯嚯12138
·
2023-03-20 08:34
iOS 跳动数字,展示分数
#pragmamark、展示分数-(void)labelDanceAnimation:(
NSTimeInterval
)duration{_showAddScoreLabel.hidden=NO;__weaktypeof
Forever_HEN
·
2023-03-18 22:45
转场动画(解决控制器也反转的问题)
转场动画+(void)transitionFromView:(UIView*)fromViewtoView:(UIView*)toViewduration:(
NSTimeInterval
)durationoptions
_小布丁
·
2023-03-15 06:56
iOS定时器
/创建一个定时器,但是没有添加到运行循环,需要在创建定时器后手动的调用NSRunLoop对象的addTimer:forMode:方法+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
Dawn_HIN
·
2023-03-13 01:11
ios 定时器NSTimer
首先,定时器的创建比较常用的有两种+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
)titarget:(id)aTargetselector:(SEL)aSelectoruserInfo
颜小宋
·
2023-03-11 14:12
NSTimer 的使用
使用方法+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
)titarget:(id)aTargetselector:(SEL)aSelectoruserInfo
yyggzc521
·
2023-02-17 14:37
更可靠和高精度的 iOS 定时器
中延时执行有多种方式,常用的有:NSTimerNSObject的(void)performSelector:(SEL)aSelectorwithObject:(id)anArgumentafterDelay:(
NSTimeInterval
杂货铺学徒
·
2023-02-03 21:20
iOS定时器
+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
)titarget:(id)aTargetselector:(SEL)aSelectoruserInfo:
马维启
·
2023-01-29 06:56
iOS 基于消息转发机制实现弱引用计时器
iOS基于消息转发机制实现弱引用计时器在iOS开发中,我们经常使用NSTimer.常使用下列几个方法:+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
)titarget
nullyy
·
2023-01-28 13:32
获取网络视频或本地视频的第一帧图片
+(UIImage*)thumbnailImageForVideo:(NSURL*)videoURLatTime:(
NSTimeInterval
)time{AVURLAsset*asset=[[AVURLAssetalloc
落叶弋_
·
2022-02-17 02:14
深入浅出了解NSTimer循环引用的原因
NSTimer产生循环引用的原因我们首先看下NSTimer的初始化方法+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
)titarget:(id)aTargetselector
Pusswzy
·
2022-02-16 09:03
动画 Core Animation
很多初学者应该就是UIView动画,UIView动画是苹果给UIView加上的动画类别,使用起来相当简单,容易上手(void)animateWithDuration:(
NSTimeInterval
)durationdelay
土豆赶着鸡
·
2022-02-14 23:51
iOS 时间戳和时间相互转换
///时间戳转化为时间(YYYY/MM/dd)+(NSString*)timestampToTimeWith:(
NSTimeInterval
)timeInterval;///时间转为时间戳+(NSString
浅宇落
·
2022-02-12 02:08
NSTimer在UITableView中使用的误差
NSTimer的使用一般有两种:oooooo(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
)titarget:(id)aTargetselector:(SEL
阿汤8阿义
·
2022-02-11 19:08
YYCache - YYMemoryCache
retainedbydic上一个__unsafe_unretained_YYLinkedMapNode*_next;//retainedbydic下一个id_key;id_value;NSUInteger_cost;
NSTimeInterval
_time
hukun
·
2022-02-08 22:21
iOS判断横竖屏
-(void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientationduration:(
NSTimeInterval
fangzhiyuan
·
2022-02-07 17:54
解决AVPlayerItem 的duration值为nan
//当AVPlayerStatusReadyToPlay-(
NSTimeInterval
)getTotalDuration{CMTimetotalTime=self.player.currentItem.asset.duration
no1ever
·
2021-12-30 16:11
iOS之NSTimer循环引用的最佳解决方案
+(NSTimer*)scheduledTimerWithTimeInterval:(
NSTimeInterval
)intervalrepeats:(BOOL)repeatsblock:(void(^)
片片碎
·
2021-09-09 17:59
IOS
NSTimeInterval
使用案例详解
一ios获取时间间隔想在程序开始或者进入某个界面,到结束程序或退出某个界面,获取到这个持续时间.获取到这个时间还需要转化一个取得时分秒.-(NSString*)getCurrentTime{NSDateFormatter*formatter=[[NSDateFormatteralloc]init];[formattersetDateFormat:@"yyyy-MM-ddHH:mm:ss"];NSS
·
2021-08-28 15:00
iOS30 -- 多线程进阶学习
-(void)performSelector:(SEL)aSelectorwithObject:(nullableid)anArgumentafterDelay:(
NSTimeInterval
)delay
恋空K
·
2021-06-26 13:33
UIImage一些扩展(获取视频第一帧、色值转图片、base64字符串转图片、加载gif图)
下面的都是类方法pragmamark----获取图片第一帧(UIImage*)JJthumbnailImageForVideo:(NSURL*)videoURLatTime:(
NSTimeInterval
笑啥风云
·
2021-06-25 17:36
YYKit---Image gif
-(nullableinstancetype)initWithImagePaths:(NSArray*)paths//图片路径oneFrameDuration:(
NSTimeInterval
)oneFrameDuration
给伤的你我依然喜欢
·
2021-06-25 00:12
NSDate使用小结
:30:102018获取一个距离当前时间特定时间间隔的日期NSDate*oneHourLater=[NSDatedateWithTimeIntervalSinceNow:3600];说明:传入的参数:
NSTimeInterval
佐罗罗
·
2021-06-24 17:05
iOS NSTimer 定时器用法总结
,尤其是小型游戏,然而对于初学者时常会注意不到其中的内存释放问题,将其基本用法总结如下:一、初始化方法:有五种初始化方法,分别是1、+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
ChenL
·
2021-06-21 01:34
iOS定时器
NSTimerGCD定时器dispatch_after(void)performSelector:(SEL)aSelectorwithObject:(nullableid)anArgumentafterDelay:(
NSTimeInterval
Smallwolf_JS
·
2021-06-15 16:07
iOS定时器
NSTimer的类方法+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
)tiinvocation:(NSInvocation*)invocationrepe
153037c65b0c
·
2021-06-14 16:17
iOS 定时器NSTimer+dispatchTimer.md
一、初始化方法+(NSTimer*)timerWithTimeInterval:(
NSTimeInterval
)tiinvocation:(NSInvocation*)invocationrepeats
流鸽
·
2021-06-14 12:50
自定义转场动画 push--pop动画
NSObject遵循UIViewControllerAnimatedTransitioning协议,实现以下方法-(void)animateTransition:(id)transitionContext;-(
NSTimeInterval
TeeMo_Yan
·
2021-06-14 08:06
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他