Skip to content

Commit

Permalink
Experimented with subclass accessibility problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Lomov authored and Sergey Lomov committed Apr 24, 2017
1 parent db479ae commit 1494985
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -897,7 +897,7 @@ open class SSPLiquidRefreshView: SSPPullToRefreshView {
layer.addSublayer(compressingLayer)
}

override func layoutSubviews() {
open override func layoutSubviews() {
if !isLayersInit {
initPullLayer()
initUpdateLayer()
Expand Down

0 comments on commit 1494985

Please sign in to comment.