Closed xissburg closed 9 years ago
How is the new usage? I guess its something like PKHUD.sharedHUD.something.something
?
If it helps someone:
The README now says this:
var contentView = HUDContentView.ProgressView()
HUDController.sharedController.contentView = contentView
HUDController.sharedController.show()
And the way to achieve that today is this:
var contentView = PKHUDProgressView()
PKHUD.sharedHUD.contentView = contentView
PKHUD.sharedHUD.show()
So, for the rest of the examples: you get the idea.
Thx @germanger for the hint, was just a lil bit confused. To save devs sanity an upgrade of the readme would be very appreciated!
add cocoapods readme
:+1:
+1
Resolved as of 2.2.1
The API changed and the README still reflects the old API usage.