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-13013] iOS: ListView - Add support for events from cell controls #3961

Merged
merged 15 commits into from Mar 15, 2013
Merged

[TIMOB-13013] iOS: ListView - Add support for events from cell controls #3961

merged 15 commits into from Mar 15, 2013

Conversation

mstepanov
Copy link
Contributor

TIMOB-13013
Also fixes some proxy memory leaks with custom templates.

Test case attached to TIMOB-13014

@ghost ghost assigned vishalduggal Mar 13, 2013
TiThreadPerformOnMainThread(^{
[self.listView setTemplates_:templates];
}, NO);
[templates release];
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be inside the block to ensure that we do not release too early?

@vishalduggal
Copy link
Contributor

Code Reviewed and functionally tested. Am accepting this PR.
There are a few issues with the current listView implementation which are going to be filed as bugs.

APPROVED

vishalduggal added a commit that referenced this pull request Mar 15, 2013
[TIMOB-13013] iOS: ListView - Add support for events from cell controls
@vishalduggal vishalduggal merged commit 5fd7a41 into tidev:master Mar 15, 2013
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

3 participants