Skip to content

Commit

Permalink
remove clipsToBounds
Browse files Browse the repository at this point in the history
  • Loading branch information
smolskyaleksey committed Jul 10, 2018
1 parent 5864fca commit 29ae520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PKHUD/CustomFrameView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ internal class CustomFrameView: UIView {
set {
_content.removeFromSuperview()
_content = newValue
_content.clipsToBounds = true
_content.contentMode = .center
frame.size = _content.bounds.size
self.addSubview(_content)
Expand Down

0 comments on commit 29ae520

Please sign in to comment.