Skip to content

Commit

Permalink
remove shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
emvakar committed Jul 14, 2022
1 parent 4d547c2 commit 4d79f1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/EKTabBarController/EKFloatingBarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ class EKFloatingBarView: UIView {

layer.cornerRadius = cornerRadius

layer.shadowPath = UIBezierPath(rect: bounds).cgPath
layer.shadowColor = UIColor.black.cgColor
layer.shadowOpacity = 0.1
layer.shadowOffset = .zero
layer.shadowRadius = bounds.height / 2
}

func setupStackView(_ items: [UITabBarItem]) {
Expand Down

0 comments on commit 4d79f1d

Please sign in to comment.