teodorpatras / SideMenuController

A side menu controller written in Swift for iOS
MIT License
1.16k stars 289 forks source link

Status bar underlay should be optional #63

Open markst opened 7 years ago

teodorpatras commented 7 years ago

care to elaborate?

markst commented 7 years ago

I don't wish for a horizontal, fade or slide status bar animation when revealing the side bar: image

I wish for appearance such as: image Which I can achieve by not adding the statusBarUnderlay subview. Or by adding an additional enum to the StatusBarBehaviour

public enum StatusBarBehaviour {
    case slideAnimation
    case fadeAnimation
    case horizontalPan
    case showUnderlay
    case none
douglas-srs commented 7 years ago

+1