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-15015-added support for setting header and footer view after setda... #5122

Merged
merged 2 commits into from Feb 5, 2014

Conversation

salachi
Copy link
Contributor

@salachi salachi commented Dec 15, 2013

Added support for setting headerView and footerView after setData.

https://jira.appcelerator.org/browse/TIMOB-15015


public void removeHeaderView(TiViewProxy viewProxy)
{
View outerView = (viewProxy.peekView() == null) ? null : viewProxy.peekView().getOuterView();
Copy link
Contributor

Choose a reason for hiding this comment

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

you can use a variable for peekView() so you don't have to call it twice.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do

@hieupham007
Copy link
Contributor

Code reviewed. Please address comments.

@hieupham007
Copy link
Contributor

Code reviewed and functionall tested. Request accepted

hieupham007 added a commit that referenced this pull request Feb 5, 2014
TIMOB-15015-added support for setting header and footer view after setda...
@hieupham007 hieupham007 merged commit 5e91ef2 into tidev:master Feb 5, 2014
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