We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e70efd commit d8358a6Copy full SHA for d8358a6
1 file changed
README.md
@@ -20,6 +20,7 @@ WYPopoverController is for the presentation of content in popover on iPhone / iP
20
* UIStoryboard support
21
* ~~Keyboard show / hide support~~ (still in progress)
22
* iOS 6 & 7 support
23
+* UIAccessibility support
24
25
### UIAppearance support
26
@@ -129,13 +130,13 @@ WYPopoverController uses ARC.
129
130
131
#### Cocoapods
132
-Add this line `pod 'WYPopoverController', '~> 0.1.8'` to your PodFile.
133
+Add this line `pod 'WYPopoverController', '~> 0.1.9'` to your PodFile.
134
135
Your PodFile should look like :
136
137
```Ruby
138
platform :ios, '6.0'
-pod 'WYPopoverController', '~> 0.1.8'
139
+pod 'WYPopoverController', '~> 0.1.9'
140
```
141
142
To use the `master` branch of the repo :
0 commit comments