Suhail Rashid Bhat
Results
2
issues of
Suhail Rashid Bhat
__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];...
Didn't find any logic behind keeping same name two methods.