Quel est l'équivalent de Notification.Name
pour NSCurrentLocaleDidChangeNotification
?
Réponse
Trop de publicités?Selon la référence NSLocale
, il existe
class let currentLocaleDidChangeNotification: NSNotification.Name
// Notification that indicates that the user’s locale changed.
que vous pouvez utiliser comme
let notification = NSLocale.currentLocaleDidChangeNotification