cwRichardKim / RKSwipeBetweenViewControllers

Swipe between ViewControllers like in the Spotify or Twitter app with an interactive Segmented Control in the Navigation Bar
MIT License
1.67k stars 156 forks source link

Missing selector calculation if the parent view rotates #1

Open pixelpipe opened 10 years ago

pixelpipe commented 10 years ago

Apparently the button and selector position/size is not updated if the view rotates.

dirty workaround:

cwRichardKim commented 10 years ago

thanks, do you want to do a pull request?

best, Richard

Richard Kim (Choong-Won)

On Sunday, August 17, 2014 at 8:50 AM, dcodres wrote:

Apparently the button and selector position/size is not updated if the view rotates. dirty workaround: (BOOL)shouldAutorotate { return NO; }

— Reply to this email directly or view it on GitHub (https://github.com/cwRichardKim/RKSwipeBetweenViewControllers/issues/1).

pixelpipe commented 10 years ago

Feel free. When I have some time I might try to avoid the hack.

On Sun, Aug 17, 2014 at 4:13 PM, Richard Kim notifications@github.com wrote:

thanks, do you want to do a pull request?

best, Richard

Richard Kim (Choong-Won)

On Sunday, August 17, 2014 at 8:50 AM, dcodres wrote:

Apparently the button and selector position/size is not updated if the view rotates. dirty workaround: (BOOL)shouldAutorotate { return NO; }

— Reply to this email directly or view it on GitHub ( https://github.com/cwRichardKim/RKSwipeBetweenViewControllers/issues/1).

— Reply to this email directly or view it on GitHub https://github.com/cwRichardKim/RKSwipeBetweenViewControllers/issues/1#issuecomment-52422966 .


This e-mail may contain confidential information and should not be used, copied or disclosed by anyone who is not the original intended recipient

khacpm commented 9 years ago

Any one, please fix that bug.