TFPopup icon indicating copy to clipboard operation
TFPopup copied to clipboard

想问下点击背景让弹框消失之后的事件怎么拿到?想把这个回调出去。

Open lovelinxue opened this issue 2 years ago • 1 comments

lovelinxue avatar Nov 03 '21 02:11 lovelinxue

有一个落下的通知。 [self.carTypesSelctView tf_observerDelegateProcess:^(UIView *pop, DelegateProcess pro) { if (pro == DelegateProcessHideAnimationDidFinish) {

    }
 
}];

wudeliang avatar Jan 18 '22 07:01 wudeliang