-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to have a background image? #14
Comments
hello @tomLadder i have the same need,please teach us how to add background image if you have time |
Yes, you can add an image as a background in your WidgetKit extension, ensuring it's locally available. Here’s how you can do it: 1. Prepare Your Image:
2. Integrate the Image into Your Widget:
3. Customize to Fit Your Design:
Here’s a sample implementation:
ScreenShot fro result: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How could I add a background image to the widget?
The text was updated successfully, but these errors were encountered: