Skip to content

Conversation

@obyrnesean
Copy link

…an extension.

Recently worked on a project that had an old version (0.2.3) of MMProgressHUD. Upon updating to the latest version (0.3.1) of MMProgressHUD, the project no longer compiled because MMProgressHUD contains a number of UIApplication methods which you cannot use if your project contains an extension. After doing a bit of research, I took a page from the AFNetworking team and added attributes to the offending methods which now allows MMProgressHUD to successfully compile.

Please consider using my update for those who might be running into similar issues.

@larsacus
Copy link
Contributor

Looks good to me. I'll get it in and rev the pod sometime this weekend.

larsacus added a commit that referenced this pull request Sep 19, 2015
Added attributes to allow MMProgressHUD to compile when app contains …
@larsacus larsacus merged commit fc5a61f into mutualmobile:master Sep 19, 2015
@larsacus
Copy link
Contributor

@obyrnesean I've published pod 0.3.2 which includes this change. Let me know if anything surprising happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants