Base in MBProgressHUD OC in SYProgressHUD
//loading
SYProgressHUD.showLoadingAddView(view: view)
//custom imageView
SYProgressHUD.showCustomView(icon: "nav_back_icon", text: "just test")
//text info
SYProgressHUD.showSuccessHUD(text: "success info")
iOS >= 8.0
SYProgressHUD
is under MIT License. See LICENSE file for more information.