alibaba / Tangram-iOS

Tangram is a modular UI solution for building native page dynamically, including Tangram for Android, Tangram for iOS and even backend CMS. This project provides the sdk on iOS platform.
MIT License
1.86k stars 298 forks source link

如何使用 VirtualView 的 click 事件? #70

Open imkerberos opened 6 years ago

imkerberos commented 6 years ago

VirtualView 的 click 事件如何在 bus 里面处理?

HarrisonXi commented 6 years ago

http://tangram.pingguohe.net/docs/ios/handle-event

VV的回调文档如上。在VVBaseElement里面我们会处理成对应的bus事件,在对应类自己看下具体的事件就好。