Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Border color #216

Closed
pangelovski opened this issue Aug 15, 2016 · 1 comment
Closed

Border color #216

pangelovski opened this issue Aug 15, 2016 · 1 comment

Comments

@pangelovski
Copy link

Im presenting my alertView with the following parameters but for some reason the alertView has a grey border. Is it possible to hide the grey border?

SCLAlertView *alert = [[SCLAlertView alloc] init];

//Dismiss on tap outside (Default is NO)
alert.shouldDismissOnTapOutside = YES;

//Show animation type (Default is SlideInFromTop)
alert.showAnimationType = SlideInFromBottom;

//Hide animation type (Default is FadeOut)
alert.hideAnimationType = SlideOutToBottom;

//Set background type (Default is Shadow)
alert.backgroundType = Transparent;

//Overwrite SCLAlertView (Buttons, top circle and borders) colors
alert.customViewColor = [KopigoUtility lightGray];

//Set custom tint color for icon image.
alert.iconTintColor = [KopigoUtility lightGray];

//Override top circle tint color with background color
alert.tintTopCircle = NO;

//Set custom corner radius for SCLAlertView
alert.cornerRadius = 10.0f;

//Overwrite SCLAlertView background color
//alert.backgroundViewColor = [UIColor cyanColor];

//Returns if the alert is visible or not.
//alert.isVisible;

//Make the top circle icon larger
alert.useLargerIcon = NO;

//set button font
[alert setButtonsTextFontFamily:kFontHelveticaNeueLight withSize:16];
@dogo
Copy link
Owner

dogo commented Sep 21, 2016

@pangelovski currently it's not possible, sorry.

@dogo dogo closed this as completed Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants