分类: swift

swift是IOS平台的开发语言

IOS-swift5-自己设计的一个类似安卓Android的TOAST的信息显示提示功能

自己设计的苹果ios的一个类似安卓的TOAST的信息显示提示功能,基于swift5开发。可以指定 显示时长。单位 秒,可以是小数,比如2.5秒。 // // Tools.swift // Mark // // Created by nelson on 2022/12/14. // import Foundation import UIKit // 自己整的一个工具类 class Tools { static func toast(msg:String,seconds:Double,vc:UIViewController){ //得到当前 UIViewController 的 安全显示区域 le

Read more