-
Notifications
You must be signed in to change notification settings - Fork 512
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
Full Screen on Tap #76
base: master
Are you sure you want to change the base?
Conversation
… transition to full size
Just realized that the inFullScreen is needed for rotation events. Will get that back in in a few. |
… that transitions to full screen is complete, rather than when it starts. also added a willExit to the transform delegate
Thanks @KingOfBrian ! I'll check this out this weekend and let you know. |
FYI the closeTransform doesn't animate. I'm looking to fix that today-ish. |
I want this feature too !!!! The fullscreen mode require two hands to be triggered, one hand holding the iPhone, while another hand performs the pinch gesture..... For iPad, that is OK, because we always use two hands to use the iPad. |
Hi, I added a method to go fullscreen after scrollToObjectAtIndex
and
but it only occasionally works. Any Ideas why? |
@KingOfBrian how do i call the fullsize method on tap ? i tried to call openTransformAtIndex:(NSInteger)position in
} can you please let me know how to i call the method implemented by you in order to go to fullscreen on tap ? |
I would think that works. I'm not using this code any more myself, so I'm not sure I'll be much help. |
thanks Brian, why are you sending me this information? On 21 October 2013 16:32, Brian King [email protected] wrote:
|
Hey guys,
please help .. |
Added some code for this. It's a bit crufty, but I wanted some feedback.
Notes:
Not sure how to assign it to this issue:
#67