Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping version to 2.4.0 #43

Merged
merged 1 commit into from
Nov 16, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DKImagePickerController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DKImagePickerController"
s.version = "2.3.7"
s.version = "2.4.0"
s.summary = "New version! It's a Facebook style Image Picker Controller by Swift."
s.homepage = "https://github.com/zhangao0086/DKImagePickerController"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,19 @@ UINavigationBar.appearance().titleTextAttributes = [
```
<img width="50%" height="50%" src="https://raw.githubusercontent.com/zhangao0086/DKImagePickerController/develop/Screenshot9.png" />

#### Quickly take a picture
#### Hides camera

```swift
pickerController.sourceType = .Camera
pickerController.sourceType = .Photo
```
<img width="50%" height="50%" src="https://raw.githubusercontent.com/zhangao0086/DKImagePickerController/develop/Exhibit1.gif" />
<img width="50%" height="50%" src="https://raw.githubusercontent.com/zhangao0086/DKImagePickerController/develop/Screenshot10.png" />

#### Hides camera
#### Quickly take a picture

```swift
pickerController.sourceType = .Photo
pickerController.sourceType = .Camera
```
<img width="50%" height="50%" src="https://raw.githubusercontent.com/zhangao0086/DKImagePickerController/develop/Screenshot10.png" />
<img width="50%" height="50%" src="https://raw.githubusercontent.com/zhangao0086/DKImagePickerController/develop/Exhibit1.gif" />

## How to use in Objective-C

Expand Down Expand Up @@ -151,7 +151,7 @@ You can merge your branch into the `develop` branch. Any Pull Requests to be wel

## Special Thanks
Thanks for [scottdelly][scottdelly]'s [contribution][scottdellyCon] and [performance improvement][scottdellyCon1]!
Thanks for [LucidityDesign][LucidityDesign]'s [contribution][LucidityDesignCon]!
Thanks for [LucidityDesign][LucidityDesign]'s [contribution][LucidityDesignCon]!
Thanks for [AnthonyMDev][AnthonyMDev]'s [contribution][scottdellyCon]!

## License
Expand Down