Malert v3.0 Release Notes
Release Date: 2018-07-27 // almost 4 years ago-
Implemented enhancements:
- Refactoring the way how to create an _ Malert _ to be more similar with
UIAlertController
- Changing
MalertViewController
->Malert
to 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
dismissOnActionTapped
to dismiss when a call to action was clicked
- Refactoring the way how to create an _ Malert _ to be more similar with