Multi-touch require two touches iOS
A was asked a question how I would go about requiring two touches on iOS. So I put together this stack. It tracks the touches in an array and when there are two, displays some extra text. Hopefully it helps those starting out with touch events.