diff --git a/FSPagerViewExamples.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/FSPagerViewExamples.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/FSPagerViewExamples.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Sources/FSPagerViewCell.swift b/Sources/FSPagerViewCell.swift index 286eb38..1a1352e 100644 --- a/Sources/FSPagerViewCell.swift +++ b/Sources/FSPagerViewCell.swift @@ -101,10 +101,6 @@ open class FSPagerViewCell: UICollectionViewCell { fileprivate func commonInit() { self.contentView.backgroundColor = UIColor.clear self.backgroundColor = UIColor.clear - self.contentView.layer.shadowColor = UIColor.black.cgColor - self.contentView.layer.shadowRadius = 5 - self.contentView.layer.shadowOpacity = 0.75 - self.contentView.layer.shadowOffset = .zero } deinit {