File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ NohanaImagePicker enables your app to pick images from multiple album, and the m
10
10
11
11
## Usage
12
12
13
- ```
13
+ ``` swift
14
14
import NohanaImagePicker
15
15
class ViewController : UIViewController , NohanaImagePickerControllerDelegate {
16
16
@@ -36,7 +36,7 @@ class ViewController: UIViewController, NohanaImagePickerControllerDelegate {
36
36
37
37
### Customize
38
38
39
- ```
39
+ ``` swift
40
40
let picker = NohanaImagePickerController ()
41
41
42
42
// Set the maximum number of selectable images
@@ -66,8 +66,8 @@ ColorConfig.backgroundColor = UIColor.redColor()
66
66
67
67
## Requirements
68
68
69
- - Swift2 .2 later
70
- - iOS8 .0 later
69
+ - Swift 2 .2 later
70
+ - iOS 8 .0 later
71
71
72
72
## Installation
73
73
@@ -86,12 +86,12 @@ Use [CocoaPods](https://cocoapods.org/).
86
86
87
87
- Add the followings to your Podfile:
88
88
89
- ``` ruby
90
- use_frameworks!
91
- pod " NohanaImagePicker"
92
- ```
89
+ ``` ruby
90
+ use_frameworks!
91
+ pod " NohanaImagePicker"
92
+ ```
93
93
94
- - If you want to use Swift2.3 write ` pod "NohanaImagePicker", "0.6.1" ` instead of ` pod "NohanaImagePicker" ` .
94
+ - If you want to use Swift2.3 write ` pod "NohanaImagePicker", "0.6.1" ` instead of ` pod "NohanaImagePicker" ` .
95
95
96
96
- Run ` pod install ` .
97
97
You can’t perform that action at this time.
0 commit comments