一个最简单的完整的 Swift 程序如下所示: print("Hello, world!") 类似于 Python 等脚本语言,写在全局的代码作为程序的入口,不需要定义 main 函数 使用 print 等输入输出函数时,不需要像 C/C++ 一样包含相关的头文件或库 语句结尾不需要加分号 Simp ...
分类:
移动开发 时间:
2021-05-24 05:47:33
阅读次数:
0
是因为iOS13上的不支持适配 let activity = UIActivityViewController(activityItems: [URL(fileURLWithPath: path)], applicationActivities: nil) activity.excludedActi ...
分类:
移动开发 时间:
2020-06-09 12:42:15
阅读次数:
113
override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) //显示navbar self.navigationController?.setNavigationBarHidden(false, an... ...
分类:
移动开发 时间:
2019-12-24 18:29:13
阅读次数:
352
// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro ...
分类:
移动开发 时间:
2019-11-19 15:42:36
阅读次数:
105
// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro ...
分类:
移动开发 时间:
2019-11-18 18:34:05
阅读次数:
94
// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro ...
分类:
移动开发 时间:
2019-11-18 18:04:56
阅读次数:
112
iOS 好文源码收藏 30个让你眼前一亮的iOS Swift UI控件! http://www.cocoachina.com/ios/20190228/26435.html iOS 电商demo(实现各种常见动画效果和页面布局) http://www.cocoachina.com/ios/20190 ...
分类:
移动开发 时间:
2019-03-10 17:52:04
阅读次数:
158
image 前言 组件化开发很重要的一点就是组件与组件之间的解耦,MGJRouter_Swift 主要作用就在于此。MGJRouter_Swift 是一个高效/灵活的 iOS Swift 版 URL Router,完全实现了蘑菇街 Object-C 版 MGJRouter 的所有功能。 为什么本人要 ...
分类:
编程语言 时间:
2019-01-28 14:02:32
阅读次数:
378
iOS Swift WisdomHUD 提示界面框架 Framework Use profile(应用简介) 一:WisdomHUD简介 今天给大家介绍一款iOS的界面显示器:WisdomHUD,WisdomHUD是Swift 4.2编写的framework,支持iOS8.0及以上使用,并且完成兼容 ...
分类:
移动开发 时间:
2018-12-05 20:58:09
阅读次数:
246
保存网络请求的cookies,并存储到UserDefaults中 发起网络请求时,获取已经保存的cookies 这里创建cookie的时候需要特别注意,swift中cookie创建 HTTPCookie(properties: [HTTPCookiePropertyKey : Any]),需要 [H ...
分类:
移动开发 时间:
2018-11-08 18:29:08
阅读次数:
306