Please add tag/key propery to EasyDialog
Opened this issue · 3 comments
danvinokour commented
This is going to be used to identify the tooltip if i want to know which one is displaying or dismissed and so on...
michaelye commented
@danvinokour Yes,I think I should add Tag for every version.Good advice.Thanks~
danvinokour commented
Hi,
just to make sure..i meant to add someting like String key;
to the EasyDialog class so when i use it and i have 10 EasyDialogs i would know who is who. like view has setTag();
michaelye commented
@danvinokour Ok,I misunderstand before,I got it now.Currently, EasyDialog only support one tooltip every time,and can not support more than one EasyDialog View at the same time.I think more than one tooltip is not often used, so I need to consider about it,Thx~