How to add title or tag to UIActivityIndicatorView
I am supposed to render a pdf book in ipad and navigate through the pages. In between the navigation i am displaying a UIActivityIndicatorVi开发者_C百科ew to indicate that the page is still loading.... I am able to do this without any trouble. But, is there a way in which i can have a tag or label or name along with(or beside) that UIActivityIndicator.... Please answer this.. Eagerly waiting for ur inputs... Thanks and Regards.....
try MBProgressHUD, it looks like Apple's official indicator
精彩评论