UDAExplainer
January 19, 2024 • MIT License
Sensitive user data access explainer, such as for Photos Library, Face ID, App Tracking Transparency, etc.
ColorKit
December 06, 2020 • MIT License
ColorKit is your companion to work with colors on iOS.
It offers a wide variety of useful features to do more with colors:
- Dominant colors calculation
- Average color calculation
- Color comp...
SecurePropertyStorage
April 07, 2020 • MIT License
Helps you define secure storages for your properties using Swift property wrappers.
MGObfuscator
October 21, 2019 • Apache 2.0 License
When we are working on apps which have lot of sensitive information (like Banking etc). We should be a lot of careful about strings. There is nice write up why (https://www.raywenderlich.com/2666-i...
UberAnimation
February 18, 2018 • Apache 2.0 License
Heyaa! This is an attempt to mimic of the animation Uber and Facebook shows up as a Congratulatory Pop-up. Looking at the attached GIF will give you a better idea of what this project covers.
IHImageViewEffects
October 17, 2017 • MIT License
Demonstrates adding animation effect to an imageView animations are based on CAEmitter and are added as a sublayer of the imageView. The animations demonstrated are FireWorks, Balloon (like Apple m...
No image provided.
Animations-in-iOS
February 12, 2017 • Apache 2.0 License
Used to apply many kind of animations in your apps.
SETOCryptomatorCryptor
July 07, 2016 • MIT License
iOS crypto framework to access Cryptomator vaults.
ShootingStars
February 24, 2016 • Apache 2.0 License
Some fun Shooting Star animations built with both SpriteKit and CAEmitterLayer. See the Git repo for a gif.
DAExpandAnimation
September 07, 2015 • MIT License
A custom modal transition that presents a controller with an expanding effect while sliding out the presenter remnants.
Simple AlertController Builder - Kamagari
July 06, 2015 • MIT License
Simple UIAlertController builder class in Swift.
#Features
- AlertBuilder class to simply build UIAlertController by using method chaining
-UIAlertController extension methods to simply pres...
SAExpandableButton
August 18, 2014 • MIT License
Expandable buttons for choosing options as seen in the iOS camera app
IAElegantSheet
August 04, 2013 • MIT License
Replacing UIActionSheet with elegance. Elegant to see and elegant to code.
UIEffectDesignerView
March 23, 2013 • MIT License
A native Particle Systems effect view for iOS and OSX powered by QuartzCore.
Apple provides Particle Systems Emitter via the CAEmitterLayer - you can have particle effects in your UIKit or AppKi...