CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

Jordan Lewis

10pods

JLDataTools

A handy class written for manipulating data and saving it. Helps with saving time on not having to write standard code that might be needed in many applications.

License: CC

  • Objective C

JLDualCircularProgressView

This is a subclass of UIView and written to be able to display two circular progress views one inside the other to save space on the screen. It also looks pretty cool. This project uses another library DACircularProgress for the progress wheels.

License: CC

  • Objective C

JLJoystick

A handy UIView subclass Joystick, which moves in a perfect circle unlike others which move inside a square. It updates an ANGLE property which you can check in on, or subscribe to its delegate and be notified when the joystick is moved.

License: CC

  • Objective C

JLPDFGenerator

JLPDFGenerator was written due to the lack of libraries for writing custom PDFs in app simply. Easily generate and write PDFs with a few lines of easily understandable code.

License: CC

  • Objective C

JLSimpleButton

JLSimpleButton was written to take up the bottom of the screen to be used for simple tasks such as starting a game or beginning a form. This works well with bright but not too vibrant.

License: CC

  • Objective C

JLSystemDistributor

A super handy singleton class for distributing data around classes. Easily access the data stored in the class with a single line of code. Adding data containers is super easy too.

License: CC

  • Objective C

JLThemeHelper

This was written to make color theming super easy in apps by simply providing a main color, you get access to several shades of that color for use in the app.

License: CC

  • Swift

JLWeather

One of the easiest ways to fetch reliable weather data from the Open Weather Map.

License: CC

  • Objective C

JLWeatherPicker

This was written for getting valid weather conditions from the user without checking if the input was valid. Super easy to implement and to add your own conditions.

License: CC

  • Objective C

JLYearPicker

This was written to make getting a year within a set range easy. No more checking if what the user enters is even valid. Simply returns an int with the year.

License: CC

  • Objective C