项目作者: BalestraPatrick

项目描述 :
A Swift playground to automatically generate personalized conference badges.
高级语言: Swift
项目地址: git://github.com/BalestraPatrick/BadgesGenerator.git
创建时间: 2017-03-29T12:04:55Z
项目社区:https://github.com/BalestraPatrick/BadgesGenerator

开源协议:MIT License

下载


App Builders Badge Generator

After manually designing hundreds of personalized badges for App Builders 2016 and The Swift Alps, I knew I had to find a faster way.

This playground takes care of rendering all personalized badges using the new UIGraphicsRenderer API available in iOS 10. Just provide your own JSON file with the parameters that you want to customize such as first name, last name, company name, twitter name and country of birth.

The playground will generate the JPG images in the directory of the Playground (which is logged in the debbuger for your convenience).

Usage

Feel free to use the code for your own conference bagdes generation. Modify the attendees.json with your attendees data.
If you want to add or remove fields from the badge, modify the struct Attendee. To modify the design of the badge, check out the Rendering class.
You can also import a custom font to use in your drawing context.

Let me know if you used this project for your own event, I’d love to hear from you!

Author

I’m Patrick Balestra.
Email: me@patrickbalestra.com
Twitter: @BalestraPatrick.

License

BadgesGenerator is available under the MIT license. See the LICENSE file for more info.