Why the UIView extension doesn't work using combine?

36 views Asked by At

My Problem :

When I use UIView extension about Combine, It doesn't work. But use TabGesture extension, it works. I don`t know why..

UIGestureRecognizer file enter image description here enter image description here enter image description here

When I do this, the publisher doesn't work. But, If I do this(change tabPublisher -> tapPublisher()), the code works. I don't know why..! enter image description here

0

There are 0 answers