摘要:
如何将iOS的文本框默认的copy、past改成中文复制粘贴 info.plist中将Localization native development region改为China,并增加Localized resources can be mixed,设为YES, 此方法也可以将导航栏中的返回按钮由“ 阅读全文
摘要:
给视图添加点击波纹效果 import UIKit class ViewController: UIViewController { private let radarAnimation = "radarAnimation" private var animationLayer: CALayer? p 阅读全文