Releases: ajijoyo/AJMessage
Releases · ajijoyo/AJMessage
Minor Update
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
onHidehas deprecated and changed toonDismissand have valueAJMessageclass - add new configuration of backgroundcolor
setBackgroundColorfor each status - add new configuratoin of icon
setImagefor each status