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
* The below code is just for reference only. You don't need to copy the structure or model.
129
137
```swift
130
138
publicstructVmodel: Codable, Hashable{
@@ -206,21 +214,21 @@ Copy the JSON sample to `data.json` file (If you don't have it, simply create a
206
214
]
207
215
```
208
216
209
-
i18n Sample Available in v```3.9.7```
217
+
i18n (Native Translation) Sample Available in v```3.9.7```
210
218
211
219
<imgwidth="249"alt="CleanShot 2023-01-02 at 17 58 49@2x"src="https://user-images.githubusercontent.com/54872601/210216593-5b9aaf46-5684-48d2-994e-831e5d421f76.png">
212
220
213
221
## Developer Note
214
-
- Please report bugs in Issues section.
222
+
- Please report bugs in the Issues section.
215
223
- If you want to discuss future roadmap or contribution, please find on Discussions.
216
224
217
225
## FAQ
218
226
Q1. Why did the sheet not popup/show loading/show blank?<br />
219
-
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 any typo that casue the json no longer valid. If you are using remote data (e.g. Firebase), make sure the json structure is the same as the example.<br />
227
+
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 />
220
228
Q2. How can I contribute to the project?<br />
221
229
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 />
222
-
Q3. Can I use it in Educational (includ. Student's Homework, Class's demo) or NGO or Commerical Project?<br />
223
-
A3. YES. This project is under license of MIT. Feel free to use it :)
230
+
Q3. Can I use it in Educational (includ. Student's Homework, Class's demo) or NGO or Commerical Projects?<br />
231
+
A3. YES. This project is under the license of MIT. Feel free to use it :)
0 commit comments