UIPopoverController for iphone not working?

后端 未结 8 1679
日久生厌
日久生厌 2020-11-27 13:40

I need to use a UIPopOverController for my iPhone app ,i searched stackoverflow someone said UIPopoverController does not run on iphone iphone device WHY?.when i run on ipho

8条回答
  •  感情败类
    2020-11-27 13:47

    I ended up creating my custom tooltip/popover class.

    Can be initalised with any content view and dynamically adjusts it's frame.

    Hope it helps.

    https://github.com/akeara/AKETooltip

提交回复
热议问题