Skip to content

Commit

Permalink
Modified to swift3 code
Browse files Browse the repository at this point in the history
  • Loading branch information
krimpedance committed Oct 24, 2016
1 parent 00364d7 commit bb18315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KRProgressHUD/Classes/KRProgressHUD.swift
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ private extension KRProgressHUD {
drawView.addSubview(imageView)

case let (type, _):
drawView.hidden = false
drawView.isHidden = false

let pathLayer = CAShapeLayer()
pathLayer.frame = drawView.layer.bounds
Expand Down

0 comments on commit bb18315

Please sign in to comment.