callumboddy / CBZSplashView

Twitter style Splash Screen View. Grows to reveal the Initial view behind
MIT License
1.49k stars 120 forks source link

Icon properties not working! #26

Open suhailrashidbhat opened 9 years ago

suhailrashidbhat commented 9 years ago

__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!

callumboddy commented 9 years ago

Hi mate, which bit exactly is not working? no icon? its not purple?

suhailrashidbhat commented 9 years ago

Hi, I think it is related with #15 . iconSize and iconColor cannot be set as they are called only in initialisation.