Skip to content

Commit 15d5fbf

Browse files
authored
Update README.md
1 parent 88971e8 commit 15d5fbf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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/>
249250
Q2. Can I use Network Image?<br />
250251
A2. 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 />
254256
Q3. How about AsyncImage?<br />
255257
A3. 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)

0 commit comments

Comments
 (0)