raweng / gmail-like-loading

Gmail iOS app like Loading view completely created using core animation.
Other
118 stars 26 forks source link

Insert GmailLikeLoading into an UIView class #1

Open AndrexOfficial opened 11 years ago

AndrexOfficial commented 11 years ago

Hi, I'm trying to insert the gmail loading into a UIView class called LoadingView.h/.m, but there's no viewDidLoad instance and the component doesn't work. How can I fix this problem? Thanks

Reefaq commented 11 years ago

"viewDidLoad" is a UIViewController method and has nothing to do with class GmailLikeLoadingView.

for how to use "GmailLikeLoadingView" refer https://github.com/raweng/GmailLikeLoading#how-to-use