如何设置MNColorPicker的框架?

时间:2013-03-05 09:33:24

标签: iphone ipad frame uipopovercontroller color-picker

我在我的通用iOS应用程序中使用MNColorPicker。我在iPad中的UIPopoverController中呈现它并且工作正常。

现在我需要在iPhone中实现类似功能,但由于iPhone不支持UIPopoverController,我使用第三方弹出窗口,如控件CMPopTipView。母鸡我没有手动设置MNColorPicker的大小就提供弹出,然后它被正确显示但是弹出的大小对于iPhone来说变得非常大,当我尝试改变MNColorPicker的大小时,它没有正确显示。贝娄是相同的屏幕截图。

Improper pop over

请给我一些指示,告诉我如何调整MNColorPicker的大小,以便它可以在CMPopTipView中正确显示

2 个答案:

答案 0 :(得分:0)

您可以使用iPhone的BFColorPickerPopover控件。

答案 1 :(得分:0)

我改变了函数

中给出的帧
- (void)_layoutViewsForInterfaceOrientation: (UIInterfaceOrientation)interfaceOrientation

在MNColorPicker类中,它可以工作。