зеркало из https://github.com/nextcloud/ios.git
new class
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
This commit is contained in:
Родитель
65c52aab6a
Коммит
6724a6163e
|
@ -255,6 +255,8 @@
|
|||
F7651A8A23A2A3F2001403D2 /* NCCreateFormUploadDocuments.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7651A8823A2A3F2001403D2 /* NCCreateFormUploadDocuments.storyboard */; };
|
||||
F7651A8B23A2A3F2001403D2 /* NCCreateFormUploadDocuments.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7651A8923A2A3F2001403D2 /* NCCreateFormUploadDocuments.swift */; };
|
||||
F765608F23BF813600765969 /* NCContentPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F765608E23BF813500765969 /* NCContentPresenter.swift */; };
|
||||
F765E9CD295C585800A09ED8 /* NCUploadScanDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = F765E9CC295C585800A09ED8 /* NCUploadScanDocument.swift */; };
|
||||
F765E9CF295C684F00A09ED8 /* Reasons to use Nextcloud.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F765E9CE295C684F00A09ED8 /* Reasons to use Nextcloud.pdf */; };
|
||||
F765F73125237E3F00391DBE /* NCRecent.swift in Sources */ = {isa = PBXBuildFile; fileRef = F765F72F25237E3F00391DBE /* NCRecent.swift */; };
|
||||
F765F73225237E3F00391DBE /* NCRecent.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F765F73025237E3F00391DBE /* NCRecent.storyboard */; };
|
||||
F76673ED22C901F6007ED366 /* FileProviderDomain.swift in Sources */ = {isa = PBXBuildFile; fileRef = F76673EC22C901F5007ED366 /* FileProviderDomain.swift */; };
|
||||
|
@ -867,6 +869,8 @@
|
|||
F765608623BF806C00765969 /* QuickLayout.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLayout.framework; path = Carthage/Build/iOS/QuickLayout.framework; sourceTree = "<group>"; };
|
||||
F765608A23BF80A400765969 /* SwiftEntryKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftEntryKit.framework; path = Carthage/Build/iOS/SwiftEntryKit.framework; sourceTree = "<group>"; };
|
||||
F765608E23BF813500765969 /* NCContentPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCContentPresenter.swift; sourceTree = "<group>"; };
|
||||
F765E9CC295C585800A09ED8 /* NCUploadScanDocument.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCUploadScanDocument.swift; sourceTree = "<group>"; };
|
||||
F765E9CE295C684F00A09ED8 /* Reasons to use Nextcloud.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "Reasons to use Nextcloud.pdf"; sourceTree = SOURCE_ROOT; };
|
||||
F765F72F25237E3F00391DBE /* NCRecent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCRecent.swift; sourceTree = "<group>"; };
|
||||
F765F73025237E3F00391DBE /* NCRecent.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NCRecent.storyboard; sourceTree = "<group>"; };
|
||||
F76673EC22C901F5007ED366 /* FileProviderDomain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileProviderDomain.swift; sourceTree = "<group>"; };
|
||||
|
@ -2024,6 +2028,7 @@
|
|||
F7651A8823A2A3F2001403D2 /* NCCreateFormUploadDocuments.storyboard */,
|
||||
F7651A8923A2A3F2001403D2 /* NCCreateFormUploadDocuments.swift */,
|
||||
F7DFB7F3219C5CA800680748 /* NCCreateFormUploadScanDocument.swift */,
|
||||
F765E9CC295C585800A09ED8 /* NCUploadScanDocument.swift */,
|
||||
F747BA1E22354D2000971601 /* NCCreateFormUploadVoiceNote.storyboard */,
|
||||
F7020FCD2233D7F700B7297D /* NCCreateFormUploadVoiceNote.swift */,
|
||||
);
|
||||
|
@ -2162,6 +2167,7 @@
|
|||
F7F67BAB1A24D27800EE80DA /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F765E9CE295C684F00A09ED8 /* Reasons to use Nextcloud.pdf */,
|
||||
F7F4F0FB27ECDBDA008676F9 /* Font */,
|
||||
F72B60941A24F04E004EF66F /* Localizations */,
|
||||
);
|
||||
|
@ -2747,6 +2753,7 @@
|
|||
F70753F72542A9C000972D44 /* NCViewerMediaPage.storyboard in Resources */,
|
||||
F70A58C024D0545100DED00D /* NCCapabilitiesViewController.storyboard in Resources */,
|
||||
F7F4F10627ECDBDB008676F9 /* Inconsolata-Medium.ttf in Resources */,
|
||||
F765E9CF295C684F00A09ED8 /* Reasons to use Nextcloud.pdf in Resources */,
|
||||
F749C10D23C4A5340027D966 /* NCIntro.storyboard in Resources */,
|
||||
F7A60F87292D215000FCE1F2 /* NCTalkAccounts.storyboard in Resources */,
|
||||
F7239877253D86D300257F49 /* NCEmptyView.xib in Resources */,
|
||||
|
@ -3058,6 +3065,7 @@
|
|||
F78ACD52219046DC0088454D /* NCSectionHeaderFooter.swift in Sources */,
|
||||
F749C10C23C4A5340027D966 /* NCIntroViewController.swift in Sources */,
|
||||
F710D2022405826100A6033D /* NCViewer+Menu.swift in Sources */,
|
||||
F765E9CD295C585800A09ED8 /* NCUploadScanDocument.swift in Sources */,
|
||||
F77A697D250A0FBC00FF1708 /* NCCollectionViewCommon+Menu.swift in Sources */,
|
||||
F7BF9D822934CA21009EE9A6 /* NCManageDatabase+LayoutForView.swift in Sources */,
|
||||
AF7E504E27A2D8FF00B5E4AF /* UIBarButton+Extension.swift in Sources */,
|
||||
|
|
Двоичный файл не отображается.
|
@ -0,0 +1,108 @@
|
|||
//
|
||||
// NCUploadScanDocument.swift
|
||||
// Nextcloud
|
||||
//
|
||||
// Created by Marino Faggiana on 28/12/22.
|
||||
// Copyright © 2022 Marino Faggiana. All rights reserved.
|
||||
//
|
||||
// Author Marino Faggiana <marino.faggiana@nextcloud.com>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
import NextcloudKit
|
||||
import Vision
|
||||
import VisionKit
|
||||
import Photos
|
||||
import PDFKit
|
||||
|
||||
// MARK: - Preview / Test
|
||||
|
||||
struct NCUploadScanDocumentTest: View {
|
||||
|
||||
@State private var currentValue = 1.0
|
||||
|
||||
var body: some View {
|
||||
|
||||
VStack {
|
||||
List {
|
||||
Section(header: Text(NSLocalizedString("_save_path_", comment: ""))) {
|
||||
HStack {
|
||||
Label {
|
||||
Text("/")
|
||||
.frame(maxWidth: .infinity, alignment: .trailing)
|
||||
} icon: {
|
||||
Image("folder")
|
||||
.renderingMode(.template)
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
.frame(width: NCBrandSettings.shared.settingsSizeImage, height: NCBrandSettings.shared.settingsSizeImage)
|
||||
.foregroundColor(Color(NCBrandColor.shared.brand))
|
||||
}
|
||||
|
||||
Spacer()
|
||||
}
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
Section(header: Text(NSLocalizedString("_quality_image_title_", comment: ""))) {
|
||||
VStack {
|
||||
Text("Current slider value")
|
||||
Slider(value: $currentValue, in: 0...3, step: 1) { didChange in
|
||||
//
|
||||
}
|
||||
.accentColor(Color(NCBrandColor.shared.brand))
|
||||
}
|
||||
}
|
||||
|
||||
Section(header: Text(NSLocalizedString("_preview_", comment: ""))) {
|
||||
let fileUrl = Bundle.main.url(forResource: "Reasons to use Nextcloud", withExtension: "pdf")!
|
||||
PDFKitRepresentedView(fileUrl)
|
||||
.frame(width: .infinity, height: 200)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
struct PDFKitRepresentedView: UIViewRepresentable {
|
||||
|
||||
let url: URL
|
||||
init(_ url: URL) {
|
||||
self.url = url
|
||||
}
|
||||
|
||||
func makeUIView(context: UIViewRepresentableContext<PDFKitRepresentedView>) -> PDFKitRepresentedView.UIViewType {
|
||||
let pdfView = PDFView()
|
||||
pdfView.document = PDFDocument(url: self.url)
|
||||
pdfView.autoScales = true
|
||||
pdfView.backgroundColor = .clear
|
||||
return pdfView
|
||||
}
|
||||
|
||||
func updateUIView(_ uiView: UIView, context: UIViewRepresentableContext<PDFKitRepresentedView>) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
struct NCUploadScanDocument_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
// let account = (UIApplication.shared.delegate as! AppDelegate).account
|
||||
NCUploadScanDocumentTest()
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче