2013-01-12 117 views

回答

0

某處你會做這種類似

[[Utilities getAppDelegate].menuPopover presentPopoverFromRect:rect 
                 inView:self.view 
             permittedArrowDirections:UIPopoverArrowDirectionAny 
                 animated:YES]; 

什麼的。我所做的是檢查彈出窗口的繪製位置,如果屏幕太低,我將允許的箭頭方向更改爲除插入引腳以外的所有內容。(UIPopoverArrowDirectionLeft || UIPopoverArrowDirectionRight || UIPopoverArrowDirectionDown)

相關問題