Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Our Layer subclasses are missing touch handling #41

Open
andymatuschak opened this issue Mar 5, 2015 · 1 comment
Open

Our Layer subclasses are missing touch handling #41

andymatuschak opened this issue Mar 5, 2015 · 1 comment
Labels

Comments

@andymatuschak
Copy link
Contributor

Layer's view is a special UIView subclass which has some additional features—most notably, key parts of the touchBeganHandler implementation. As a consequence, touch handling doesn't work on e.g. text layers, video layers, etc.

The Layer subclasses all use their own view subclasses. There's no multiple inheritance, so we'll need to use composition instead (i.e. make those custom views be a subview of Layer's special view), not be the layer's view.

/cc @jbrennan

@jbrennan
Copy link
Contributor

jbrennan commented Mar 5, 2015

Deuce.

@jbrennan jbrennan self-assigned this Mar 13, 2015
@jbrennan jbrennan removed their assignment Apr 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants