Junyi1227

Results 4 comments of Junyi1227

- (void)moveHorizontallyToLocation:(CGFloat)location { CGRect rect = self.view.frame; UIInterfaceOrientation orientation = [UIApplication sharedApplication].statusBarOrientation; Menu menu = (self.horizontalLocation >= 0 && location >= 0) ? MenuLeft : MenuRight; if ((location > 0...

me too self.psViewModel.horizontalScroll?.moveToPage not working