Skip to content

Commit 91a5b2d

Browse files
committed
Remove deprecated massage
1 parent 418ba4b commit 91a5b2d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Source/BTNavigationDropdownMenu.swift

-5
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,6 @@ public class BTNavigationDropdownMenu: UIView {
197197
fatalError("init(coder:) has not been implemented")
198198
}
199199

200-
@available(*, deprecated, message="Use init(navigationController:title:items:) instead", renamed="BTNavigationDropdownMenu(navigationController: UINavigationController?, title: String, items: [AnyObject])")
201-
public convenience init(title: String, items: [AnyObject]) {
202-
self.init(navigationController: nil, title: title, items: items)
203-
}
204-
205200
public init(navigationController: UINavigationController? = nil, containerView: UIView = UIApplication.sharedApplication().keyWindow!, title: String, items: [AnyObject]) {
206201

207202
// Navigation controller

0 commit comments

Comments
 (0)