这是我写的协议:
protocol CQCollectCellDelegate { /** cell上的分享按钮点击时回调 */ func tableViewCell(tableViewCell: CQCollectCell, didClickShareButton shareButton: UIButton)}
我这种命名规范吗?
我是参照的官方的写法:
override func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath)
swift的编码规范我还没有研究。你们如果有比较好的关于swift编码规范的文档希望可以分享一下。?