DeepLinker 0.1.2

DeepLinker 0.1.2

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布上次发布2017年6月
SwiftSwift 版本3.1
SPM支持 SPM

Interactive Services维护。



示例

要运行示例项目,首先克隆仓库,然后从 Example 目录中运行 pod install

安装

DeepLinker 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中。

pod "DeepLinker"

使用

DeepLinker 提供了方便的 API,用于与流行应用集成。

不要浪费时间在 Google 上查找所有这些!只需使用 DeepLinker😺

电话呼叫

DeepLinker.Phone.performCall(phoneNumber: "+7-923-233-3243")

打开应用的设置

DeepLinker.Settings.open()

Skype 呼叫

DeepLinker.Skype.performAction(.call, contact: contactTextField.text!)

地图(yandex、google、apple)

一个 API 统治所有💍

DeepLinker.Maps(latitude: 55.885452, longitude: 37.670545, option: .showPoint).openAppleMaps()
//
DeepLinker.Maps(latitude: 55.885452, longitude: 37.670545, option: .buildRoute).openYandexNavi()

在 SafariViewController 中打开链接

DeepLinker.WebLink.presentSafariViewController(for: self, with: SomeUrl)

作者

Alex Shubin, Interactive Services, [email protected], [email protected]

许可证

DeepLinker 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。