Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bdb01 commit 1135dc0Copy full SHA for 1135dc0
1 file changed
Source/SLKTextViewController.h
@@ -209,10 +209,10 @@ NS_CLASS_AVAILABLE_IOS(7_0) @interface SLKTextViewController : UIViewController
209
- (void)dismissKeyboard:(BOOL)animated;
210
211
/**
212
- Dimisses the text input bar, if not already
+ Dismisses the text input bar, if not already
213
214
- The recommend method to use is forceTextInputbarAdjustmentForResponder:
215
- only if that dosent dismiss the textInputBar should this be used.
+ The recommended method to use is forceTextInputbarAdjustmentForResponder:
+ Only if that doesn't dismiss the textInputBar should this be used.
216
*/
217
- (void)dismissTextInputbarIfNeeded;
218
0 commit comments