我有一個UIPopOverController,這是我的代碼:去除UIPopOver permittedArrowDirections
[myPopOver presentPopoverFromRect:CGRectMake(20,5, 325, 600) inView:self.view permittedArrowDirections:**UIPopoverArrowDirectionLeft** animated:YES];
不過,我需要arrows.can任何一個沒有方向告訴我,我怎麼能做到這一點。我怎樣才能從中刪除箭頭?
現在myPopOver在Row.can上顯示4個光譜庫圖像任何一個告訴我如何在myPopOver控制器中排列或僅顯示兩行圖像。
它也解僱了我點擊yy place.i不想解僱it.is任何財產,以避免解僱uipopover?
我使用的代碼
imagePopOver = [[UIPopoverController alloc] initWithContentViewController:self.plc.imagePickerController];
imagePopOver.popoverContentSize = CGSizeMake(150,300);
如何才能避免UIpopover的解聘是有任何屬性格式? – Christina
我不知道我明白 – Dancreek