文件名称:URLQueue:一个用 Swift 编写的 iOS 8 扩展
文件大小:25KB
文件格式:ZIP
更新时间:2024-07-11 15:18:56
Swift
网址队列 URLQueue 演示了一个用 Swift 编写的 iOS 8 共享扩展,它将应用程序、扩展和 Cocoa Touch 框架捆绑在一起。 它允许将 URL 从 3rd 方应用程序推送到 URLQueue 应用程序进行存储。 这些 URL 稍后可以在您选择的浏览器(Safari 或 Chrome)中重新打开,此时它们将从队列中删除。 您可以将其视为本地稍后阅读的应用程序。 数据通过应用程序组使用共享的 NSUserDefaults 在应用程序和扩展程序之间共享。 该项目是为演示目的而构建的,并获得了 MIT 许可。 有关详细信息,请参阅许可证。 贾里德·威尔第
【文件预览】:
URLQueue-master
----URLQueueKitTests()
--------URLQueueKitTests.m(850B)
--------Info.plist(748B)
----URLQueueExtension()
--------MainInterface.storyboard(2KB)
--------com.eesel.URLQueue.URLQueueExtension.entitlements(306B)
--------Info.plist(1KB)
--------ShareViewController.swift(1KB)
----URLQueueKit()
--------URLQueue.swift(3KB)
--------Info.plist(821B)
----LICENSE(1KB)
----.gitignore(282B)
----URLQueue()
--------URLListViewController.swift(4KB)
--------URLQueue.entitlements(306B)
--------Base.lproj()
--------AppDelegate.swift(3KB)
--------Images.xcassets()
--------Info.plist(1KB)
--------SettingsViewController.swift(2KB)
----README.md(627B)
----URLQueueTests()
--------URLQueueTests.swift(887B)
--------Info.plist(748B)
----URLQueue.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(35KB)