如何在所有较低版本的iPad中使用uipopoverBackgroundView类

时间:2012-06-06 11:56:17

标签: ipad ios5

我在项目中使用 popoverBackgroundViewClass 。如果从iOS5进行构建,那么构建在iPad3中运行良好,但它在iPad2中崩溃了。我该怎么做才能在所有较低版本的iPad中执行iOS5版本

    if (version >= 5.0)
{

    pc.popoverBackgroundViewClass = [KSCustomPopoverBackgroundView class];

}

// PC ------> UIPopOverCotroller //

1 个答案:

答案 0 :(得分:1)

我也解决了同样的问题。当你从iOS5进行构建时,你应该确保

     iOS Deployment Target iOS 3.1
     ** Compiler for C/C++/Objective-C LLVM GCC 4.2**