You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to set custom height of my .xib view for notification, but it's still covering whole navigation bar. It's not even stopping at breakpoints when view is loaded.
I've changed the notification bar height using "notificationLabelHeight" property from CWStatusBarNotification.
A little bit late, but hope this helps.
I have been trying to set custom height of my .xib view for notification, but it's still covering whole navigation bar. It's not even stopping at breakpoints when view is loaded.
I set those in my viewDidLoad method:
self.window = [CWWindowContainer new];
self.window.notificationHeight = 40.0f;
Any suggestions what am I doing wrong?
The text was updated successfully, but these errors were encountered: