Is it true to say that a Layer , with regards to Touches , covers the whole screen , regardless of its contentSize ?
ie. touches are still 'caught' by the layer if the touch happens 'outside' of its contentSize and its upto the touch handlers in the layer to figure out if the touch is for the layer (ie. within its contentsize ) .