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