基本信息
源码名称:基于pencilkit的绘图应用
源码大小:16.26M
文件格式:.zip
开发语言:Swift
更新时间:2021-12-28
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
基于pencilkit的绘图应用
.
├── MasterThis-v2
│ ├── final
│ │ ├── MasterThis
│ │ │ ├── AppDelegate.swift
│ │ │ ├── Assets.xcassets
│ │ │ │ ├── AppIcon.appiconset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ ├── Icon1024.png
│ │ │ │ │ ├── Icon20.png
│ │ │ │ │ ├── Icon20@2x.png
│ │ │ │ │ ├── Icon29.png
│ │ │ │ │ ├── Icon29@2x.png
│ │ │ │ │ ├── Icon40.png
│ │ │ │ │ ├── Icon40@2x.png
│ │ │ │ │ ├── Icon76.png
│ │ │ │ │ ├── Icon76@2x.png
│ │ │ │ │ ├── Icon83.5@2x.png
│ │ │ │ │ ├── icon-app-20@2x.png
│ │ │ │ │ ├── icon-app-20@3x.png
│ │ │ │ │ ├── icon-app-29@2x.png
│ │ │ │ │ ├── icon-app-29@3x copy.png
│ │ │ │ │ ├── icon-app-40@2x.png
│ │ │ │ │ ├── icon-app-40@3x.png
│ │ │ │ │ ├── icon-app-60@2x.png
│ │ │ │ │ └── icon-app-60@3x.png
│ │ │ │ ├── Contents.json
│ │ │ │ ├── colors
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ ├── rw-dark.colorset
│ │ │ │ │ │ └── Contents.json
│ │ │ │ │ ├── rw-green.colorset
│ │ │ │ │ │ └── Contents.json
│ │ │ │ │ └── rw-light.colorset
│ │ │ │ │ └── Contents.json
│ │ │ │ ├── launch-assets
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ ├── rw-logo.imageset
│ │ │ │ │ │ ├── Contents.json
│ │ │ │ │ │ └── Razewarelogo_1024.png
│ │ │ │ │ └── rwdevcon-bg.imageset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ └── rwdevcon-bg.png
│ │ │ │ └── masterpieces
│ │ │ │ ├── Contents.json
│ │ │ │ ├── example1.imageset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ └── RW.png
│ │ │ │ ├── example2.imageset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ └── Greece.png
│ │ │ │ ├── example3.imageset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ └── Starry_Night.png
│ │ │ │ └── example4.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── Mona_Lisa.png
│ │ │ ├── Base.lproj
│ │ │ │ └── LaunchScreen.storyboard
│ │ │ ├── Info.plist
│ │ │ ├── Models
│ │ │ │ ├── PracticeDrawing.swift
│ │ │ │ └── Rendition.swift
│ │ │ ├── PKCanvas.swift
│ │ │ ├── Preview Content
│ │ │ │ └── Preview Assets.xcassets
│ │ │ │ └── Contents.json
│ │ │ ├── SceneDelegate.swift
│ │ │ └── Views
│ │ │ ├── CanvasView.swift
│ │ │ ├── DrawingView.swift
│ │ │ ├── MasterpieceSelectView.swift
│ │ │ ├── MasterpieceView.swift
│ │ │ └── ShareSheet.swift
│ │ └── MasterThis.xcodeproj
│ │ ├── project.pbxproj
│ │ ├── project.xcworkspace
│ │ │ ├── contents.xcworkspacedata
│ │ │ ├── xcshareddata
│ │ │ │ └── IDEWorkspaceChecks.plist
│ │ │ └── xcuserdata
│ │ │ ├── a403-03.xcuserdatad
│ │ │ │ └── UserInterfaceState.xcuserstate
│ │ │ └── critz.xcuserdatad
│ │ │ └── UserInterfaceState.xcuserstate
│ │ └── xcshareddata
│ │ ├── IDETemplateMacros.plist
│ │ └── xcschemes
│ │ └── MasterThis.xcscheme
│ └── starter
│ ├── MasterThis
│ │ ├── AppDelegate.swift
│ │ ├── Assets.xcassets
│ │ │ ├── AppIcon.appiconset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── Icon1024.png
│ │ │ │ ├── Icon20.png
│ │ │ │ ├── Icon20@2x.png
│ │ │ │ ├── Icon29.png
│ │ │ │ ├── Icon29@2x.png
│ │ │ │ ├── Icon40.png
│ │ │ │ ├── Icon40@2x.png
│ │ │ │ ├── Icon76.png
│ │ │ │ ├── Icon76@2x.png
│ │ │ │ ├── Icon83.5@2x.png
│ │ │ │ ├── icon-app-20@2x.png
│ │ │ │ ├── icon-app-20@3x.png
│ │ │ │ ├── icon-app-29@2x.png
│ │ │ │ ├── icon-app-29@3x copy.png
│ │ │ │ ├── icon-app-40@2x.png
│ │ │ │ ├── icon-app-40@3x.png
│ │ │ │ ├── icon-app-60@2x.png
│ │ │ │ └── icon-app-60@3x.png
│ │ │ ├── Contents.json
│ │ │ ├── colors
│ │ │ │ ├── Contents.json
│ │ │ │ ├── rw-dark.colorset
│ │ │ │ │ └── Contents.json
│ │ │ │ ├── rw-green.colorset
│ │ │ │ │ └── Contents.json
│ │ │ │ └── rw-light.colorset
│ │ │ │ └── Contents.json
│ │ │ ├── launch-assets
│ │ │ │ ├── Contents.json
│ │ │ │ ├── rw-logo.imageset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ └── Razewarelogo_1024.png
│ │ │ │ └── rwdevcon-bg.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── rwdevcon-bg.png
│ │ │ └── masterpieces
│ │ │ ├── Contents.json
│ │ │ ├── example1.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── RW.png
│ │ │ ├── example2.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── Greece.png
│ │ │ ├── example3.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── Starry_Night.png
│ │ │ └── example4.imageset
│ │ │ ├── Contents.json
│ │ │ └── Mona_Lisa.png
│ │ ├── Base.lproj
│ │ │ └── LaunchScreen.storyboard
│ │ ├── Info.plist
│ │ ├── Models
│ │ │ ├── PracticeDrawing.swift
│ │ │ └── Rendition.swift
│ │ ├── PKCanvas.swift
│ │ ├── Preview Content
│ │ │ └── Preview Assets.xcassets
│ │ │ └── Contents.json
│ │ ├── SceneDelegate.swift
│ │ └── Views
│ │ ├── DrawingView.swift
│ │ ├── MasterpieceSelectView.swift
│ │ ├── MasterpieceView.swift
│ │ └── ShareSheet.swift
│ └── MasterThis.xcodeproj
│ ├── project.pbxproj
│ ├── project.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ ├── xcshareddata
│ │ │ └── IDEWorkspaceChecks.plist
│ │ └── xcuserdata
│ │ └── critz.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
│ └── xcshareddata
│ ├── IDETemplateMacros.plist
│ └── xcschemes
│ └── MasterThis.xcscheme
├── __MACOSX
└── 好例子网_MasterThis-v2.zip
59 directories, 115 files
基于pencilkit的绘图应用
.
├── MasterThis-v2
│ ├── final
│ │ ├── MasterThis
│ │ │ ├── AppDelegate.swift
│ │ │ ├── Assets.xcassets
│ │ │ │ ├── AppIcon.appiconset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ ├── Icon1024.png
│ │ │ │ │ ├── Icon20.png
│ │ │ │ │ ├── Icon20@2x.png
│ │ │ │ │ ├── Icon29.png
│ │ │ │ │ ├── Icon29@2x.png
│ │ │ │ │ ├── Icon40.png
│ │ │ │ │ ├── Icon40@2x.png
│ │ │ │ │ ├── Icon76.png
│ │ │ │ │ ├── Icon76@2x.png
│ │ │ │ │ ├── Icon83.5@2x.png
│ │ │ │ │ ├── icon-app-20@2x.png
│ │ │ │ │ ├── icon-app-20@3x.png
│ │ │ │ │ ├── icon-app-29@2x.png
│ │ │ │ │ ├── icon-app-29@3x copy.png
│ │ │ │ │ ├── icon-app-40@2x.png
│ │ │ │ │ ├── icon-app-40@3x.png
│ │ │ │ │ ├── icon-app-60@2x.png
│ │ │ │ │ └── icon-app-60@3x.png
│ │ │ │ ├── Contents.json
│ │ │ │ ├── colors
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ ├── rw-dark.colorset
│ │ │ │ │ │ └── Contents.json
│ │ │ │ │ ├── rw-green.colorset
│ │ │ │ │ │ └── Contents.json
│ │ │ │ │ └── rw-light.colorset
│ │ │ │ │ └── Contents.json
│ │ │ │ ├── launch-assets
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ ├── rw-logo.imageset
│ │ │ │ │ │ ├── Contents.json
│ │ │ │ │ │ └── Razewarelogo_1024.png
│ │ │ │ │ └── rwdevcon-bg.imageset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ └── rwdevcon-bg.png
│ │ │ │ └── masterpieces
│ │ │ │ ├── Contents.json
│ │ │ │ ├── example1.imageset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ └── RW.png
│ │ │ │ ├── example2.imageset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ └── Greece.png
│ │ │ │ ├── example3.imageset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ └── Starry_Night.png
│ │ │ │ └── example4.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── Mona_Lisa.png
│ │ │ ├── Base.lproj
│ │ │ │ └── LaunchScreen.storyboard
│ │ │ ├── Info.plist
│ │ │ ├── Models
│ │ │ │ ├── PracticeDrawing.swift
│ │ │ │ └── Rendition.swift
│ │ │ ├── PKCanvas.swift
│ │ │ ├── Preview Content
│ │ │ │ └── Preview Assets.xcassets
│ │ │ │ └── Contents.json
│ │ │ ├── SceneDelegate.swift
│ │ │ └── Views
│ │ │ ├── CanvasView.swift
│ │ │ ├── DrawingView.swift
│ │ │ ├── MasterpieceSelectView.swift
│ │ │ ├── MasterpieceView.swift
│ │ │ └── ShareSheet.swift
│ │ └── MasterThis.xcodeproj
│ │ ├── project.pbxproj
│ │ ├── project.xcworkspace
│ │ │ ├── contents.xcworkspacedata
│ │ │ ├── xcshareddata
│ │ │ │ └── IDEWorkspaceChecks.plist
│ │ │ └── xcuserdata
│ │ │ ├── a403-03.xcuserdatad
│ │ │ │ └── UserInterfaceState.xcuserstate
│ │ │ └── critz.xcuserdatad
│ │ │ └── UserInterfaceState.xcuserstate
│ │ └── xcshareddata
│ │ ├── IDETemplateMacros.plist
│ │ └── xcschemes
│ │ └── MasterThis.xcscheme
│ └── starter
│ ├── MasterThis
│ │ ├── AppDelegate.swift
│ │ ├── Assets.xcassets
│ │ │ ├── AppIcon.appiconset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── Icon1024.png
│ │ │ │ ├── Icon20.png
│ │ │ │ ├── Icon20@2x.png
│ │ │ │ ├── Icon29.png
│ │ │ │ ├── Icon29@2x.png
│ │ │ │ ├── Icon40.png
│ │ │ │ ├── Icon40@2x.png
│ │ │ │ ├── Icon76.png
│ │ │ │ ├── Icon76@2x.png
│ │ │ │ ├── Icon83.5@2x.png
│ │ │ │ ├── icon-app-20@2x.png
│ │ │ │ ├── icon-app-20@3x.png
│ │ │ │ ├── icon-app-29@2x.png
│ │ │ │ ├── icon-app-29@3x copy.png
│ │ │ │ ├── icon-app-40@2x.png
│ │ │ │ ├── icon-app-40@3x.png
│ │ │ │ ├── icon-app-60@2x.png
│ │ │ │ └── icon-app-60@3x.png
│ │ │ ├── Contents.json
│ │ │ ├── colors
│ │ │ │ ├── Contents.json
│ │ │ │ ├── rw-dark.colorset
│ │ │ │ │ └── Contents.json
│ │ │ │ ├── rw-green.colorset
│ │ │ │ │ └── Contents.json
│ │ │ │ └── rw-light.colorset
│ │ │ │ └── Contents.json
│ │ │ ├── launch-assets
│ │ │ │ ├── Contents.json
│ │ │ │ ├── rw-logo.imageset
│ │ │ │ │ ├── Contents.json
│ │ │ │ │ └── Razewarelogo_1024.png
│ │ │ │ └── rwdevcon-bg.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── rwdevcon-bg.png
│ │ │ └── masterpieces
│ │ │ ├── Contents.json
│ │ │ ├── example1.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── RW.png
│ │ │ ├── example2.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── Greece.png
│ │ │ ├── example3.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── Starry_Night.png
│ │ │ └── example4.imageset
│ │ │ ├── Contents.json
│ │ │ └── Mona_Lisa.png
│ │ ├── Base.lproj
│ │ │ └── LaunchScreen.storyboard
│ │ ├── Info.plist
│ │ ├── Models
│ │ │ ├── PracticeDrawing.swift
│ │ │ └── Rendition.swift
│ │ ├── PKCanvas.swift
│ │ ├── Preview Content
│ │ │ └── Preview Assets.xcassets
│ │ │ └── Contents.json
│ │ ├── SceneDelegate.swift
│ │ └── Views
│ │ ├── DrawingView.swift
│ │ ├── MasterpieceSelectView.swift
│ │ ├── MasterpieceView.swift
│ │ └── ShareSheet.swift
│ └── MasterThis.xcodeproj
│ ├── project.pbxproj
│ ├── project.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ ├── xcshareddata
│ │ │ └── IDEWorkspaceChecks.plist
│ │ └── xcuserdata
│ │ └── critz.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
│ └── xcshareddata
│ ├── IDETemplateMacros.plist
│ └── xcschemes
│ └── MasterThis.xcscheme
├── __MACOSX
└── 好例子网_MasterThis-v2.zip
59 directories, 115 files