diff --git a/SwiftyDrop/Drop.swift b/SwiftyDrop/Drop.swift index c54b4f4..4ce98e5 100644 --- a/SwiftyDrop/Drop.swift +++ b/SwiftyDrop/Drop.swift @@ -63,12 +63,6 @@ public final class Drop: UIView { s.removeFromSuperview() } } - - NSNotificationCenter.defaultCenter().addObserverForName(UIDeviceOrientationDidChangeNotification, object: nil, queue: nil) { [weak self] notification in - if let s = self { - s.updateHeight() - } - } } required public init(coder aDecoder: NSCoder) {