Skip to content

Commit

Permalink
Organize back to top sections
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouza committed Jan 4, 2024
1 parent 47c90d1 commit 74f7344
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" width="201px">
</a>
<p>

</p>

## Accessibility
Expand All @@ -21,16 +21,12 @@

- [Capable](https://github.com/chrs1885/Capable) - Track accessibility features to improve your app for people with certain disabilities.

**[back to top](#contents)**

## Alexa

*Frameworks that help to support writing custom alexa skills in swift*

- [AlexaSkillsKit](https://github.com/choefele/AlexaSkillsKit) - Swift library to develop custom Alexa Skills.

**[back to top](#contents)**

## Analytics

*Analytics platforms, SDK's, error tracking and real-time answers about your app*
Expand All @@ -52,8 +48,6 @@
- [Sentry](https://sentry.io/) - Sentry provides self-hosted and cloud-based error monitoring that helps all software teams discover, triage, and prioritize errors in real-time.
- [Shake](https://www.shakebugs.com/) - In-app feedback and bug reporting tool. Fix app bugs up to 50x faster with detailed device data, repro steps, video recording, black box data, network requests and custom logging.

**[back to top](#contents)**

## App Routing

*Elegant URL routing, navigation frameworks, deep links and more*
Expand All @@ -80,8 +74,6 @@
- [WAAppRouting](https://github.com/Wasappli/WAAppRouting) - iOS routing done right. Handles both URL recognition and controller displaying with parsed parameters. All in one line, controller stack preserved automatically!
- [ZIKRouter](https://github.com/Zuikyo/ZIKRouter) - An interface-oriented router for discovering modules and injecting dependencies with protocol in OC & Swift, iOS & macOS. Handles route in a type safe way.

**[back to top](#contents)**

## Apple TV

*tvOS view controllers, wrappers, template managers and video players.*
Expand All @@ -97,8 +89,6 @@
- [TvOSTextViewer](https://github.com/dcordero/TvOSTextViewer) - Light and scrollable view controller for tvOS to present blocks of text
- [XCDYouTubeKit](https://github.com/0xced/XCDYouTubeKit) - YouTube video player for iOS, tvOS and macOS.

**[back to top](#contents)**

## Architecture Patterns

*Clean architecture, Viper, MVVM, Reactive... choose your weapon.*
Expand Down Expand Up @@ -2042,7 +2032,7 @@ Most of these are paid services, some have free tiers.
- [AppstoreTransition](https://github.com/appssemble/appstore-card-transition) - Simulates the appstore card animation transition.
- [DropdownTransition](https://github.com/nugmanoff/DropdownTransition) - Simple and elegant Dropdown Transition for presenting controllers from top to bottom.
- [NavigationTransitions](https://github.com/davdroman/swiftui-navigation-transitions) - Pure SwiftUI Navigation transitions.
- [LiquidSwipe](https://github.com/exyte/LiquidSwipe) - Liquid navigation animation
- [LiquidSwipe](https://github.com/exyte/LiquidSwipe) - Liquid navigation animation
- [TBIconTransitionKit](https://github.com/AlexeyBelezeko/TBIconTransitionKit) - Easy to use icon transition kit that allows to smoothly change from one shape to another.

### Alert & Action Sheet
Expand Down Expand Up @@ -2594,7 +2584,7 @@ Most of these are paid services, some have free tiers.
- [DiffableDataSources](https://github.com/ra1028/DiffableDataSources) - A library for backporting UITableView/UICollectionViewDiffableDataSource.
- [StableCollectionViewLayout](https://github.com/aimalygin/StableCollectionViewLayout) - This layout adjusts a content offset if the collection view is updated. You can insert, delete or reload items and StableCollectionViewLayout will take care of the content offset.
- [IQListKit](https://github.com/hackiftekhar/IQListKit) - Model driven UITableView/UICollectionView.
-
-
#### Expandable Cell

- [folding-cell](https://github.com/Ramotion/folding-cell) - FoldingCell is an expanding content cell inspired by folding paper material
Expand Down

0 comments on commit 74f7344

Please sign in to comment.