问题标签 [swift3]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 在 Swift for iOS 中沿圆形路径绘制文本
Swift2
我正在寻找一些关于如何使用for在圆的边缘周围绘制简单单线字符串的最新帮助/提示iOS9
。我看到涉及旧 ObjC 片段的相当过时的示例,并且通常仅限于OS X
。UIView
在自定义子类的drawRect()
方法中,这甚至可能在 iOS 中实现吗?
ios - 在 ios 9 中隐藏状态栏
你如何在 ios 9 中隐藏状态栏?
现在已弃用:
ios - 在 UIButton 中添加右视图
我正在尝试在按钮上显示一些文本和图像。我正在使用这里的代码
我可以在正确的位置看到图像,但是没有出现文本。我认为titleEdgeInsets
是行不通的。
ios - 如何将视频(在图库中)转换为 NSData?在斯威夫特
我只是在 Swift imagePickerController 中没有“信息”,所以我不知道如何获取 url 并将其转换为数据以发送到 web 服务。
ios - Swift - 从一年中的某一天获取日期
我们可以使用下面的行获取日期的日期。
但是我们怎样才能从一年中的某一天得到日期呢?
ios - Swift 3 中的 PBEWithMD5AndDES 加密
我需要使用 PBEWithMD5AndDES JAVA 加密方法 PBEWithMD5AndDES、JAVA PBEWithMD5AndDES来加密和解密我的密码 ,我需要像下面的代码一样快速进行加密和解密
ios - Module "MyApp" not found in UnitTest-Swift
Im trying to test some Swift class (@objc class) in my legacy Objc code. I am importing "UnitTests-Swift.h" in my test classes.
Then I get this error:
Module "MyApp" not found in the autogenerated "UnitTests-Swift.h"
This is whats inside the top part of the "UnitTests-Swift.h"
I cleaned the project, checked all the relevant flags ("No such module" when using @testable in Xcode Unit tests, Can't use Swift classes inside Objective-C), removed derived data and so on.. No idea of whats happening, but I m quite sure that @import MyApp shouldnt be there..
Can anyone help me with this?
ios - 斯威夫特:我怎样才能让一个监听器报告连接何时丢失以及何时恢复?
我想在我的 iOS 应用程序启动时调用一个方法,但我只想在有连接时调用这个方法。我发现在 Objective-C 中你可以使用Reachable
,但事实证明这个方法不是 Swift 的一部分。
我找到了一个名为Reachability.swift的 pod ,我正在使用提供的示例:
但是,这不能正常工作。我只在进入该 ViewController 时工作,但在打开和关闭 WiFi 时不工作。
ios - Swift 3 发布后,Swift 2 应用程序会运行吗?
我已经发布了几个用 Swift 2.0 和 2.1 编写的应用程序。现在苹果刚刚开源了 Swift,并宣布明年将发布 Swift 3.0。那么,在 Swift 3.0 发布后,我的应用程序还能运行吗?