How to make the UIPopOver origin at a same coordinate in the mainView even when I am moving its source button?

StackOverflow https://stackoverflow.com/questions/3402795

  •  25-09-2019
  •  | 
  •  

문제

I have assigned the uipopover to a horizontally moving object. So when I keeps on moving the popover moves along with it. But I doesnt want it to move. Only want that bottom arrow to move and the popover origin should be same always. So it will appear like only the arrow is moving under it.

Can anyone know how to get this?

도움이 되었습니까?

해결책

This was not possible and so I created a view that will look exactly like the popover and now everything is working fine.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top