├── README.md ├── UIBlurEffectStyle ├── UIBlurEffectStyle.sketch └── UIBlurEffectStyle │ ├── Test.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ ├── bobby.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── sebastienvillar.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── bobby.xcuserdatad │ │ └── xcschemes │ │ │ ├── Test.xcscheme │ │ │ └── xcschememanagement.plist │ │ └── sebastienvillar.xcuserdatad │ │ └── xcschemes │ │ ├── Test.xcscheme │ │ └── xcschememanagement.plist │ └── Test │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ └── image.imageset │ │ ├── Contents.json │ │ └── Sketch_White.png │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Info.plist │ └── ViewController.swift └── UIFontTextStyle ├── UIFontTextStyle.playground ├── Contents.swift ├── contents.xcplayground └── playground.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ └── bobby.xcuserdatad │ └── UserInterfaceState.xcuserstate └── UIFontTextStyle.sketch /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/README.md -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle.sketch -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/project.xcworkspace/xcuserdata/bobby.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/project.xcworkspace/xcuserdata/bobby.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/project.xcworkspace/xcuserdata/sebastienvillar.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/project.xcworkspace/xcuserdata/sebastienvillar.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/xcuserdata/bobby.xcuserdatad/xcschemes/Test.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/xcuserdata/bobby.xcuserdatad/xcschemes/Test.xcscheme -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/xcuserdata/bobby.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/xcuserdata/bobby.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/xcuserdata/sebastienvillar.xcuserdatad/xcschemes/Test.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/xcuserdata/sebastienvillar.xcuserdatad/xcschemes/Test.xcscheme -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/xcuserdata/sebastienvillar.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test.xcodeproj/xcuserdata/sebastienvillar.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test/AppDelegate.swift -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test/Assets.xcassets/image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test/Assets.xcassets/image.imageset/Contents.json -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test/Assets.xcassets/image.imageset/Sketch_White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test/Assets.xcassets/image.imageset/Sketch_White.png -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test/Info.plist -------------------------------------------------------------------------------- /UIBlurEffectStyle/UIBlurEffectStyle/Test/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIBlurEffectStyle/UIBlurEffectStyle/Test/ViewController.swift -------------------------------------------------------------------------------- /UIFontTextStyle/UIFontTextStyle.playground/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIFontTextStyle/UIFontTextStyle.playground/Contents.swift -------------------------------------------------------------------------------- /UIFontTextStyle/UIFontTextStyle.playground/contents.xcplayground: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIFontTextStyle/UIFontTextStyle.playground/contents.xcplayground -------------------------------------------------------------------------------- /UIFontTextStyle/UIFontTextStyle.playground/playground.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIFontTextStyle/UIFontTextStyle.playground/playground.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /UIFontTextStyle/UIFontTextStyle.playground/playground.xcworkspace/xcuserdata/bobby.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIFontTextStyle/UIFontTextStyle.playground/playground.xcworkspace/xcuserdata/bobby.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /UIFontTextStyle/UIFontTextStyle.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bgian/Sketch-iOS-Library/HEAD/UIFontTextStyle/UIFontTextStyle.sketch --------------------------------------------------------------------------------