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 10460: iOS implementation of setSelection for TextArea and TextField #2855

Merged
merged 3 commits into from Aug 31, 2012

Conversation

hieupham007
Copy link
Contributor


if([TiUtils isIOS5OrGreater]) {
UITextView *textView = (UITextView*)[self textWidgetView];
if (textView!= nil && [textView conformsToProtocol:@protocol(UITextInput)]) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to nil check

@mstepanov
Copy link
Contributor

Looks good. Please address minor comments.

@hieupham007
Copy link
Contributor Author

Code updated. Ready for re-review

@mstepanov
Copy link
Contributor

Code reviewed. APPROVED

@mstepanov
Copy link
Contributor

Functional test PASSED

mstepanov pushed a commit that referenced this pull request Aug 31, 2012
Timob 10460: iOS implementation of setSelection for TextArea and TextField
@mstepanov mstepanov merged commit 6f47f44 into tidev:master Aug 31, 2012
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