<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/how-to-create-configurable-widgets-with-dynamic-options--zptekjh6f" -->

---
title: How to Create Configurable Widgets With Dynamic Options?
description: Swift Senpai shows you how to create a configurable widget with dynamic options. In this article, I will walk you through the process of displaying dynamic...
canonical: https://daily.dev/posts/how-to-create-configurable-widgets-with-dynamic-options--zptekjh6f
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: How to Create Configurable Widgets With Dynamic Options? | daily.dev
og:description: Swift Senpai shows you how to create a configurable widget with dynamic options. In this article, I will walk you through the process of displaying dynamic...
og:url: https://daily.dev/posts/how-to-create-configurable-widgets-with-dynamic-options--zptekjh6f
og:image: https://api.daily.dev/og/posts/zpteKjh6f.png
og:image:alt: How to Create Configurable Widgets With Dynamic Options?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

[Swift Senpai](https://daily.dev/sources/swiftsenpai)

[Read post](https://api.daily.dev/r/zpteKjh6f)

# [How to Create Configurable Widgets With Dynamic Options?](https://api.daily.dev/r/zpteKjh6f "Go to post")

Swift Senpai shows you how to create a configurable widget with dynamic options. In this article, I will walk you through the process of displaying dynamic options that are fetched from a remote server. The widget will fetch the market’s current top ten cryptocurrencies from the CoinCap API and show them as user selections.

[#ios](/tags/ios "Check all #ios posts")[#crypto](/tags/crypto "Check all #crypto posts")

Jul 10, 2023•5m read time•From [swiftsenpai.com](https://api.daily.dev/r/zpteKjh6f "swiftsenpai.com")

[![Post cover image](https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/348a36f3b37fe636987832543c360e28?_a=AQADKdt)](https://api.daily.dev/r/zpteKjh6f "Go to post")

Table of contents

[The Crypto Price Widget](https://api.daily.dev/r/zpteKjh6f "The Crypto Price Widget")[Adding Custom Type to Intent Definition](https://api.daily.dev/r/zpteKjh6f "Adding Custom Type to Intent Definition")[Adding the Intents Extension](https://api.daily.dev/r/zpteKjh6f "Adding the Intents Extension")[Implementing the Widget](https://api.daily.dev/r/zpteKjh6f "Implementing the Widget")[Wrapping Up](https://api.daily.dev/r/zpteKjh6f "Wrapping Up")

7 Impressions

Comment

Bookmark

Copy

![Placeholder image for anonymous user](https://media.daily.dev/image/upload/s--qsFuKGv_--/t_logo,f_auto/public/noProfile)Share your thoughtsPost

[![Swift Senpai's image](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/18c570c17ff84c01b933a1559e428a5d)](https://daily.dev/sources/swiftsenpai)

[Swift Senpai](https://daily.dev/sources/swiftsenpai "https://daily.dev/sources/swiftsenpai")

Swift Senpai's platform covers topics related to Swift programming language, iOS app development, a... Read more

13 Followers

•

5 Upvotes

#### Would you recommend this post?

Copy link

WhatsApp

Facebook

X

New Squad

Copy linkShare with your friends

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"How to Create Configurable Widgets With Dynamic Options?","url":"https://daily.dev/posts/how-to-create-configurable-widgets-with-dynamic-options--zptekjh6f","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/how-to-create-configurable-widgets-with-dynamic-options--zptekjh6f"},"datePublished":"2023-07-10T07:23:03.763Z","dateModified":"2023-07-10T07:19:47.492Z","description":"Swift Senpai shows you how to create a configurable widget with dynamic options. In this article, I will walk you through the process of displaying dynamic...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/348a36f3b37fe636987832543c360e28?_a=AQADKdt","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/348a36f3b37fe636987832543c360e28?_a=AQADKdt","isAccessibleForFree":true,"articleSection":"Swift Senpai","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Swift Senpai","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/18c570c17ff84c01b933a1559e428a5d","url":"https://daily.dev/sources/swiftsenpai"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/how-to-create-configurable-widgets-with-dynamic-options--zptekjh6f","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ios,crypto","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Swift Senpai","item":"https://daily.dev/sources/swiftsenpai"},{"@type":"ListItem","position":3,"name":"How to Create Configurable Widgets With Dynamic Options?"}]}
```

