Skip to content

Releases: ajijoyo/AJMessage

Minor Update

14 Feb 14:51
9e3a7b9

Choose a tag to compare

Changelog

  • separated function show with initial view :
AJMessage(title: title, message: msg).show()

//or
let asd = AJMessage(title: title, message: msg)
asd.show()
  • function callback onHide has deprecated and changed to onDismiss and have value AJMessage class
  • add new configuration of backgroundcolor setBackgroundColor for each status
  • add new configuratoin of icon setImage for each status