This demo shows how refresh control displaying under table header view.
This demonstrates:
- How search bar sticks on top of screen while user scrolling the list.
- Customized animated transition.
- Customized screen edge pan gesture / pop gesture.
- Add UIPercentDrivenInteractiveTransition on search bar dismissal.
In the demo, user can swipe up or swipe down on text content to dismiss keyboard.
This demo shows how multiple touches works on crop box (like in image editing app), and the touch area in the box has self-adjusting feature depending on box size. Unlike the main-stream image editing app which user can use pinch to resize the photo, for this demo, you can use multi-touch only for the crop box.
This demo shows the difference between using system default UIDeviceOrientation detection and custom detection by accelerometer data calculation. Applying rotation effect generated by whichever on camera UI is acceptable with subtle different user experence.
The demo explores the possibilities of working with WKWebView + Javascript. To achieve the similar goal with multiple solutions.