Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Pod/Classes/I3DragDataSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@

@name Coordination
@param from The index from the original collection that the item is from
@param to The index path on the target collection that we're dropping on
@param at The point on the target collection where we're dropping
@param fromCollection The original collection that we're dragging from.
@param toCollection The target collection that we're dragging to.
@return BOOL
Expand Down
4 changes: 2 additions & 2 deletions Pod/Classes/I3GestureCoordinator.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
view.

@param viewController This controller's main view is used as the arena's superview
@param collection An array of UIView<I3Collection> objects
@param collections An array of UIView<I3Collection> objects
@param recognizer The recognizer to listen to.

*/
Expand All @@ -173,7 +173,7 @@
with a nil recognizer.

@param viewController This controller's main view is used as the arena's superview
@param collection An array of UIView<I3Collection> objects
@param collections An array of UIView<I3Collection> objects

*/
+(instancetype) basicGestureCoordinatorFromViewController:(UIViewController *)viewController withCollections:(NSArray *)collections;
Expand Down