├── README.md ├── Reader.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist └── xcuserdata │ └── arco.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist ├── Reader ├── AppDelegate.swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json ├── Base.lproj │ └── LaunchScreen.storyboard ├── Diamond Sutra.txt ├── Info.plist └── ReaderViewController.swift └── images ├── Screen Shot 2019-09-20 at 12.53.36 PM.png ├── Screen Shot 2019-09-20 at 3.31.01 PM.png ├── Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 11.27.16.png ├── Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 11.27.19.png ├── Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 11.27.22.png ├── Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.31.03 2.png ├── Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.31.03.png ├── Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.44.23.png ├── Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.57.12.png ├── Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.57.39.png ├── text_kit_arch_2x.png └── textkitarchitecture_2x.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/README.md -------------------------------------------------------------------------------- /Reader.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Reader.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Reader.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Reader.xcodeproj/xcuserdata/arco.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader.xcodeproj/xcuserdata/arco.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Reader/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader/AppDelegate.swift -------------------------------------------------------------------------------- /Reader/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Reader/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Reader/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Reader/Diamond Sutra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader/Diamond Sutra.txt -------------------------------------------------------------------------------- /Reader/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader/Info.plist -------------------------------------------------------------------------------- /Reader/ReaderViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/Reader/ReaderViewController.swift -------------------------------------------------------------------------------- /images/Screen Shot 2019-09-20 at 12.53.36 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/Screen Shot 2019-09-20 at 12.53.36 PM.png -------------------------------------------------------------------------------- /images/Screen Shot 2019-09-20 at 3.31.01 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/Screen Shot 2019-09-20 at 3.31.01 PM.png -------------------------------------------------------------------------------- /images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 11.27.16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 11.27.16.png -------------------------------------------------------------------------------- /images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 11.27.19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 11.27.19.png -------------------------------------------------------------------------------- /images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 11.27.22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 11.27.22.png -------------------------------------------------------------------------------- /images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.31.03 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.31.03 2.png -------------------------------------------------------------------------------- /images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.31.03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.31.03.png -------------------------------------------------------------------------------- /images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.44.23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.44.23.png -------------------------------------------------------------------------------- /images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.57.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.57.12.png -------------------------------------------------------------------------------- /images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.57.39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/Simulator Screen Shot - iPhone Xʀ - 2019-09-20 at 16.57.39.png -------------------------------------------------------------------------------- /images/text_kit_arch_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/text_kit_arch_2x.png -------------------------------------------------------------------------------- /images/textkitarchitecture_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcovv/TextKit-Tutorial/HEAD/images/textkitarchitecture_2x.png --------------------------------------------------------------------------------