Begin to convert Settings to the latest SwiftUI

This commit is contained in:
Maurice Parker 2019-09-07 14:00:31 -05:00
parent ec4a6f3e0a
commit 22553b661d
3 changed files with 131 additions and 99 deletions

View File

@ -59,6 +59,7 @@
51938DF2231AFC660055A1A0 /* SearchTimelineFeedDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51938DF1231AFC660055A1A0 /* SearchTimelineFeedDelegate.swift */; }; 51938DF2231AFC660055A1A0 /* SearchTimelineFeedDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51938DF1231AFC660055A1A0 /* SearchTimelineFeedDelegate.swift */; };
51938DF3231AFC660055A1A0 /* SearchTimelineFeedDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51938DF1231AFC660055A1A0 /* SearchTimelineFeedDelegate.swift */; }; 51938DF3231AFC660055A1A0 /* SearchTimelineFeedDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51938DF1231AFC660055A1A0 /* SearchTimelineFeedDelegate.swift */; };
519B8D332143397200FA689C /* SharingServiceDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 519B8D322143397200FA689C /* SharingServiceDelegate.swift */; }; 519B8D332143397200FA689C /* SharingServiceDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 519B8D322143397200FA689C /* SharingServiceDelegate.swift */; };
519D73FB2323FF35008BB345 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51F35D0822AFD4760003CE1B /* SettingsView.swift */; };
519E743D22C663F900A78E47 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 519E743422C663F900A78E47 /* SceneDelegate.swift */; }; 519E743D22C663F900A78E47 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 519E743422C663F900A78E47 /* SceneDelegate.swift */; };
51C451A9226377C200C03939 /* ArticlesDatabase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8407167F2262A61100344432 /* ArticlesDatabase.framework */; }; 51C451A9226377C200C03939 /* ArticlesDatabase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8407167F2262A61100344432 /* ArticlesDatabase.framework */; };
51C451AA226377C200C03939 /* ArticlesDatabase.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8407167F2262A61100344432 /* ArticlesDatabase.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 51C451AA226377C200C03939 /* ArticlesDatabase.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8407167F2262A61100344432 /* ArticlesDatabase.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@ -784,8 +785,8 @@
55E15BC1229D65A900D6602A /* AccountsReaderAPI.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AccountsReaderAPI.xib; sourceTree = "<group>"; }; 55E15BC1229D65A900D6602A /* AccountsReaderAPI.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AccountsReaderAPI.xib; sourceTree = "<group>"; };
55E15BCA229D65A900D6602A /* AccountsReaderAPIWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountsReaderAPIWindowController.swift; sourceTree = "<group>"; }; 55E15BCA229D65A900D6602A /* AccountsReaderAPIWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountsReaderAPIWindowController.swift; sourceTree = "<group>"; };
5F323808231DF9F000706F6B /* NNWTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NNWTableViewCell.swift; sourceTree = "<group>"; }; 5F323808231DF9F000706F6B /* NNWTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NNWTableViewCell.swift; sourceTree = "<group>"; };
6581C73320CED60000F4AD34 /* Subscribe to Feed.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Subscribe to Feed.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
6543108B2322D90900658221 /* common */ = {isa = PBXFileReference; lastKnownFileType = folder; path = common; sourceTree = "<group>"; }; 6543108B2322D90900658221 /* common */ = {isa = PBXFileReference; lastKnownFileType = folder; path = common; sourceTree = "<group>"; };
6581C73320CED60000F4AD34 /* Subscribe to Feed.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Subscribe to Feed.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
6581C73420CED60100F4AD34 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 6581C73420CED60100F4AD34 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
6581C73720CED60100F4AD34 /* SafariExtensionHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariExtensionHandler.swift; sourceTree = "<group>"; }; 6581C73720CED60100F4AD34 /* SafariExtensionHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariExtensionHandler.swift; sourceTree = "<group>"; };
6581C73920CED60100F4AD34 /* SafariExtensionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariExtensionViewController.swift; sourceTree = "<group>"; }; 6581C73920CED60100F4AD34 /* SafariExtensionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariExtensionViewController.swift; sourceTree = "<group>"; };
@ -2515,6 +2516,7 @@
51934CD023108953006127BE /* ActivityID.swift in Sources */, 51934CD023108953006127BE /* ActivityID.swift in Sources */,
51C452782265091600C03939 /* MasterTimelineCellData.swift in Sources */, 51C452782265091600C03939 /* MasterTimelineCellData.swift in Sources */,
51C45259226508D300C03939 /* AppDefaults.swift in Sources */, 51C45259226508D300C03939 /* AppDefaults.swift in Sources */,
519D73FB2323FF35008BB345 /* SettingsView.swift in Sources */,
511D4419231FC02D00FB1562 /* KeyboardManager.swift in Sources */, 511D4419231FC02D00FB1562 /* KeyboardManager.swift in Sources */,
51C45293226509C800C03939 /* StarredFeedDelegate.swift in Sources */, 51C45293226509C800C03939 /* StarredFeedDelegate.swift in Sources */,
51D6A5BC23199C85001C27D8 /* MasterTimelineDataSource.swift in Sources */, 51D6A5BC23199C85001C27D8 /* MasterTimelineDataSource.swift in Sources */,

View File

@ -6,7 +6,8 @@
// Copyright © 2019 Ranchero Software. All rights reserved. // Copyright © 2019 Ranchero Software. All rights reserved.
// //
import Foundation import UIKit
import SwiftUI
import Account import Account
import Articles import Articles
import RSCore import RSCore
@ -852,14 +853,15 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
} }
func showSettings() { func showSettings() {
let settingsNavViewController = UIStoryboard.settings.instantiateInitialViewController() as! UINavigationController // let settingsNavViewController = UIStoryboard.settings.instantiateInitialViewController() as! UINavigationController
settingsNavViewController.modalPresentationStyle = .formSheet // settingsNavViewController.modalPresentationStyle = .formSheet
let settingsViewController = settingsNavViewController.topViewController as! SettingsViewController // let settingsViewController = settingsNavViewController.topViewController as! SettingsViewController
settingsViewController.presentingParentController = rootSplitViewController // settingsViewController.presentingParentController = rootSplitViewController
rootSplitViewController.present(settingsNavViewController, animated: true) // rootSplitViewController.present(settingsNavViewController, animated: true)
// let settings = UIHostingController(rootView: SettingsView(viewModel: SettingsView.ViewModel())) let settings = UIHostingController(rootView: SettingsView(viewModel: SettingsView.ViewModel()))
// self.present(settings, animated: true) settings.modalPresentationStyle = .formSheet
rootSplitViewController.present(settings, animated: true)
} }
func showAdd(_ type: AddControllerType) { func showAdd(_ type: AddControllerType) {

View File

@ -11,26 +11,29 @@ import Combine
import Account import Account
struct SettingsView : View { struct SettingsView : View {
@ObjectBinding var viewModel: ViewModel
@State var subscriptionsImportAccounts: ActionSheet? = nil @ObservedObject var viewModel: ViewModel
@State var subscriptionsImportDocumentPicker: Modal? = nil
@State var subscriptionsExportAccounts: ActionSheet? = nil @State var isWebsitePresented: Bool = false
@State var subscriptionsExportDocumentPicker: Modal? = nil @State var isGithubRepoPresented: Bool = false
@State var isBugTrackerPresented: Bool = false
@State var isTechnotesPresented: Bool = false
@State var isHowToSupportPresented: Bool = false
var body: some View { var body: some View {
NavigationView { NavigationView {
Form { Form {
Section(header: Text("ACCOUNTS")) { // Section(header: Text("ACCOUNTS")) {
ForEach(viewModel.accounts.identified(by: \.self)) { account in // ForEach(viewModel.accounts.identified(by: \.self)) { account in
NavigationButton(destination: SettingsDetailAccountView(viewModel: SettingsDetailAccountView.ViewModel(account)), isDetail: false) { // NavigationLink(destination: SettingsDetailAccountView(viewModel: SettingsDetailAccountView.ViewModel(account)), isDetail: false) {
Text(verbatim: account.nameForDisplay) // Text(verbatim: account.nameForDisplay)
} // }
} // }
NavigationButton(destination: SettingsAddAccountView(), isDetail: false) { // NavigationLink(destination: SettingsAddAccountView(), isDetail: false) {
Text("Add Account") // Text("Add Account")
} // }
} // }
Section(header: Text("TIMELINE")) { Section(header: Text("TIMELINE")) {
Toggle(isOn: $viewModel.sortOldestToNewest) { Toggle(isOn: $viewModel.sortOldestToNewest) {
@ -41,90 +44,115 @@ struct SettingsView : View {
} }
} }
Section(header: Text("DATABASE")) { // Section(header: Text("DATABASE")) {
Picker(selection: $viewModel.refreshInterval, label: Text("Refresh Interval")) { // Picker(selection: $viewModel.refreshInterval, label: Text("Refresh Interval")) {
ForEach(RefreshInterval.allCases.identified(by: \.self)) { interval in // ForEach(RefreshInterval.allCases.identified(by: \.self)) { interval in
Text(interval.description()).tag(interval) // Text(interval.description()).tag(interval)
} // }
} // }
Button(action: { // Button(action: {
self.subscriptionsImportAccounts = self.createSubscriptionsImportAccounts // self.subscriptionsImportAccounts = self.createSubscriptionsImportAccounts
}) { // }) {
Text("Import Subscriptions...") // Text("Import Subscriptions...")
} // }
.presentation(subscriptionsImportAccounts) // .presentation(subscriptionsImportAccounts)
.presentation(subscriptionsImportDocumentPicker) // .presentation(subscriptionsImportDocumentPicker)
Button(action: { // Button(action: {
self.subscriptionsExportAccounts = self.createSubscriptionsExportAccounts // self.subscriptionsExportAccounts = self.createSubscriptionsExportAccounts
}) { // }) {
Text("Export Subscriptions...") // Text("Export Subscriptions...")
} // }
.presentation(subscriptionsExportAccounts) // .presentation(subscriptionsExportAccounts)
.presentation(subscriptionsExportDocumentPicker) // .presentation(subscriptionsExportDocumentPicker)
} // }
.foregroundColor(.primary) // .foregroundColor(.primary)
Section(header: Text("ABOUT"), footer: buildFooter) { Section(header: Text("ABOUT"), footer: buildFooter) {
Text("About NetNewsWire") Text("About NetNewsWire")
PresentationButton(destination: SafariView(url: URL(string: "https://ranchero.com/netnewswire/")!)) {
Button(action: { self.isWebsitePresented.toggle() }) {
Text("Website") Text("Website")
} }
PresentationButton(destination: SafariView(url: URL(string: "https://github.com/brentsimmons/NetNewsWire")!)) { }.sheet(isPresented: $isWebsitePresented) {
SafariView(url: URL(string: "https://ranchero.com/netnewswire/")!)
}
VStack {
Button(action: { self.isGithubRepoPresented.toggle() }) {
Text("Github Repository") Text("Github Repository")
} }
PresentationButton(destination: SafariView(url: URL(string: "https://github.com/brentsimmons/NetNewsWire/issues")!)) { }.sheet(isPresented: $isGithubRepoPresented) {
SafariView(url: URL(string: "https://github.com/brentsimmons/NetNewsWire")!)
}
VStack {
Button(action: { self.isBugTrackerPresented.toggle() }) {
Text("Bug Tracker") Text("Bug Tracker")
} }
PresentationButton(destination: SafariView(url: URL(string: "https://github.com/brentsimmons/NetNewsWire/tree/master/Technotes")!)) { }.sheet(isPresented: $isBugTrackerPresented) {
SafariView(url: URL(string: "https://github.com/brentsimmons/NetNewsWire/issues")!)
}
VStack {
Button(action: { self.isTechnotesPresented.toggle() }) {
Text("Technotes") Text("Technotes")
} }
PresentationButton(destination: SafariView(url: URL(string: "https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/HowToSupportNetNewsWire.markdown")!)) { }.sheet(isPresented: $isTechnotesPresented) {
Text("How to Support NetNewsWire") SafariView(url: URL(string: "https://github.com/brentsimmons/NetNewsWire/tree/master/Technotes")!)
} }
VStack {
Button(action: { self.isHowToSupportPresented.toggle() }) {
Text("Technotes")
}
}.sheet(isPresented: $isHowToSupportPresented) {
SafariView(url: URL(string: "hhttps://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/HowToSupportNetNewsWire.markdown")!)
}
Text("Add NetNewsWire News Feed") Text("Add NetNewsWire News Feed")
} }
.foregroundColor(.primary) .foregroundColor(.primary)
} }
.navigationBarTitle(Text("Settings"), displayMode: .inline) .navigationBarTitle(Text("Settings"), displayMode: .inline)
} }
} }
var createSubscriptionsImportAccounts: ActionSheet { // var createSubscriptionsImportAccounts: ActionSheet {
var buttons = [ActionSheet.Button]() // var buttons = [ActionSheet.Button]()
//
for account in viewModel.activeAccounts { // for account in viewModel.activeAccounts {
if !account.isOPMLImportSupported { // if !account.isOPMLImportSupported {
continue // continue
} // }
//
let button = ActionSheet.Button.default(Text(verbatim: account.nameForDisplay)) { // let button = ActionSheet.Button.default(Text(verbatim: account.nameForDisplay)) {
self.subscriptionsImportAccounts = nil // self.subscriptionsImportAccounts = nil
self.subscriptionsImportDocumentPicker = Modal(SettingsSubscriptionsImportDocumentPickerView(account: account)) // self.subscriptionsImportDocumentPicker = Modal(SettingsSubscriptionsImportDocumentPickerView(account: account))
} // }
//
buttons.append(button) // buttons.append(button)
} // }
//
buttons.append(.cancel { self.subscriptionsImportAccounts = nil }) // buttons.append(.cancel { self.subscriptionsImportAccounts = nil })
return ActionSheet(title: Text("Import Subscriptions..."), message: Text("Select the account to import your OPML file into."), buttons: buttons) // return ActionSheet(title: Text("Import Subscriptions..."), message: Text("Select the account to import your OPML file into."), buttons: buttons)
} // }
//
var createSubscriptionsExportAccounts: ActionSheet { // var createSubscriptionsExportAccounts: ActionSheet {
var buttons = [ActionSheet.Button]() // var buttons = [ActionSheet.Button]()
//
for account in viewModel.accounts { // for account in viewModel.accounts {
let button = ActionSheet.Button.default(Text(verbatim: account.nameForDisplay)) { // let button = ActionSheet.Button.default(Text(verbatim: account.nameForDisplay)) {
self.subscriptionsExportAccounts = nil // self.subscriptionsExportAccounts = nil
self.subscriptionsExportDocumentPicker = Modal(SettingsSubscriptionsExportDocumentPickerView(account: account)) // self.subscriptionsExportDocumentPicker = Modal(SettingsSubscriptionsExportDocumentPickerView(account: account))
} // }
buttons.append(button) // buttons.append(button)
} // }
//
buttons.append(.cancel { self.subscriptionsExportAccounts = nil }) // buttons.append(.cancel { self.subscriptionsExportAccounts = nil })
return ActionSheet(title: Text("Export Subscriptions..."), message: Text("Select the account to export out of."), buttons: buttons) // return ActionSheet(title: Text("Export Subscriptions..."), message: Text("Select the account to export out of."), buttons: buttons)
} // }
var buildFooter: some View { var buildFooter: some View {
return Text(verbatim: "\(Bundle.main.appName) v \(Bundle.main.versionNumber) (Build \(Bundle.main.buildNumber))") return Text(verbatim: "\(Bundle.main.appName) v \(Bundle.main.versionNumber) (Build \(Bundle.main.buildNumber))")
@ -134,9 +162,9 @@ struct SettingsView : View {
// MARK: ViewModel // MARK: ViewModel
class ViewModel: BindableObject { class ViewModel: ObservableObject {
let didChange = PassthroughSubject<ViewModel, Never>() let objectWillChange = ObservableObjectPublisher()
init() { init() {
NotificationCenter.default.addObserver(self, selector: #selector(accountsDidChange(_:)), name: .AccountsDidChange, object: nil) NotificationCenter.default.addObserver(self, selector: #selector(accountsDidChange(_:)), name: .AccountsDidChange, object: nil)
@ -164,12 +192,12 @@ struct SettingsView : View {
return AppDefaults.timelineSortDirection == .orderedDescending return AppDefaults.timelineSortDirection == .orderedDescending
} }
set { set {
objectWillChange.send()
if newValue == true { if newValue == true {
AppDefaults.timelineSortDirection = .orderedDescending AppDefaults.timelineSortDirection = .orderedDescending
} else { } else {
AppDefaults.timelineSortDirection = .orderedAscending AppDefaults.timelineSortDirection = .orderedAscending
} }
didChange.send(self)
} }
} }
@ -178,8 +206,8 @@ struct SettingsView : View {
return AppDefaults.timelineNumberOfLines return AppDefaults.timelineNumberOfLines
} }
set { set {
objectWillChange.send()
AppDefaults.timelineNumberOfLines = newValue AppDefaults.timelineNumberOfLines = newValue
didChange.send(self)
} }
} }
@ -188,17 +216,17 @@ struct SettingsView : View {
return AppDefaults.refreshInterval return AppDefaults.refreshInterval
} }
set { set {
objectWillChange.send()
AppDefaults.refreshInterval = newValue AppDefaults.refreshInterval = newValue
didChange.send(self)
} }
} }
@objc func accountsDidChange(_ notification: Notification) { @objc func accountsDidChange(_ notification: Notification) {
didChange.send(self) objectWillChange.send()
} }
@objc func displayNameDidChange(_ notification: Notification) { @objc func displayNameDidChange(_ notification: Notification) {
didChange.send(self) objectWillChange.send()
} }
} }