Kyle Sherman

4pods

KSCardView

KSCardView is a subclass of UIView that the user can interact with. The user can perform a gesture of swiping the view up, down, left, or right. The developer can implement the delegate functions to handle when a user moves the card far enough in any one direction so that an action can be performed. Also, the developer can choose to overlay an image to hint at what action will be performed when the card is dragged in that direction fully. There is a nice rubberband animation when the card is not dragged far enough and also a rotation effect when dragged horizontally.

License: MIT

  • Objective C

LayoutTest

LayoutTest enables you to write unit tests which test the layout of a view in multiple configurations.

License: Apache-2.0

  • Objective C

LayoutTestBase

Base library for LayoutTest without XCTest dependency. LayoutTest enables you to write unit tests which test the layout of views.

License: Apache-2.0

  • Objective C

MusicNotationCore

This is a cross-platform Music Notation library. This is the core functionality. Please see MusicNotationKit for the full library with rendering and playability.

License: Custom

  • Swift