Skip to content
This repository was archived by the owner on Jun 17, 2018. It is now read-only.

Commit 9a33c90

Browse files
author
ahirusun
committed
Fix warning error in iOS 8.1
1 parent f81be2a commit 9a33c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pod/Classes/MenuView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class MenuView: UIScrollView {
6767

6868
// MARK: - Lifecycle
6969
internal init(menuOptions: MenuViewCustomizable) {
70-
super.init(frame: .zero)
70+
super.init(frame: CGRectMake(0, 0, 0, menuOptions.height))
7171

7272
self.menuOptions = menuOptions
7373

0 commit comments

Comments
 (0)