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
Run `carthage` to build the frameworks and drag the appropriate framework (`IQKeyboardManager.framework` or `IQKeyboardManagerSwift.framework`) into your Xcode project according to your need. Make sure to add only one framework and not both.
***IQKeyboardManager (Objective-C):-*** Just ***drag and drop***`IQKeyboardManager` directory from demo project to your project. That's it.
158
+
***IQKeyboardManager (Objective-C):*** Just ***drag and drop***`IQKeyboardManager` directory from demo project to your project. That's it.
163
159
164
-
***IQKeyboardManager (Swift):-******Drag and drop***`IQKeyboardManagerSwift` directory from demo project to your project
160
+
***IQKeyboardManager (Swift):******Drag and drop***`IQKeyboardManagerSwift` directory from demo project to your project
165
161
166
162
In AppDelegate.swift, just enable IQKeyboardManager.
167
163
@@ -181,11 +177,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
181
177
```
182
178
183
179
184
-
## Known Issues:-
180
+
## Known Issues
185
181
186
182
You can find known issues list [here](https://github.com/hackiftekhar/IQKeyboardManager/blob/master/KNOWN%20ISSUES.md).
187
183
188
-
Manual Management:-
184
+
Manual Management:
189
185
---
190
186
191
187
You can find some manual management tweaks & examples [here](https://github.com/hackiftekhar/IQKeyboardManager/blob/master/MANUAL%20MANAGEMENT.md).
@@ -199,7 +195,7 @@ If you would like to see detailed Flow diagram then see [here](https://raw.githu
199
195
200
196
201
197
202
-
## Properties and functions usage:-
198
+
## Properties and functions usage
203
199
204
200
You can find some documentation about properties, methods and their uses [here](https://github.com/hackiftekhar/IQKeyboardManager/blob/master/PROPERTIES%20%26%20FUNCTIONS.md).
0 commit comments