Open sources list that I created or contiributed

  • DGAlertView
    • A simple custom popup dialog view for iOS written in Swift. Replaces UIAlertController alert style.
  • DGLabelSize
    • Functions that calculate the size of uilabel based on different string lengths.
  • DGBottomSheet
    • The lightest swift bottom sheet library
  • DGZoomableImageView
    • A zoomable, pan-able image view
  • DGCropImage
    • A photo cropping tool which mimics Photo.app written by Swift.
  • DGSnackBar
    • Functional SnackBar that responds to the keyboard and shows a message at the bottom of the screen.
  • DGFadingLabel
    • A custom UILabel that fades away the end of your text when text is too large to fit within the label’s frame.
  • And
    • Syntactic sugar for Swift initializers
  • DGLoading
    • A loading view that is shown at center of the current view.
  • DGCarouselFlowLayout
    • A carousel flow layout for UICollectionView on iOS.
  • DGPlaceholderTextView
    • A light-weight UITextView that supports for placeholder.
  • DGDynamicHeightTableView
    • UITableView that supports auto calculated height by contents size.
  • DGCardScanner
    • A credit card scanner for iOS written in Swift
Read More