TBEmptyDataSet icon indicating copy to clipboard operation
TBEmptyDataSet copied to clipboard

xcode9.3 the button click event can not called

Open xiaomiwang opened this issue 7 years ago • 3 comments

Hi,guy I find a problem.When I add a button on the custom uitableviewcell, the touch up inside event can not be called. After removing the TBEmptyDataSet from the tableview, the event can be called.

xiaomiwang avatar Apr 23 '18 13:04 xiaomiwang

@xiaomiwang I can't reproduce this issue. Do you have any demo?

hongxinhope avatar May 07 '18 10:05 hongxinhope

Hey @hongxinhope not sure if this is what the OP meant but it seems that if you have a button inside a custom view

func customViewForEmptyDataSet(in scrollView: UIScrollView) -> UIView? {
        return SomeCustomView()
    }

the button is not clickable

AndroidGecko avatar Jan 31 '19 09:01 AndroidGecko

@hongxinhope ok nevermind :) forgot to init with frame

AndroidGecko avatar Jan 31 '19 11:01 AndroidGecko