Which event should I use in Landing Page (Home) so that it won't show up when navigating to other VC?
问题 I have a view controller named HomeVC which acts as a center page to navigate to targeted view controllers based on conditions. HomeVC is the Landing Page or main page. In HomeVC , I have some UIControl s like calendars and others. Problem: The HomeVC shows up a brief second before navigating to VC2 when the condition is met. Requirements: How not to show HomeVC when condition is met when navigating to another UIViewController ? Update: Requirements - not showing the UiControls on HomeVC Here