import "ViewController.h" @interface ViewController () @property (weak, nonatomic) UIIm...
import "ViewController.h" @interface ViewController () @property (weak, nonatomic) UIIm...
CGSize viewSize = self.view.bounds.size;CGFloat tabBarStartingY = viewSize.height;CGFlo...
图片轮播展示完毕的切换卡顿,哪可能逃过产品Dog(就说了能咋地?)的法眼。下面才是入坑的开始:思路是两张一样的图片并排排列,首尾相连,同时左移,设置相同动画时间,X值不断减小...
苹果M2 M3芯片,在第一次跑项目时报错: The request was denied by service delegate (SBMainWorkspace). 有可能...
苹果M2 M3芯片,在第一次跑项目时报错: The request was denied by service delegate (SBMainWorkspace). 有可能...
Xcode-> preference-> account-> view details-> signed identityities-> iOS distribution重置...
NSThread GCD NSOperation 其中用的最多的就是GCD了,其实还有一种Pthreads,但是实在不常用,所以不太了解,就不说了。 文章中主要使用Objec...
ios - 如何在 swift 中每 N 个字符处为字符串添加分隔符? 我有一个包含二进制数字的字符串。如何将它分成一对数字? 假设字符串是: letx ="11231245...
// NotificationCenter.default.addObserver(self, selector: #selector(keyboardWillSh...
//MARK: 弹簧自动放大缩小 @objc func Action(button: UIButton) { UIView.animate(withDura...
https://www.cnblogs.com/lxlx1798/articles/14259055.html 注册[https://account.cnblogs.com/...
//baby请求 casePostBabyParameters(pathStr:String,Babyparameters: [String:Any],URLparame...
一、单例 1.创建 class testSwiftView: NSObject { static let shareInstance = testSwiftView() ...
Swift-UIView动画 UIView动画可以设置的动画属性有: 1、大小变化(frame) 2、拉伸变化(bounds) 3、中心位置(center) 4、旋转(tra...
Swift - 各种手势检测大全(UIGestureRecognizer及其子类) UIGestureRecognizer 有许多子类,用于监听一些常见的手势事件,这些子类主...
1、JSONString转换为字典 /// JSONString转换为字典 ////// - Parameter jsonString: <#jsonString des...
importUIKit importAVFoundation private let scanAnimationDuration = 3.0//扫描时长 private le...
在UITableViewCell的子类文件(CustomTableViewCell.swift)中实现如下方法即可 override func setSelected(sel...