Add Swift Package Manager support (#352) Add Package.swift Downgrade swift-tools-version to 5.0
Add Swift Package Manager support (#352)
Add Package.swift
Downgrade swift-tools-version to 5.0
A highly customizable drop-in replacement for UISegmentedControl, used by more than 22,000 apps, including TikTok, PayPal, Imgur and Bleacher Report.
pod 'HMSegmentedControl'
Installation via Carthage is also supported..
The code below will create a segmented control with the default looks:
let segmentedControl = HMSegmentedControl(sectionTitles: [ "Trending", "News", "Library" ]) segmentedControl.frame = CGRect(x: 0, y: 0, width: 100, height: 40) segmentedControl.addTarget(self, action: #selector(segmentedControlChangedValue(segmentedControl:)), for: .valueChanged) view.addSubview(segmentedControl)
Included is a demo project showing how to fully customize HMSegmentedControl.
If you are using HMSegmentedControl in your app or know of an app that uses it, please add it to this list.
If you need help with HMSegmentedControl, or with iOS/Swift development in general, check out swiftmentor.io
HMSegmentedControl is licensed under the terms of the MIT License. Please see the LICENSE file for full details.
If this code was helpful, I would love to hear from you.
@HeshamMegidhttp://hesh.am
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
HMSegmentedControl
A highly customizable drop-in replacement for UISegmentedControl, used by more than 22,000 apps, including TikTok, PayPal, Imgur and Bleacher Report.
Features
Installation
Installation via Carthage is also supported..
Usage
The code below will create a segmented control with the default looks:
Included is a demo project showing how to fully customize HMSegmentedControl.
Possible Styles
Apps Using HMSegmentedControl
If you are using HMSegmentedControl in your app or know of an app that uses it, please add it to this list.
Need Help?
If you need help with HMSegmentedControl, or with iOS/Swift development in general, check out swiftmentor.io
License
HMSegmentedControl is licensed under the terms of the MIT License. Please see the LICENSE file for full details.
If this code was helpful, I would love to hear from you.
@HeshamMegid
http://hesh.am