tnlogy
Sep 16, 2020 - 10:04
Hi. Are there any plans to add support for ios14 widgets in pythonista? That would be great, maybe the memory limit is higher than for todays widget?
Hi. Are there any plans to add support for ios14 widgets in pythonista? That would be great, maybe the memory limit is higher than for todays widget?
@tnlogy, just to note the probably obvious: the new widgets seem to support SwiftUI only, so no amount of objc_util wizardy is going to help here.
I am not at all clear if it will ever be feasible for Pythonista to let you run Python code in the new-style widgets.
At least the old-style widgets still work, even if the size is all wonky.
Ok, thanks for the info! I now tried using Scriptable instead which has functionality to create widgets, even though I would prefer python. :)