<div dir="ltr">This is my first time posting anything in the evolution forum or the users forum, so I apologize if this isn&#39;t how we are supposed to do things.<div><br></div><div>PROPOSAL</div><div><br></div><div>My idea is to add a property observer in an extension.</div><div><br></div><div>MOTIVATION</div><div><br></div><div>This would make it so we can get rid of selectors.  It&#39;s my understanding the selectors are &quot;Objective-C&quot;.</div><div><br></div><div>PROPOSED SOLUTION</div><div><br></div><div><div>   extension UIGestureRecognizer {</div><div>      self.state {</div><div>         didSet {</div><div>            self.handleStateChange()</div><div>         }</div><div>      }</div><div>   }</div></div><div><br></div><div><br></div></div>