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-20204] iOS: ListView - onload events of template items not fired #7879

Merged
merged 1 commit into from Mar 30, 2016

Conversation

sriks
Copy link
Contributor

@sriks sriks commented Mar 24, 2016

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

[TIMOB-20204] iOS: ListView - onload events of template items not fired

// TIMOB-20204
RELEASE_TO_NIL(self.loadEventState);
self.loadEventState = stateString;
self.modelDelegate = self;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use Obj-C setters [self setLoadEventState:stateString].

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@hansemannn
Copy link
Collaborator

Did some integration test with- and without the listView and load event. Works fine! PR approved! 🚀

@hansemannn hansemannn merged commit f3dbbf7 into tidev:master Mar 30, 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