oscarimonbox
4/10/2019 - 3:10 PM

0UIControl hacer clicable cualquier componente

1) definir como class UIControl
  
2) definir rutina de clic, por ejemplo
    @IBAction func onPicturePressed(_ sender: Any) {
    
    }
    
3) enlazar el evento touch up inside a esa rutina por storyboard