A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/PromiseKit/UIKit below:

PromiseKit/UIKit: Promises for Swift & ObjC

PromiseKit UIKit Extensions

This project adds promises to Apple’s UIKit framework.

This project supports Swift 3.0, 3.1, 3.2 and 4.0; iOS 9, 10 and 11; tvOS 10 and 11; CocoaPods and Carthage; Xcode 8.0, 8.1, 8.2, 8.3 and 9.0.

pod "PromiseKit/UIKit", "~> 6.0"

The extensions are built into PromiseKit.framework thus import PromiseKit is all that is needed.

github "PromiseKit/UIKit" ~> 3.0

The extensions are built into their own framework:

// swift
import PromiseKit
import PMKUIKit
// objc
@import PromiseKit;
@import PMKUIKit;

Due to iOS 10 requiring an entry in your app’s Info.plist for any usage of UIImagePickerController (even if you don’t actually call it directly), we have removed UIImagePickerController from the default UIKit pod. To use it you must add an additional subspec:

pod "PromiseKit/UIImagePickerController"

Sorry, but there’s not an easier way.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4