Metadata-Version: 2.1
Name: ui3
Version: 2020.11.8
Summary: UI and other utils for Pythonista iOS app
Home-page: https://github.com/mikaelho/uiutils
License: TheUnlicense
Author: Mikael Honkala
Author-email: mikael.honkala@gmail.com
Description-Content-Type: text/markdown
Classifier: Operating System :: iOS

# UI utilities for Pythonista (iOS app)

Repository of small UI and other utilities, install with:

    pip install ui3

Included:

- anchor - more natural and responsive UI layout creation with anchoring and docking instead of pixel placement
- [gestures](docs/gestures.md) - Pythonic wrapper around iOS gestures (tap, long press, pinch etc.)
- gridview - places subviews in grid that is optimized to show as even rectangles as possible
- [menu](docs/menu.md) - wrapper for iOS 14 button pop-up menus
- [richlabel](docs/richlabel.md) - use markup to create fancier labels
- safearea - avoids edges on iPhones
- scripter - generator-driven UI animations
- sfsymbol - use Apple SFSymbols as icon images, repository root includes an icon browser (_needs to be updated for iOS 14 changes_)
- [vector](docs/vector.md) - vector class for easier UI calculations
- wkwebview - wrapper for WKWebView, to replace legacy ui.WebView

