2014-09-18 4 views

ответ

0

я был в такой же ситуации, и я был в состоянии подошву его с помощью следующего кода: (. UIRectEdgeTop удаляется из маски edgesForExtendedLayout этой части кода)

UINavigationController* navController = [[UINavigationController alloc] initWithRootViewController:self.myNewCollectionViewController]; 
UIPopoverController *popover = [[UIPopoverController alloc] initWithContentViewController:navController]; 
self.myNewCollectionViewController.edgesForExtendedLayout = UIRectEdgeLeft | UIRectEdgeBottom | UIRectEdgeRight; 

Смежные вопросы