Access view controller from any view Swift 5 swiftdevcenter_admin 10/10/2019 10/10/2019 No Comments on Access view controller from any view Swift 5 In order to access the view controller from any view or subview, we are going use UIResponder Extension so you only need to write just one line of code. extension… Read more »