I would like to know if it is possible to automatically adjust the size of a text according to the length of the words ? To prevent the text from being trimmed.
self.navigationController.navigationBar.prefersLargeTitles = true;
self.navigationItem.title = NSLocalizedString(@"Interface",nil);