9.0.6
- Add
UIView
associated type toEvent
, e.g.willShow(UIView)
so that event listeners can inspect the view. - Add
Event.id: String?
property so that event listeners can reason about the view's ID.
UIView
associated type to Event
, e.g. willShow(UIView)
so that event listeners can inspect the view.Event.id: String?
property so that event listeners can reason about the view's ID.