Is there any way to get class name of parent VC in present (child) UIViewController? My \'child\' VC (push) has two \'parent\'UIViewControllers, so I w
UIViewController
Simply use view.parentViewController and eventually its title property.
view.parentViewController
title