Hanping Xu

5pods

ELAutoSelector

If you feel - (void)addTarget:(id)target action:(SEL)action forControlEvents:(UIControlEvents)controlEvents; is too complex to use, try ELAutoSelector. It is very easy to use:

import "ELAutoSelectorHelper.h"

... // In implementation [myButton addTarget:ELTarget action:ELAction(^(id _Nonnull _self, id _Nonnull sender) { ... // What you want to do }, self) forControlEvents:UIControlEventTouchUpInside]; ...

License: Apache 2

  • Objective C

ELPickerView

ELPickerView is an easily used Picker View suit. To use ELPickerView, only three steps (- add -show -hide) is need. ELPickerView is flexable too, there are rich document and annotation for ELPickerView.

License: MIT

  • Swift

ELTabScrollController

ELTabScrollController is an easily used Tab Scroll Controller suit. It is build with pure code without storyboard or xib, making it easy to inherate. (Drawing lines is quite boring, and may cause bugs hard to fix) ELPickerView is easy to use as well as flexable. there are rich document and annotation for ELTabScrollController.

License: NOASSERTION

  • Swift