GitHubSearchWithSwiftUI is an example that using SwiftUI
- Search with TextField's text
- Reflect API responses to List
- Separate API access from BindableObject
- Use Combine with API access
- Reflect responses in MainThread via Combine
- Xcode 11 Beta
- Swift 5.1
- iOS 13 Beta
- 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/
GitHubSearchWithSwiftUI is under MIT license. See the LICENSE file for more info.