Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doukasd/iOS-Components
Misc components for the iOS. Just random stuff really but hopefully useful.
https://github.com/doukasd/iOS-Components
Last synced: 2 months ago
JSON representation
Misc components for the iOS. Just random stuff really but hopefully useful.
- Host: GitHub
- URL: https://github.com/doukasd/iOS-Components
- Owner: doukasd
- Created: 2011-04-18T00:54:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-17T21:32:46.000Z (about 12 years ago)
- Last Synced: 2024-10-18T19:28:55.374Z (3 months ago)
- Language: Objective-C
- Homepage: http://dev.doukasd.com
- Size: 2.17 MB
- Stars: 246
- Watchers: 25
- Forks: 63
- Open Issues: 5
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - iOS-Components - Misc components for the iOS. Just random stuff really but hopefully useful. (etc)
- awesome - iOS-Components - Misc components for the iOS. Just random stuff really but hopefully useful. (etc)
README
Various iOS Components and Utility Classes
CONTENTS
Controls
- DialController: an infinite* spinning dial, populated with strings.
- DoubleSlider: a UIControl like a UISlider, with 2 handles, useful for selecting a range of values.
Views
- StyleLabel: a label that can be colored with a vertical gradient and have a stroke and shadow.
- Tally Label: A drop-in replacement (and subclass of) UILabel that counts up/down to a number animated. Useful for scores in games that have to tally up. You can set the format needed even using the default text of the label if it's created in IB (for example "%08d points") and it will respect that when showing the text. Just pass it the int you want displayed, using the normal UILabel method -setText:.
Utilities
- DDURLParser: Parses Parameters in URLs.LICENSE
The content of this repository is licensed under the terms of the Apache License, Version 2.0.
In other words, do what you want with it and feel free to send me a link so that I feel useful.