Hu YuHua

5pods

DarkEggKit

License: MIT

DZ_UIKit

0.2.4 Add DZStepper, which can be used in both code or storyboard.

License: MIT

  • Swift

DZFiveStarBar

  • How to use
  • coding let starbar = DZStarBar.starBarAt(CGPoint(x: 20, y: 50), Height: 40, StarCount: 5); starbar.addTarget(self, action: #selector(ViewController.onStarBarChanged), for: UIControlEvents.valueChanged); starbar.currentValue = 1; starbar.displayOnly = false; starbar.canHalf = true; self.view.addSubview(starbar);

  • or use storyboard

License: MIT

  • Swift

DZPopupMessageView

Popup Message View with queue * How to use DZPopupMessageView.showPopupMessage(<Message String>, inView: <In View>, DisappearAfter: <Disappear After x.x seconds>, Callback: <Callback Function>)

License: MIT

  • Swift