-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
同一个界面有两个collectionView的时候回出错 #89
Comments
搭个车... |
有代码 或者 截图吗 |
我也是遇到了同样的情况 import UIKit class VKHomeViewCtrl: VKBaseViewCtrl {
} //MARK: - UICollectionViewDataSource,UICollectionViewDelegate
} extension VKHomeViewCtrl:TYCyclePagerViewDataSource,TYCyclePagerViewDelegate{
} |
在collectionView中添加这个控件的时候回出现 代理错乱的情况 希望作者及时发现调整
The text was updated successfully, but these errors were encountered: