1
我有幾個關於Popover Segue的問題。在這種情況下,應該在故事板中使用Popover segue?
1)在什麼情況下應該使用它?
2)在我的情況下,我必須顯示在按鈕點擊和具有另一個視圖控制器popver酥料餅中所示具有圖像作爲酥料餅然後如何隱藏外天然圖一
3)如果一個人藍色popover?如圖圖二
4)這是在使用利用下面上按鈕代碼酥料餅賽格瑞&不同單擊
classobj = [self.storyboard instantiateViewControllerWithIdentifier:@"identifier"];
popOver = [[UIPopoverController alloc] initWithContentViewController:classobj];
[popOver presentPopoverFromRect:CGRectMake(689,10,50,50) inView:self.view permittedArrowDirections:UIPopoverArrowDirectionUp animated:YES];