From c98b103092dc1e25b158cbea84a8cf090270105d Mon Sep 17 00:00:00 2001 From: Krishna Kishore Bandaru Date: Wed, 14 Feb 2024 00:47:28 +0530 Subject: [PATCH] Added TODO --- VDS/Components/Notification/Notification.swift | 2 ++ 1 file changed, 2 insertions(+) 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.