Original PR: https://github.com/ivanvorobei/SwiftUI/pull/8 Author: @johnno1962 Created: 7/10/2019 Status: ✅ Merged Merged: 7/10/2019 Merged by: @ivanvorobei
Base: master ← Head: xcode-11-beta3
master
xcode-11-beta3
5722939
13 files changed (+273 additions, -90 deletions)
📝 Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/FoundationExtensions.swift (+45 -22) 📝 Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SceneDelegate.swift (+6 -0) 📝 Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserViewModel.swift (+4 -3) 📝 Other Projects/GitHub Search/GitHubSearchWithSwiftUI.xcodeproj/project.pbxproj (+16 -0) ➕ Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Extension/Publisher.Extension.swift (+36 -0) 📝 Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Extension/URLSession.Combine.swift (+10 -28) ➕ Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Model/AnySubscription.swift (+25 -0) ➕ Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Model/ErrorResponse.swift (+13 -0) 📝 Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Model/RepositoryAPI.swift (+22 -7) 📝 Other Projects/GitHub Search/GitHubSearchWithSwiftUI/SceneDelegate.swift (+6 -6) 📝 Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/RepositoryListView.swift (+32 -8) 📝 Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/RepositoryListViewModel.swift (+37 -16) ➕ Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/WebView.swift (+21 -0)
Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/FoundationExtensions.swift
Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SceneDelegate.swift
Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserViewModel.swift
Other Projects/GitHub Search/GitHubSearchWithSwiftUI.xcodeproj/project.pbxproj
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Extension/Publisher.Extension.swift
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Extension/URLSession.Combine.swift
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Model/AnySubscription.swift
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Model/ErrorResponse.swift
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Model/RepositoryAPI.swift
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/SceneDelegate.swift
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/RepositoryListView.swift
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/RepositoryListViewModel.swift
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/WebView.swift
Hi,
Any finally here are the Combine examples fixed up for beta3. Thanks a lot for setting this repo up. It's been very informative.
John
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/ivanvorobei/SwiftUI/pull/8
Author: @johnno1962
Created: 7/10/2019
Status: ✅ Merged
Merged: 7/10/2019
Merged by: @ivanvorobei
Base:
master← Head:xcode-11-beta3📝 Commits (1)
5722939Combine examples📊 Changes
13 files changed (+273 additions, -90 deletions)
View changed files
📝
Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/FoundationExtensions.swift(+45 -22)📝
Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SceneDelegate.swift(+6 -0)📝
Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserViewModel.swift(+4 -3)📝
Other Projects/GitHub Search/GitHubSearchWithSwiftUI.xcodeproj/project.pbxproj(+16 -0)➕
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Extension/Publisher.Extension.swift(+36 -0)📝
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Extension/URLSession.Combine.swift(+10 -28)➕
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Model/AnySubscription.swift(+25 -0)➕
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Model/ErrorResponse.swift(+13 -0)📝
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/Model/RepositoryAPI.swift(+22 -7)📝
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/SceneDelegate.swift(+6 -6)📝
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/RepositoryListView.swift(+32 -8)📝
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/RepositoryListViewModel.swift(+37 -16)➕
Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/WebView.swift(+21 -0)📄 Description
Hi,
Any finally here are the Combine examples fixed up for beta3.
Thanks a lot for setting this repo up. It's been very informative.
John
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.