-
Notifications
You must be signed in to change notification settings - Fork 157
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
Landscape #27
Comments
I really need to use that in landscape. Your component is good but application will be only in landscape mode. Could you please help me? |
The component is currently not available in landscape mode. But you can do it by playing with the uiwindow coordinates (the alert view superview) and the rotations. Antoine |
Hello, adding few lines of code solve the problem: in -(void) performScreenshotAndBlur add and in -(void) triggerFadeAnimations add |
@zarcon didn't work for me, which line did you add it in? |
@utkarsh2012 open file AMSmoothAlertView.m then go to then go to -(void) triggerFadeAnimations{ self.transform = CGAffineTransformMakeRotation(M_PI_2); // 90 degress NSMutableArray* animationBlocks = [NSMutableArray new]; |
How can i use this component in landscape mode?
It has always been showed in portrait mode.
The text was updated successfully, but these errors were encountered: