JXSegmentedView icon indicating copy to clipboard operation
JXSegmentedView copied to clipboard

JXSegmentedListContainerViewListDelegate 警告

Open uclort opened this issue 1 year ago • 0 comments

如果一个 VC 同时实现 JXSegmentedListContainerViewListDelegate 和 JXPagingViewListViewDelegate 两个代理,JXSegmentedListContainerViewListDelegate 会触发警告

Non-'@objc' method 'listDidAppear()' does not satisfy optional requirement of '@objc' protocol 'JXSegmentedListContainerViewListDelegate'
Non-'@objc' method 'listDidDisappear()' does not satisfy optional requirement of '@objc' protocol 'JXSegmentedListContainerViewListDelegate'
Non-'@objc' method 'listWillAppear()' does not satisfy optional requirement of '@objc' protocol 'JXSegmentedListContainerViewListDelegate'
Non-'@objc' method 'listWillDisappear()' does not satisfy optional requirement of '@objc' protocol 'JXSegmentedListContainerViewListDelegate'

请问如何解决

uclort avatar May 29 '23 09:05 uclort