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

Add Rotation Support #13

Closed
scorpiozj opened this issue Oct 18, 2013 · 6 comments
Closed

Add Rotation Support #13

scorpiozj opened this issue Oct 18, 2013 · 6 comments

Comments

@scorpiozj
Copy link
Contributor

Currently it can't rotation with the device rotation.

@wimagguc wimagguc closed this as completed Nov 1, 2013
@wimagguc
Copy link
Owner

wimagguc commented Nov 1, 2013

Now it does! Thanks for adding this to the code.

@dhaval0122
Copy link

No. Still not fully support rotation in iOs7. Checked attached image.

ios simulator screen shot 07-mar-2014 6 18 58 pm

@dhaval0122
Copy link

I need fully rotation supported code. Please help me. Can you give me code for that.?

@scorpiozj
Copy link
Contributor Author

I run the project with iPad simulator and the problem not happened.
Could you provide more information?
for example you can provide each step and your environments so that the same problem can be found.

@dhaval0122
Copy link

Run this project.
Rotate simulator fast.
Got this issue.

@scorpiozj
Copy link
Contributor Author

it leaves "TODO" for this kind action.
In the line 354 of CustomIOS7AlertView.m, add the following can simply fix it:

[[NSNotificationCenter defaultCenter] postNotificationName:UIDeviceOrientationDidChangeNotification object:nil];

try it, and good luck!

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

3 participants