Skip to content

Commit

Permalink
Eliminate UITextInput.textContentType (flutter#3587)
Browse files Browse the repository at this point in the history
textContentType was added in iOS 10, and we target iOS 8. Either way the
framework doesn't (yet) include support for this; keyboard type covers
most bases.
  • Loading branch information
cbracken authored Apr 12, 2017
1 parent a94c7d6 commit 059ab3a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ @interface FlutterTextInputView : UIView<UITextInput>
@property(nonatomic) UIKeyboardType keyboardType;
@property(nonatomic) UIReturnKeyType returnKeyType;
@property(nonatomic, getter=isSecureTextEntry) BOOL secureTextEntry;
@property(nonatomic, copy) UITextContentType textContentType;

@property(nonatomic, assign) id<FlutterTextInputDelegate> textInputDelegate;

Expand Down

0 comments on commit 059ab3a

Please sign in to comment.