TestsTested | ✗ |
LangLanguage | MUMPSMUMPS |
License | Custom |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
A collection of objective-c IOS utilities written by the development team behind TumbleOn.
These utility classes were created for TumbleOn, our Tumblr client for iPad and iPhone.
You can easily include these utilities within your own project by downloading this repo, adding the files to your IOS project, and adding the following line to your project:
#import "TumbleOn-Utils.h"
Many of the utility classes have examples of usage in comments, and several have associated example implementation classes.
We highly recommend these great IOS libraries:
If you have any questions, comments, kudos, criticisms about any of the scripts, e-mail us.
All code in this library uses Automatic Reference Counting (ARC), which is available (and preferred) in IOS5+.
All scripts are licensed with the Apache license, which is a great license because, essentially it:
Other great licensing options for your own code: the BSD License, or the MIT License.
Here's the license:
Copyright (c) 2012, Pocket Sized Giraffe, LLC. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied.