Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Don't anymore create a message label when we use a custom view #28

Merged
merged 1 commit into from
Oct 31, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions RZNotificationView/RZNotificationView/RZNotificationView.m
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,6 @@ - (id) initWithFrame:(CGRect)frame icon:(RZNotificationIcon)icon anchor:(RZNotif
[self addSubview:_anchorView];
}

// Initialize the text label
[self addTextLabelIfNeeded];

// Observe device orientation changes
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(deviceOrientationDidChange:) name:UIDeviceOrientationDidChangeNotification object:nil];

Expand Down