diff --git a/VDS/Components/Notification/Notification.swift b/VDS/Components/Notification/Notification.swift index 6e63a8aa..f24d2bd6 100644 --- a/VDS/Components/Notification/Notification.swift +++ b/VDS/Components/Notification/Notification.swift @@ -291,6 +291,8 @@ open class Notification: View { //labels titleLabel.textColorConfiguration = textColorConfiguration.eraseToAnyColorable() subTitleLabel.textColorConfiguration = textColorConfiguration.eraseToAnyColorable() + + //TODO: Need to add setup animation for displaying the Notification view for iOS. } /// Resets to default settings.