logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Swift UISlider 自定义图片后 不能滑动到两端解决办法

override init(frame: CGRect) {super.init(frame: frame)setThumbImage(UIImage.init(named: "music_controller"), for: .normal)}// 改变滑块的触摸范围override func thumbRect(forBounds bounds: CGRect, trackRect rect:

封装GCD定时器

封装GCD定时器#import "WSTimer.h"@implementation WSTimerstatic NSMutableDictionary *timers;dispatch_semaphore_t semaphore;+ (void)initialize {static dispatch_once_t onceToken;dispatch_once(&onceToken, ^

#ios#iphone#objective-c
到底了