How to make a global function for push/pop decision for all viewcontrollers (vc, vc2, vc3, vc4..)

59 Views Asked by At

Can I make a global function for push/pop decision for all viewcontrollers (vc, vc2 ,vc3, vc4, ...)?

func poprootviewcontroller(view: UIView?,title: String?,f: CGRect?)->UIButton {
    return btn

like so?

0

There are 0 best solutions below