An UIVisualEffectView Swift App!
This is an application that I wrote in Swift for people to be able to know how to use UIVisualEffectView.
UIVisualEffectView, UIVisualEffect, UIBlurEffect, UIVibrancyEffect, and UIVibrancyEffectView are classes that Apple allows developers to use to add neat blur effects to their applications similar to what you see in most apps from Apple.
You might be familar with seeing this in the Control Center, the Notification Center, the Lockscreen, the Apple Music App, and even in Spotlight search! There are many other places you will see this.
You should use this because it makes your application more pleasing to the human eye.
It's a symbol of what most modern apps are comprised of today!
It's the core part of how iOS looks and feels!
This app is licensed under the MIT License (Open Source)
The MIT License (MIT) Copyright (c) 2016 iKilledAppl3 and ToxicAppl3 Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.