This release contains bug fixes and improvements to the swift client and python host.
These are the new features:
- Support new app view mode. (App, App is agent and MenuBarExtra)
Code example:
python
import swoopyui
def main (view:swoopyui.View):
view.add(swoopyui.Text("Hello!"))
swoopyui.app(target=main, view=swoopyui.AppMode.App) This is it, `swoopyui.AppMode`.
Its not a required arguments, its set as 'swoopyui.AppMode.App' by default.