jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

the MBProgressHUD downloaded from cocoapods is different from the MBProgressHUD downloaded from github? #345

Closed crescentstar closed 8 years ago

crescentstar commented 8 years ago

The version are also 0.9.2, but the content of the MBProgressHUD downloaded from cocoapods is different from the MBProgressHUD downloaded from github.

For example,

the content of the MBProgressHUD downloaded from github contains:

_@class MBBackgroundView;

but that code is not contained in MBProgressHUD downloaded from cocoapods.

Why?

TimAEllis commented 8 years ago

I can confirm this issue too

matej commented 8 years ago

Because the latest master does not necessary always represent the latest release. There has been ongoing work since the last cocoapods release. Checking out the 0.9.2 tag will give you the same code as currently on cocoapods.