Skip to content

How to cover Overlay on TabBar & NavigationBar #313

@arishanapalli

Description

@arishanapalli

Hi How to cover the overlay on Tabbar & NavigtaionBar too ?

 fileprivate func setOverlayView() {
    setOverlayFrame()
    overlayView.backgroundColor = overlayColor
    overlayView.alpha = 0
    overlayView.isUserInteractionEnabled = true
  }

  fileprivate func setOverlayFrame() {
    if let superview = superview {
      overlayView.frame = CGRect(
        x: 0,y: 0,
        width: superview.bounds.width,
        height: superview.bounds.height
      )
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions