JXSegmentedView
JXSegmentedView copied to clipboard
JXSegmentedListContainerViewListDelegate 警告
如果一个 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'
请问如何解决