Forum Archive

Any plan for ios14 widget support?

tnlogy

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?

mikael

@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.

tnlogy

Ok, thanks for the info! I now tried using Scriptable instead which has functionality to create widgets, even though I would prefer python. :)