Is anyone here working on Scriptable iOS widgets and willing to help with a small issue? #163479
-
Discussion TypeGeneral Discussion ContentHey! I've been playing around with Scriptable to build some custom widgets for my iPhone — things like calendars, weather, and quote displays. Would love to connect or get some advice if you're open to it! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Absolutely! I’ve been working on a few Scriptable widgets too — I recently made a countdown widget and a GitHub stats one. If you're dealing with layout issues, you might want to use addStack() and carefully manage horizontal/vertical spacing with addSpacer(). Happy to help if you share a snippet or describe what’s not working! |
Beta Was this translation helpful? Give feedback.
Absolutely! I’ve been working on a few Scriptable widgets too — I recently made a countdown widget and a GitHub stats one. If you're dealing with layout issues, you might want to use addStack() and carefully manage horizontal/vertical spacing with addSpacer(). Happy to help if you share a snippet or describe what’s not working!