Всякий раз, когда я щелкаю этот UIBarButtonItem, у которого есть заголовок Unicode для отображения символа Cog, он изменяет размер и становится меньше. Вот код:
let settings = UIBarButtonItem(title: NSString(string: "\u{2699}\u{0000FE0E}") as String, style: .plain, target: self, action: #selector(show_settings))
let font = UIFont.systemFont(ofSize: 28)
let attributes = [NSAttributedStringKey.font : font]
settings.setTitleTextAttributes(attributes, for: .normal)
Вот как это выглядит, когда я нажимаю на него: