From b980ac081c42d9f7794b0ecf78e5ceb720c41755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20Akg=C3=BCl?= <57355321+cihannakgul@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:48:21 +0300 Subject: [PATCH] Add segmentio menu library (#1817) --- README.md | 3 ++- contents.json | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b143962..60ab85e3 100644 --- a/README.md +++ b/README.md @@ -1485,6 +1485,7 @@ In parternship with: * [SwipeMenuViewController](https://github.com/yysskk/SwipeMenuViewController) - Swipable tab and menu View and ViewController. * [XLPagerTabStrip](https://github.com/xmartlabs/XLPagerTabStrip) - Android PagerTabStrip for iOS. * [YNDropDownMenu](https://github.com/younatics/YNDropDownMenu) - Adorable iOS drop down menu. +* [SegmentIO](https://github.com/Yalantis/Segmentio) - Animated top/bottom segmented menu for iOS #### Pagination [back to top](#readme) @@ -1779,4 +1780,4 @@ In parternship with: ### Contributing -Please take a quick look at the [contribution guidelines](.github/CONTRIBUTING.md) first. If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you to all [contributors](https://github.com/matteocrippa/awesome-swift/graphs/contributors); you rock!! \ No newline at end of file +Please take a quick look at the [contribution guidelines](.github/CONTRIBUTING.md) first. If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you to all [contributors](https://github.com/matteocrippa/awesome-swift/graphs/contributors); you rock!! diff --git a/contents.json b/contents.json index 1f186408..faea9026 100644 --- a/contents.json +++ b/contents.json @@ -4001,6 +4001,12 @@ "description": "An easy to use and setup floating view for your app.", "homepage": "https://github.com/hemangshah/HHFloatingView" }, + { + "title": "SegmentIO", + "category": "menu", + "description": "Animated top/bottom segmented menu for iOS.", + "homepage": "https://github.com/Yalantis/Segmentio" + }, { "title": "KWDrawerController", "category": "menu",