Tag: 面向协议
All the articles with the tag "面向协议".
-
Swift 面向协议 - 为类提供基于 Storyboard 的初始化方法
Published date:之前我们说过了运用面向协议的思想为控件添加 今天我们再来写一个基于 的初始化方法。在我的项目中,我没有将所有的 都放在一个 文件中,原因有两个:
-
闭包实现addTarget方法-面向协议编程
Published date:Swift 是一门面向协议的编程语言,为什么这么说,请看 WWDC 视频 Protocol-Oriented Programming in Swift。