You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easily take a photo or video or choose from library
@@ -12,7 +9,7 @@ Easily take a photo or video or choose from library
12
9
13
10
## Usage
14
11
15
-
To run the example project, clone the repo, and run `pod install` from the Example directory first.
12
+
To run the example project, clone the repo and open `iOS Example/iOS Example.xcodeproj`.
16
13
17
14
To use it in your project, add an `FDTakeController` to your view controller and implement:
18
15
@@ -112,9 +109,6 @@ open func present()
112
109
openfuncdismiss()
113
110
```
114
111
115
-
Other available options are documented at <ahref="http://cocoadocs.org/docsets/FDTake/">CocoaDocs for FDTake</a>.
116
-
117
-
118
112
## How it works
119
113
120
114
1. See if device has camera
@@ -159,22 +153,7 @@ Other available options are documented at <a href="http://cocoadocs.org/docsets/
159
153
160
154
## Installation
161
155
162
-
Add this to your project using Swift Package Manager. In Xcode that is simply: File > Swift Packages > Add Package Dependency... and you're done. Alternative installation options are shown below for legacy projects.
163
-
164
-
### CocoaPods
165
-
166
-
If you are already using [CocoaPods](http://cocoapods.org), just add 'FDTake' to your `Podfile` then run `pod install`.
167
-
168
-
### Carthage
169
-
170
-
If you are already using [Carthage](https://github.com/Carthage/Carthage), just add to your `Cartfile`:
171
-
172
-
```ogdl
173
-
github "fulldecent/FDTake"
174
-
```
175
-
176
-
Then run `carthage update` to build the framework and drag the built `FDTake`.framework into your Xcode project.
177
-
156
+
Add this to your project using Swift Package Manager. In Xcode that is simply: File > Swift Packages > Add Package Dependency... and you're done.
178
157
179
158
## Author
180
159
@@ -184,7 +163,7 @@ William Entriken, github.com@phor.net
184
163
185
164
This is a mature project and we do not expect to add new features unless something has already become state-of-the-art in other applications. Please be prepared to cite screenshots of other apps before making a feature request.
186
165
187
-
We support targets for the latest released versions of Xcode, Carthage, CocoaPods and Swift Package Manager. If there are incompatabilities, for example CocoaPods not supporting the latest version of Xcode, then we will only support the latest released versions/combinations that are supported. If you would like to support pre-release versions of these packages, please open a pull request, not an issue.
166
+
We support targets for the latest released versions of Xcodeand Swift Package Manager. If there are incompatibilities, we will only support the latest released versions/combinations that are supported. If you would like to support pre-release versions of these packages, please open a pull request, not an issue.
0 commit comments