Added TODO

This commit is contained in:
Krishna Kishore Bandaru 2024-02-14 00:47:28 +05:30
parent 347528a280
commit c98b103092

View File

@ -291,6 +291,8 @@ open class Notification: View {
//labels //labels
titleLabel.textColorConfiguration = textColorConfiguration.eraseToAnyColorable() titleLabel.textColorConfiguration = textColorConfiguration.eraseToAnyColorable()
subTitleLabel.textColorConfiguration = textColorConfiguration.eraseToAnyColorable() subTitleLabel.textColorConfiguration = textColorConfiguration.eraseToAnyColorable()
//TODO: Need to add setup animation for displaying the Notification view for iOS.
} }
/// Resets to default settings. /// Resets to default settings.