how to add loading indicator when waiting starAnimation ?
Opened this issue · 1 comments
AgungLaksana commented
Can I add loading indicator before revealingSplashView.startAnimation() is called ? I am using RevealingSplashView when fetching data from Internet, I am using twitter style. but unfortunately if the request time is to long it will make the like freezing. so can I add something like UIActivityIndicatorView below the logo or somewhere else in RevealingSplashView?
I am new in programming I am sorry if this is trivial
AgungLaksana commented
I can do it by myself. thanks for this great library!