tab(forIdentifier:)
Returns the tab matching the specified identifier in the tab bar controller’s tabs. Returns nil if no tab is found matching the identifier.
Declaration
func tab(forIdentifier identifier: String) -> UITab?Returns the tab matching the specified identifier in the tab bar controller’s tabs. Returns nil if no tab is found matching the identifier.
func tab(forIdentifier identifier: String) -> UITab?