GitXplorerGitXplorer
d

DAReloadActivity

public
171 stars
26 forks
0 issues

Commits

List of commits on branch master.
Unverified
88a133c6285f7a17cdcec28c7ba6a7b5a30ef0f8

README changes

ddanielamitay committed 12 years ago
Unverified
0efcc8375b36a76cd4a3528ae7dac4bc1793c482

Change animating property

ddanielamitay committed 12 years ago
Unverified
b46f32bf8d2330570de358cc712454942ced440f

Remove unnecessary resource

ddanielamitay committed 12 years ago
Unverified
1a00d95c326705a262332cc807a569f4626c3340

Setup changes

ddanielamitay committed 12 years ago
Unverified
093ee16f8d9509ca689709216b35617735edee30

Bracket style changes

ddanielamitay committed 12 years ago
Unverified
85828972fe966ec9a405ebbe7cba9288b661fe97

Remove unnecessary code/comments

ddanielamitay committed 12 years ago

README

The README file for this repository.

DAReloadActivity

DAReloadActivity is a UIButton subclass (with a refresh arrow by default) with UIActivityIndicatorView properties.

It was built to be an imitation of Path's cover refresh button.

View the included example project for a demonstration.

Installation

To use DAReloadActivity:

  • Copy over the DAReloadActivity folder to your project folder.
  • Make sure that your project includes the QuartzCore.framework.
  • Allocate, Initialize. Optional - Customize.

Usage

Wherever you want to use DAReloadActivity, import the appropriate header file and initialize as follows:

#import "DAReloadActivityButton.h"

Initialize either via code or Interface Builder.

Notes

Automatic Reference Counting (ARC) support

DAReloadActivity was made with ARC enabled by default.

Contact

If you use/enjoy DAReloadActivity, let me know!

License

MIT License

Copyright (c) 2013 Daniel Amitay (http://www.danielamitay.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.