ToBeDefined

5pods
Use TPreventUnrecognizedSEL can make you project prevent the unrecognized selector crash.
You just can use FastForwarding
subspec or use NormalForwarding
subspec, you can not use both them at the same time.
In podfile pod 'TPreventUnrecognizedSEL/FastForwarding'
to use FastForwarding
subspec;
In podfile pod 'TPreventUnrecognizedSEL/NormalForwarding'
to use NormalForwarding
subspec;
!!! Remember, JUST USE ONE OF THEM !!!
github : https://github.com/tobedefined/TPreventUnrecognizedSEL
License: MIT
You can use TSegmentedView create scroll page views, homepage is https://github.com/tobedefined/TSegmentedView
License: MIT