Closed makleso6 closed 9 years ago
PKContentViewController method.
Please check FullScreenContentViewController in example
- (void)viewDidDisplayInFullScreen
{
[super viewDidDisplayInFullScreen];
[self.previewView startMotion];
}
- (void)viewDidEndDisplayingInFullScreen
{
[super viewDidEndDisplayingInFullScreen];
[self.previewView stopMotion];
}
what method should i call when PKCollectionViewCell didChange to another
i need know when user change PKCollectionViewCell with swiping (PKCollectionViewCell is full screen). i try to use selectedIndexPath but it is not working well
may be it is didEndSrollToItem?