three20 and iOS 6 not working

前端 未结 1 1514
闹比i
闹比i 2021-02-08 16:01

I was just trying out a project of mine which had Three20 in it and it seems that it doesn\'t compile/gives me build error. Seems like it\'s because some of the UITouch interfac

相关标签:
1条回答
  • 2021-02-08 16:08

    This patch on GitHub seems like it fixes this problem when using Three20 under iOS 6.

    Basically the patch is to update src/Three20UI/Headers/UIViewAdditions.h and src/Three20UI/Headers/UIViewAdditions.m and change all references of

    #ifdef DEBUG
    

    to this:

    #ifdef DEBUG_TOUCHES
    
    0 讨论(0)
提交回复
热议问题