All Projects → briancoyner → Visual-Effects-Shadow

briancoyner / Visual-Effects-Shadow

Licence: MIT license
Add a drop shadow to a UIVisualEffectView using a 9-part UIImage.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Visual-Effects-Shadow

Visionfacedetection
An example of use a Vision framework for face landmarks detection in iOS 11
Stars: ✭ 258 (+360.71%)
Mutual labels:  xcode9, ios11
iOS11-Demos
Collection of samples and demos of features introduced in iOS 11
Stars: ✭ 16 (-71.43%)
Mutual labels:  xcode9, ios11
Ios 11 By Examples
👨🏻‍💻 Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+5841.07%)
Mutual labels:  xcode9, ios11
BabelCamera
Find out how to describe the things around you in another language with Core ML and the Vision framework in iOS 11! 👀
Stars: ✭ 13 (-76.79%)
Mutual labels:  xcode9, ios11
Textdetection
Vision Framework Demo on Text Detection
Stars: ✭ 173 (+208.93%)
Mutual labels:  xcode9, ios11
Measure
Using ARKit to make calculate the distance of real-world objects
Stars: ✭ 357 (+537.5%)
Mutual labels:  xcode9, ios11
iOS-ARKit
Basic Concepts and Projects using ARKit on iOS.
Stars: ✭ 18 (-67.86%)
Mutual labels:  xcode9, ios11
Evncustomsearchbar
🔍Born for iOS 11 and iPhone X SearchBar
Stars: ✭ 52 (-7.14%)
Mutual labels:  xcode9, ios11
Cs193p Fall 2017 Demo
Stanford CS193P Fall 2017 Demo
Stars: ✭ 157 (+180.36%)
Mutual labels:  xcode9, ios11
Swift Articles
Monthly Series - Top 10 Angular Articles
Stars: ✭ 139 (+148.21%)
Mutual labels:  xcode9, ios11
RichNotifications
No description or website provided.
Stars: ✭ 44 (-21.43%)
Mutual labels:  xcode9, ios11
Measurearkit
An example of measuring app with ARKit in iOS 11
Stars: ✭ 220 (+292.86%)
Mutual labels:  xcode9, ios11
ARKitPhysics
ARKit Demo for Physics
Stars: ✭ 21 (-62.5%)
Mutual labels:  xcode9, ios11
ARKitHorizontalPlaneDemo
ARKit demo for horizontal planes detection
Stars: ✭ 15 (-73.21%)
Mutual labels:  xcode9
web-maps-wcag-evaluation
Manual accessibility evaluation of popular web map tools.
Stars: ✭ 28 (-50%)
Mutual labels:  mapkit
Image-Uploader
A simple demo for macOS Development
Stars: ✭ 16 (-71.43%)
Mutual labels:  xcode9
MVVM-Design-Pattern-Demo
An Xcode 9 project written in Swift 4 code designed using the MVVM design pattern, truly extolling the virtues of MVVM over MVC.
Stars: ✭ 31 (-44.64%)
Mutual labels:  xcode9
Sukari
🍯 Sweet Syntactical Sugar For Swift
Stars: ✭ 30 (-46.43%)
Mutual labels:  coregraphics
OnboardingSample
Beginners - A demo of an onboarding screen in iOS using Swift
Stars: ✭ 95 (+69.64%)
Mutual labels:  xcode9
HealthKit-and-Bluetooth-HRM
A simple Core Bluetooth demo
Stars: ✭ 51 (-8.93%)
Mutual labels:  xcode9

Add a drop shadow to a UIVisualEffectView

This demo shows how to add a drop shadow to a UIVisualEffectView. The solution involves using/ creating a 9-part UIImage to represent the shadow. The effect is similar to the iOS 10 Maps app.

ShadowImage

Related Post

View related post: https://briancoyner.github.io/articles/2017-05-15-uivisualeffectview-with-drop-shadow/

Sample Project Notes

The sample project contains a simple iOS app and Xcode Playground. The creation of the 9-part shadow image is shared by the iOS app and Playground using an Embedded Framework.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].