Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-20047] iOS: Support for hintTextColor (Parity) #7999

Merged
merged 2 commits into from
May 15, 2016

Conversation

hansemannn
Copy link
Collaborator

JIRA: https://jira.appcelerator.org/browse/TIMOB-20047

Also fixes a doc issue caused by #7989.

@AngelkPetkov
Copy link
Contributor

AngelkPetkov commented May 15, 2016

Approved!

Demo Code:

  var win = Ti.UI.createWindow({
  backgroundColor: 'white'
});

var textField = Ti.UI.createTextField({
  borderStyle: Ti.UI.INPUT_BORDERSTYLE_ROUNDED,
  color: '#336699',
  top: 10, left: 10,
  hintText : 'We are red',
  hintTextColor: 'red',
  width: 250, height: 60,


});

win.add(textField);
win.open();

@AngelkPetkov AngelkPetkov merged commit aafdb83 into tidev:master May 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants