Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michmich/xmcircletype
XMCircleType is a UIView that allows you to display an NSString as a cicular text. Is will take font kerning into account, so no weird spacings.
https://github.com/michmich/xmcircletype
Last synced: 2 months ago
JSON representation
XMCircleType is a UIView that allows you to display an NSString as a cicular text. Is will take font kerning into account, so no weird spacings.
- Host: GitHub
- URL: https://github.com/michmich/xmcircletype
- Owner: MichMich
- License: apache-2.0
- Created: 2014-01-08T16:44:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T16:14:52.000Z (about 10 years ago)
- Last Synced: 2024-10-14T10:21:55.435Z (3 months ago)
- Language: Objective-C
- Size: 371 KB
- Stars: 92
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
**XMCircleType** was written by **[Michael Teeuw](https://twitter.com/michmich)**
## What is it?
`XMCircleTypeView` is a UIView that allows you to display an NSString as a cicular text. Is will take font kerning into account, so no weird spacings.
## So what does it look like?
![](https://raw.github.com/michmich/XMCircleType/master/Screenshots/example.png)
## Install
Download the example project and copy the XMCircleTypeView .h & .m,
or add the following to your `Podfile` and run `$ pod install`.``` ruby
pod 'XMCircleType'
```## Usage
Just add a `XMCircleTypeView` to your project, and set the desired options.
Please take a look at the example for more info.## Disclaimer
This is my fist open source Objective-C class. So be gentle. ;)
## Contributing
Forks, patches and other feedback are welcome.