Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 741 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 741 Bytes

ButtonWithLoader

Alt Loader

Simply add UIActivityIndicator in your UIButton. Add SHLoaderButton .h .m file into your project

set your button class

    SHLoaderButton

Decelar property

       @property (weak, nonatomic) IBOutlet SHLoaderButton *btnActionLoader;

When you click button loader will automatically start animation .

To stop loader

        self.btnActionLoader.stopLoader = YES;

You can change size of loader by

          self.btnActionLoader.indicatorViewStyle = UIActivityIndicatorViewStyleGray;

You can change size of loader color from interface builder