# GitHubSearchWithSwiftUI
GitHubSearchWithSwiftUI is an example that using [SwiftUI
](https://developer.apple.com/xcode/swiftui/)
## 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.