Malert Versions Save

Custom alert View to iOS applications

4.2

2 years ago

Implemented enhancements

  • Add overlayColor attribute on Malert to change the background color
  • Renamed round method to roundCorners
  • Remove coder init from Malert

4.0

4 years ago

Implemented enhancements

  • Updated all code to Swift 5.0
  • Change indentation from files
  • Update README.md
  • Removing CHANGELOG.md from project

3.1.4

4 years ago

Implemented enhancements

  • Added method onDismissMalert on Malert to be called when dismiss viewController's function called completion block
  • Removing some prints
  • Put #if DEBUG to print dealloc

3.1.3

4 years ago

Implemented enhancements

  • Removed font attribute from MalertAction
  • Added buttonsFont attribute on Malert to represents all Alert button's font

3.1.2

4 years ago

Implemented enhancements

  • Added font attribute on MalertAction to change single button font if needed

3.1

4 years ago

Implemented enhancements

  • Changing swift version to 4.2
  • Resolving all swift version changes

3.0

5 years ago

Implemented enhancements:

  • Refactoring the way how to create an Malert to be more similar with UIAlertController
  • Changing MalertViewController -> Malert to be presented as UIViewController
  • 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

1.1.5

6 years ago

Fixed bugs:

  • Added cancelsTouchesInView=false in MalertViewController tapRecognizer for not cancel subviews touch

1.1.4

6 years ago

Implemented enhancements:

  • Added clipToBouds and removed customViewCorners() from MalertView

1.1.3

6 years ago

Implemented enhancements:

  • Create MalertViewControllerCallback to change responsibility of dismiss for Malert