Steven Preston

2pods

SSCalendar

SSCalendar is a UI library that can be used to display a calendar of events within your app. This calendar library was originally built in 2013 for a project that required a calendar experience similar to the revamped Apple calendar app introduced in iOS 7. At the time, I found very few comprehensive calendar libraries and as a result decided to build one. SSCalendar provides 3 different calendar views - an annual view, monthly view and weekly/daily view. Note that this calendar is not designed as a picker but rather to display an existing set of events.

License: MIT

  • Objective C

WebView-Utilities

A library of helper functions (available through an extension to WKWebView) to manipulate the DOM within a WKWebView. Functions available: * stripAllOtherElementsFromBody - removes all except one element from HTML body. * clearHead - removes all inner HTML from the head element. * addElementToHead - adds an element to the head. * removeElement - removes an element from the DOM. * addCSS - add CSS to the document head.

License: MIT

  • Swift