- Intuitive handling for movement of sideView when adjusting offset, so that the swipe follows the movement of their finger along the screen no matter the starting and ending frame.
- Travis-CI
- Updated
offScreenFrame
to bestartingFrame
andonScreenFrame
to beendingFrame
, in order to make more sense and generic (developers may not choose to have the sideView move on and off screen).
- Added README documentation
- Changed the parameter label for initializing using a UIViewController from
sideController
tocontroller
.