You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Your code should at least look similar to the following, including the minimum features and default styles.
132
+
4. Your code should look similar to the following, including the minimum features and default styles.
134
133
```swift
135
134
structContentView: View {
136
135
@Statevar showNew: Bool=false
@@ -232,12 +231,13 @@ Translation (i18n) Sample Available in v```3.9.7``` or above
232
231
- If you want to discuss future roadmap or contribution, please find on Discussions.
233
232
234
233
## FAQ
235
-
Q1. Why did the sheet not popup/show loading/show blank?<br />
236
-
A1. Firstly, be sure the latest version in JSON is matching your app version. If you are using data.json locally, please check ```,``` is missing or if any typo causes the JSON to no longer be valid. If you are using remote data (e.g. Firebase), make sure the JSON structure is the same as the example.<br />
234
+
Q1. Why didn’t the sheet pop up, show loading, or display a blank screen?<br />
235
+
A1. First, ensure that the latest version in JSON matches your app version. If you are using a local data.json file, check for any missing commas(,) or typos that could make the JSON invalid.
236
+
If you are using remote data (such as Firebase), confirm that the JSON structure is the same as the provided example.<br />
237
237
Q2. How can I contribute to the project?<br />
238
-
A2. Simply pull a request, and someone will review your code. If everything is okay, your changes will be merged and reflected in the next minor version.<br />
239
-
Q3. Can I use it in Educational (includ. Student's Homework, Class's demo) or NGO or Commerical Projects?<br />
240
-
A3. YES. This project is under the license of MIT. Feel free to use it :)
238
+
A2. Simply pull a request, and the admin will review your code. If everything is okay, your changes will be merged and reflected in the next minor version.<br />
239
+
Q3. Can I use it in Educational (include Student's Homework, Class's demo) or NGO or Commerical Projects?<br />
240
+
A3. YES. This project is under the license of MIT. Feel free to play it :)
0 commit comments