Swift问题汇总~持续更新

前端之家收集整理的这篇文章主要介绍了Swift问题汇总~持续更新前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1.Type '*' does not conform to protocol '*'

Type 'CDLoginViewController' does not conform to protocol 'IBaseView'

CDLoginViewController引用了协议IBaseView,但是没有实现里面的方法,实现即可

原文链接:https://www.f2er.com/swift/322253.html

猜你在找的Swift相关文章