-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Added object to single section selection delegate callback #397
Conversation
@Sherlouk updated the pull request - view changes |
@@ -45,8 +45,10 @@ typedef CGSize (^IGListSingleSectionCellSizeBlock)(id item, id<IGListCollectionC | |||
Tells the delegate that the section controller was selected. | |||
|
|||
@param sectionController The section controller that was selected. | |||
@param object The model for the given section |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super nit: need a period .
😄
@Sherlouk updated the pull request - view changes |
Travis/Tests are being a tad flakey, builds fine As per discussion should be fine to merge into |
@Sherlouk updated the pull request - view changes |
@Sherlouk updated the pull request - view changes |
Pushed a changelog update here, per #398 |
@Sherlouk - question -- can you push your own branches to That should be possible now. If so, let's do that. That way, we can all checkout any branch, push updates/fixes, etc. |
1 similar comment
@Sherlouk updated the pull request - view changes |
Conflict resolution feature on GitHub is pretty cool |
@rnystrom has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
oof. wanted to wait on merging this. this is the only 3.0 change so far right? i'll see if i can fix up the branches |
ok. got everything sync'd up correctly on |
@jessesquires ah sorry my bad, didn't see this needed to wait. Will report back on protected branch. |
Changes in this pull request
Try saying single section selection 10 times quick
Dabbing my left toe into some ObjC, so apologies if I violate years of rules
Closes #396
Pull request checklist
CHANGELOG.md
for any breaking changes, enhancements, or bug fixes.