URL Link Preview
Features
The goals of this library are:
- To (a) separate the fetching or acquisition of link preview data from (b) the view or UI aspects of the link preview.
- To enable the app using the link preview data fetching to not have to disable Application Transport Security (ATS).
- To flexibly allow for different web-based API services that fetch link preview data.
The LinkPreview view adapts to different available data:
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
SMLinkPreview is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SMLinkPreview'
or
pod 'SMLinkPreview', :git => 'https://github.com/crspybits/SMLinkPreview.git'
Author
crspybits, [email protected]
License
SMLinkPreview is available under the MIT license. See the LICENSE file for more info.