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-19335] iOS: Add identifier to Ti.UI.ListView rowAction #8097

Merged
merged 2 commits into from Jun 30, 2016

Conversation

hansemannn
Copy link
Collaborator

@@ -1036,6 +1037,9 @@ -(NSArray*)editActionsFromValue:(id)value
if (itemId != nil) {
[eventObject setObject:itemId forKey:@"itemId"];
}
if (identifier) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Change to != nill to match the above coding style

@AngelkPetkov
Copy link
Contributor

AngelkPetkov commented Jun 30, 2016

FT and CR approved!

@hansemannn
Copy link
Collaborator Author

Please use the demo-code provided in the ticket, since this one does not check for the changes being made in the ticket.

@AngelkPetkov AngelkPetkov merged commit 6d4ffb2 into tidev:master Jun 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