CGRect rect = CGRectMake(0, 0, 1050, 900);
[wineAdminPopup presentPopoverFromRect:rect inView:master.view permittedArrowDirections:UIPopoverArrowDirectionUp animated:YES];
嗨我把上面的代碼在tableview中作出彈出窗口。但是它不會在整個屏幕上彈出。如果我想將它置於iPad屏幕中,並且中間沒有箭頭或箭頭。我該怎麼做。提前致謝。iPad:彈出式窗口被調整大小iOS