Reflowable Layout
Bug Fixed that SVG image is not shown.
Fixed Layout
Bug Fixed that SVG image is not shown.
Drag & Drop objects inside page is now supported.
New Function is Added to Fixed Layout.
// set the minimum speed for pageTransition
// to avoid the conflict between dragging object inside page and swiping for turning page.
// if you don’t need to drag objects inside page, set this value 0.1f for smooth curling.
void setSwipeSpeedForPageTransition(double speed);