CBZSplashView
CBZSplashView copied to clipboard
Icon properties not working!
__unused UIImage *icon = [UIImage imageNamed:@"circle"]; //UIBezierPath *bezier = [UIBezierPath twitterShape]; UIColor *color = kATOrangeColor;
self.splashView = [CBZSplashView splashViewWithIcon:icon backgroundColor:color];
self.splashView.iconColor = [UIColor purpleColor];
self.splashView.animationDuration = 1.1;
[self.view addSubview:self.splashView];
Not working!
Hi mate, which bit exactly is not working? no icon? its not purple?
Hi, I think it is related with #15 . iconSize and iconColor cannot be set as they are called only in initialisation.