Summary
In this chapter, you implemented a widget for your LetsEat
project that shows you the restaurants in a specific location.
First, you added a widget extension to your app. Next, you configured the widget to get restaurant information from the MapDataManager
class, and configured how it looks using SwiftUI. Finally, you added the widget to your Home Screen.
You now know how to create and configure a widget, and you'll be able to implement it for your own apps.
In the next chapter, you'll learn about App Clips, a great way for users to access and experience what your app has to offer.