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

Commit 5310eba

Browse files
authored
Merge pull request #245 from ahirusun/master
Fix warning error in iOS 8.1
2 parents f81be2a + 9a33c90 commit 5310eba

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)