Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 821 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 821 Bytes

JHAlertView

Just a HUD

  • 沙漏效果

What

XX_HUD_SHOW_TEXT_ONLY(@"这个很好用很给力!很好用很给力", 2, self.view)

image


XX_HUD_SHOW_SYSTEM_ONLY(nil, 2, self.view)

image


XX_HUD_SHOW_CUSTOM_ONLY(nil, 2, self.view)

image


XX_HUD_SHOW_SYSTEM_ONLY(@"这个效果很好啊\n666", 2, self.view)

image


XX_HUD_SHOW_CUSTOM_ONLY(@"这个效果不错啊\nsixsixsix", 2, self.view)

image