jessesquires / BButton

Twitter Bootstrap buttons for iOS

Home Page:http://cocoadocs.org/docsets/BButton/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a loading state with UIActivityIndicator

trevorgehman opened this issue · comments

I would love the ability to easily set a state on a button of "loading" and have it show a UIActivityIndicator in lieu of the button text.

self.loginButton.shouldShowLoading = YES;

Hey @trevorgehman -- that's interesting. Not sure how this fits into this repo, exactly. Sounds like it might be specific to your use-case.

You should be able to subclass BButton and implement this. However, if you run into issues, let me know.

I'm always happy to accept PRs :)

You're right -- I'll just subclass it! Thanks!