Latest | 1.0.0 |
---|---|
Homepage | https://github.com/EizoiOS/LPSegmentDemo |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
LPSegmentDemo
不忘初心,方得始终
因为有朋友需要,并且Segment控件确实自定义的比较方便,再加上我很想给它来一个淡入淡出的效果。于是就有了 LPSegmentView
1.获取当前下标
- (void)lpSegmentView:(LPSegmentView *)lpSegment selectAtIndex:(NSInteger)index;
2.初始化 – 第一个参数是Y值 第二个是标签数组 第三个是self
- (instancetype)initWithOrginY:(CGFloat)y TitleArr:(NSArray *)titleArr delegate:(id)delegate;
3.改变下标的方法 – changeIndex
- (void)changLPSegemntViewWithIndex:(NSInteger)index;
Release
Version 1.0.0
联系 Support
- 发现问题请 Issues 我,谢谢:-)
- Email: [email protected]
- Blog: http://eizoios.com
授权 License
本项目采用 MIT license 开源,你可以利用采用该协议的代码做任何事情,只需要继续继承 MIT 协议即可。
Latest podspec
{ "name": "LPSegmentView", "version": "1.0.0", "summary": "Do not forget the beginning of the heart, the side always.", "homepage": "https://github.com/EizoiOS/LPSegmentDemo", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "LPDev": "[email protected]" }, "social_media_url": "http://eizoios.com", "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/EizoiOS/LPSegmentDemo.git", "tag": "1.0.0" }, "source_files": "LPSegmentDemo/Sections/LPSegmentView/*", "requires_arc": true }
Tue, 17 May 2016 09:02:16 +0000