Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 968 Bytes

File metadata and controls

37 lines (31 loc) · 968 Bytes

UserInterfaceComponents

A repository of UI components to extend the UIKit

CopyableLabel

A UILabel that displays a UIMenuController to copy when touched

GBCircularProgressView

A customizable round progress view. You can set:

  • Color of the track
  • Color of the progress
  • Track width

GBCollectionViewPagingView

A customizable paging indicator You can set:

  • active page indicator color
  • inactive page indicator color
  • indicator height
  • indicator spacing

Rounded2StatesButton

A customizable switch with the design of a button You can set:

  • title
  • active image
  • inactive image
  • position of the image regarding the title
  • active button color
  • inactive button color
  • corner radius

ScrollableViewController

A viewController that displays a pager of viewcontrollers with an onBoarding animation

ScrollViewTouches

A scroll view that calls a completionHandler when the user touch the screen inside the containerView but outside the editableFrame