Releases: vitormesquita/Malert
Releases · vitormesquita/Malert
Overlay custom color
Implemented enhancements
- Add
overlayColorattribute on Malert to change the background color - Renamed
roundmethod toroundCorners - Remove coder init from Malert
Update to Swift 5.0
Implemented enhancements
- Updated all code to Swift 5.0
- Change indentation from files
- Update README.md
- Removing CHANGELOG.md from project
Added callback to know when Malert was dismissed
Implemented enhancements
- Added method
onDismissMalerton Malert to be called whendismissviewController's function calledcompletionblock - Removing some prints
- Put #if DEBUG to print dealloc
Fixed MalertAction's font
Implemented enhancements
- Removed
fontattribute from MalertAction - Added
buttonsFontattribute on Malert to represents all Alert button's font
Adding custom MalertAction's font
Implemented enhancements
- Added
fontattribute on MalertAction to change single button font if needed
Update to Swfit 4.0
Implemented enhancements
- Changing swift version to 4.2
- Resolving all swift version changes
3.0 Big Refactoring!!
Implemented enhancements:
- Refactoring the way how to create an Malert to be more similar with
UIAlertController - Changing
MalertViewController->Malertto be presented asUIViewController - Changing
MalertButtonStruct->MalertAction - Removing
MalertViewConfiguration,MalertButtonConfiguration - Removing shared instance and all queue manager from Malert
- Add new attributes to be more customizable and flexible
- Removing
Cartography - Add
dismissOnActionTappedto dismiss when a call to action was clicked
Updating to Swift 4!
Implemented enhancements:
- Merged with pull request, updating to swift 4
- Refactoring some unnecessary codes
Fixed bugs:
- Fixing bug
1.1.5
Fixed bugs:
- Added
cancelsTouchesInView=falsein MalertViewControllertapRecognizerfor not cancel subviews touch
1.1.4
Implemented enhancements:
- Added
clipToBoudsand removedcustomViewCorners()from MalertView