Call another view using delegates

前端 未结 0 692
花落未央
花落未央 2021-01-16 13:12

I have my own Button control, very similar to swift 5.

My protocol:

public protocol RoundedButtonDelegate {
    func click(button:RoundedButton)
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题