Files
SwiftUI/Examples/GitHub Search/README.md
2019-06-06 11:16:28 +03:00

31 lines
1003 B
Markdown
Executable File

# GitHubSearchWithSwiftUI
GitHubSearchWithSwiftUI is an example that using [SwiftUI <img width="18px" src="https://developer.apple.com/assets/elements/icons/swiftui/swiftui-96x96.png"/>](https://developer.apple.com/xcode/swiftui/)
<img width="400px" src="https://user-images.githubusercontent.com/2082134/58905672-41539280-8745-11e9-99e3-cb3c3c4991f0.png" />
## TODO
- [x] Search with TextField's text
- [x] Reflect API responses to List
- [X] Separate API access from BindableObject
- [X] Use Combine with API access
- [ ] Reflect responses in MainThread via Combine
## Requirements
- Xcode 11 Beta
- Swift 5.1
- iOS 13 Beta
## References
- https://developer.apple.com/tutorials/swiftui/tutorials
- https://developer.apple.com/documentation/swiftui
- https://developer.apple.com/documentation/combine
- https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/
## License
GitHubSearchWithSwiftUI is under MIT license. See the [LICENSE](./LICENSE) file for more info.