sjacs5537

Results 2 issues of sjacs5537

Here is my code: `MZFormSheetPresentationViewController *formSheetController = [[MZFormSheetPresentationViewController alloc] initWithContentViewController:myVC]; formSheetController.presentationController.contentViewSize = CGSizeMake(300, 180); formSheetController.presentationController.backgroundColor = [UIColor greenColor]; formSheetController.presentationController.backgroundVisibilityPercentage = 0.3; formSheetController.presentationController.shouldApplyBackgroundBlurEffect = NO;` After I set a breakpoint in...

Hi, I have a collectionView with vertical flow layout that contains the header and shows two cells in a row, the following code will return incorrect y pos in one...