Custom anonymous closure navigation back button inside of UiView() – Ios swift
I have a question, how is it possible to implement the creation of a custom back navigation button inside an UIView(). I have a main controller which contains a collectionView, clicking on any cell goes to a second controller which…