pkluz / PKHUD

A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8.
MIT License
3.79k stars 494 forks source link

Assertion failure [xcode 9] #171

Closed ghost closed 7 years ago

ghost commented 7 years ago

Just built project with xcode 9 and after PKHUD.sharedHUD.contentView = PKHUDProgressView() got

*** Assertion failure in -[PKHUD.FrameView _addSubview:positioned:relativeTo:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3678.13/UIVisualEffectView.m:1364

vhbit commented 7 years ago

Fixed in #172

PGLongo commented 7 years ago

Fixed via #169