var text_field = Ti.UI.createTextField({ textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER, hintText: 'Value', keyboardType: Ti.UI.KEYBOARD_EMAIL, returnKeyType: Ti.UI.RETURNKEY_DONE, clearOnEdit: true });When align is Ti.UI.TEXT_ALIGNMENT_CENTER does not display a value hintText. How to solve this problem?
Your Answer
Think you can help? Login to answer this question!