mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-13 04:40:27 +01:00
[PR #8] [MERGED] Combine examples #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.