Skip to content

[TNTableViewDataSource] Enhancements#11

Open
lvauvillier wants to merge 6 commits intoArchipelProject:masterfrom
miLibris:master
Open

[TNTableViewDataSource] Enhancements#11
lvauvillier wants to merge 6 commits intoArchipelProject:masterfrom
miLibris:master

Conversation

@lvauvillier
Copy link
Contributor

No description provided.

Copy link
Member

Choose a reason for hiding this comment

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

You may want to check if _table is not nil here

@lvauvillier
Copy link
Contributor Author

Done ;)

Copy link
Member

Choose a reason for hiding this comment

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

I may seem "pointilleux" but following the style I use, this should be:

if (!_table)
    return nil;
return [_filteredContent objectsAtIndexes:[_table selectedRowIndexes]];

@lvauvillier
Copy link
Contributor Author

No problem to be compliant with this coding style

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.

2 participants