Centrer l'image NSTextAttachment à côté de UILabel d'une seule ligne

Je voudrais ajouter une NSTextAttachmentimage à ma chaîne attribuée et la centrer verticalement. J'ai utilisé le code suivant pour créer ma chaîne: NSMutableAttributedString *str = [[NSMutableAttributedString alloc] initWithString:DDLocalizedString(@"title.upcomingHotspots") attributes:attrs];...