Skip to content

Instantly share code, notes, and snippets.

@rudrankriyam
Last active October 16, 2020 13:47
Show Gist options
  • Select an option

  • Save rudrankriyam/5ac1fe10b8db47d3f0d87aea4e0a1a26 to your computer and use it in GitHub Desktop.

Select an option

Save rudrankriyam/5ac1fe10b8db47d3f0d87aea4e0a1a26 to your computer and use it in GitHub Desktop.
A list of resources I found helpful while creating Widgets for iOS 14.

WidgetKit Resources

I recently got the chance to work with WidgetKit, and wanted to share my experience of the resources I used for the same.

First and foremost, the documentation is solid this year. "No overview available" is rarely there. So, going through the documentation before starting with WWDC sessions really gave me a gist of what Widgets are, and how they work.

The second resource I really liked was great WWDC sessions. The order in which I followed them -

At this point of time, I had some good basic knowledge of WigetKit to start creating my own.

On Medium, I referred to these four articles when I was stuck -

I didn't refer much videos on YouTube, but watched this entire series by Alfian -

You can refer to the repository here - https://github.com/alfianlosari/Covid19StatsWidgetKit

Update - I just referred to this amazing YouTube video by Stewart Lynch for working with App Groups - Simple iOS 14 Widgets - WidgetKit

With these resources, I was able to create some beautiful static and configurable widgets! I hope you create some great widgets, too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment