Skip to content

BalestraPatrick/BadgesGenerator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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.

About

A Swift playground to automatically generate personalized conference badges.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages