Skip to content

Commit

Permalink
Merge pull request #7779 from AngelkPetkov/TIMOB-20390
Browse files Browse the repository at this point in the history
[TIMOB-20390] iOS: Deprecated Keyboard_Apperance_Alert
  • Loading branch information
hansemannn committed Feb 26, 2016
2 parents 7ac3b82 + 9d51320 commit 8940402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apidoc/Titanium/UI/UI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1469,6 +1469,8 @@ properties:
summary: Use a keyboard appearance suitable for entering text on an alert.
type: Number
permission: read-only
deprecated:
since: "5.4.0"
platforms: [iphone, ipad]

- name: KEYBOARD_APPEARANCE_DEFAULT
Expand Down
2 changes: 1 addition & 1 deletion iphone/Classes/UIModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ -(NSNumber*)RETURNKEY_CONTINUE
MAKE_SYSTEM_PROP_DEPRECATED_REPLACED(KEYBOARD_TWITTER,UIKeyboardTypeTwitter, @"UI.KEYBOARD_TWITTER", @"5.2.0", @"UI.KEYBOARD_TYPE_TWITTER");

MAKE_SYSTEM_PROP(KEYBOARD_APPEARANCE_DEFAULT,UIKeyboardAppearanceDefault);
MAKE_SYSTEM_PROP(KEYBOARD_APPEARANCE_ALERT,UIKeyboardAppearanceAlert);
MAKE_SYSTEM_PROP_DEPRECATED_REMOVED(KEYBOARD_APPEARANCE_ALERT,UIKeyboardAppearanceAlert,@"UI.KEYBOARD_APPEARANCE_ALERT",@"5.4.0",@"6.0.0");
MAKE_SYSTEM_PROP(KEYBOARD_APPEARANCE_DARK,UIKeyboardAppearanceDark);
MAKE_SYSTEM_PROP(KEYBOARD_APPEARANCE_LIGHT,UIKeyboardAppearanceLight);

Expand Down

0 comments on commit 8940402

Please sign in to comment.