UIPopover without any arrows

前端 未结 17 1213
说谎
说谎 2020-12-08 02:15

Is it possible to present a popover without any sort of arrows pointing somewhere?

17条回答
  •  死守一世寂寞
    2020-12-08 02:27

    Try this one

    [popOverController presentPopoverFromRect:CGRectMake(0, 0, 30, 40) inView:popOverContentView permittedArrowDirections:0 animated:NO];
    

提交回复
热议问题