File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -245,16 +245,18 @@ A1. YES.<br />
245245 ✅ Easy to implement < br/>
246246 ✅ May possible to change image (string name) when updating the event< br/>
247247 ❎ Limited options and big app size.< br/>
248- If you need to add more image sets, then re- upload to App Store is required (Time wasting, and not all users can get the instant update)< br/>
248+ If you need to add more image sets, then re- upload to App Store is required (Time wasting, and not all users can get the instant update)
249+ < br/ ><br/ >
249250Q2. Can I use Network Image?< br />
250251A2. YES. Load the image from the Internet, and pass the data to the widget via App Group and AppStorage (aka UserDefaults)< br/>
251252 ✅ Update in any time as the url can be changed / modify remotely.< br/>
252253 ✅ No need to store in Assets Folder and reduced app size.< br/>
253- ❎ Unless the user re- open the app, the image cannot be updated in the background.< br />
254+ ❎ Unless the user re- open the app, the image cannot be updated in the background.
255+ < br />< br />
254256Q3. How about AsyncImage?< br />
255257A3. NO. (Known not working)
256258
257- Both cases 1 & 2 are already demoed on the sample project.
259+ Both cases 1 & 2 are already demoed in the sample project.
258260
259261## Structure
260262! [diagram](https :// raw.githubusercontent.com/1998code/iOS16-Live-Activities/main/diagram.svg)
You can’t perform that action at this time.
0 commit comments