Skip to content

Commit

Permalink
feat: update swift demo
Browse files Browse the repository at this point in the history
  • Loading branch information
HeathWang committed Sep 11, 2019
1 parent 8ce2317 commit ce11491
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions SwiftDemo/ControllerExample/Group/GroupStackedController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,7 @@ extension GroupDetailViewController {
override func longFormHeight() -> PanModalHeight {
return PanModalHeight(type: .topInset, height: 250)
}

override func backgroundBlurColor() -> UIColor {
return .white
}

override func backgroundBlurRadius() -> CGFloat {
return 15
}


override func anchorModalToLongForm() -> Bool {
return false
}
Expand Down

0 comments on commit ce11491

Please sign in to comment.