iOS自定义SegmentedControl 控件

2017-08-19  本文已影响34人  天天有写不完的代码

GitHub 地址: https://github.com/mengtian-li/MTSegmentedControl

README

MTSegmentedControl

Overview

MTSegmentedControl is a UIView widget imitate from CocoaTouch's SegmentedControl.

imageimage

MTSegmentedControl can Customize segmented border widht border cornerRadius selected color unselected color and so on, which System's Control can't satisfy you

Useage

    MTSegmentedControl *segmentControl = [[MTSegmentedControl alloc] initWithItem:@[@"你好",@"再见哇",@"萨瓦迪卡"]];
    segmentControl.frame = CGRectMake(0, 100, 250, 40);

License

MIT. See LICENSE for details.

上一篇 下一篇

猜你喜欢

热点阅读