DLRadioButton

3pods

DLRadioButton

A highly customizable Radio Button for iOS.

  • Buttons are drew by UIBezierPath, customize it however you want.
  • You can also use pictures to indicate buttons' selection state.

License: MIT

  • Objective C

UIViewController+Dismissable

Use it by including head file and adding [self.view.window addGestureRecognizer:self.tapBehindGesture]; in viewDidAppear: [self.view.window removeGestureRecognizer:self.tapBehindGesture]; in viewWillDisappear:

License: MIT

  • Objective C

UIViewController+Dismissible

Use it by including head file and adding [self.view.window addGestureRecognizer:self.tapBehindGesture]; in viewDidAppear: [self.view.window removeGestureRecognizer:self.tapBehindGesture]; in viewWillDisappear:

License: MIT

  • Objective C