【问题标题】:iphone: Paint/Draw with All touches?iphone:使用所有触摸进行绘画/绘图?
【发布时间】:2011-07-06 08:26:03
【问题描述】:

如何同时用 4 个手指绘画。我需要 UI 来交互并响应所有触摸。

我见过大多数应用程序,例如 GLPaint 以及更多只响应 1 次触摸的绘画应用程序。

任何人都知道我怎样才能用所有的触摸来绘画?

【问题讨论】:

    标签: iphone cocoa-touch core-graphics paint uitouch


    【解决方案1】:

    我认为你可以使用UIPanGestureRecognizer

    UIPanGestureRecognizer is a concrete subclass of UIGestureRecognizer that looks for panning (dragging) gestures.The user must be pressing one or more fingers on a view while they pan it.
    

    使用:

    multipleTouchEnabled = YES;
    delaysTouchesBegan = YES;
    

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-02-09
    • 1970-01-01
    相关资源
    最近更新 更多