Skip to content

Commit e42f2a3

Browse files
authored
Update README.md
1 parent 5fcaf20 commit e42f2a3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,13 @@ History View (2.0.0) | App Icon (3.9.6)
203203
## Demo
204204
Path: `./Demo` (Xcode Project in SwiftUI)
205205

206+
## FAQ
207+
Q1. Why did the sheet not popup/show loading/show blank?
208+
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.
209+
Q2. How can I contribute to the project?
210+
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.
211+
Q3. Can I use it in Educational (includ. Student's Homework, Class's demo) or NGO or Commerical Project?
212+
A3. YES. This project is under license of MIT. Feel free to use it :)
213+
206214
## License
207215
MIT

0 commit comments

Comments
 (0)