SwipeTabController

Swift Package That Gives iOS Tabs Like Android (by LittleGreenViper)

SwipeTabController Alternatives

Similar projects and alternatives to SwipeTabController

  1. flyctl

    Command line tools for fly.io services

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. ollama

    Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.

  4. Electron

    :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

  5. aider

    aider is AI pair programming in your terminal

  6. vim-lsp

    async language server protocol plugin for vim and neovim

  7. litefs

    FUSE-based file system for replicating SQLite databases across a cluster of machines

  8. windsurf.vim

    Free, ultrafast Copilot alternative for Vim and Neovim

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. tagbar

    Vim plugin that displays tags in a window, ordered by scope

  11. workers-oauth-provider

    OAuth provider library for Cloudflare Workers

  12. govim

    govim is a Go development plugin for Vim8, written in Go

  13. gopool

    GoPool is a high-performance, feature-rich, and easy-to-use worker pool library for Golang.

  14. corrosion

    Gossip-based service discovery (and more) for large distributed systems. (by superfly)

  15. audio2anki

    Convert MP3 files and their Whisper-generated subtitles to Anki flashcards. No SRT file necessary!

  16. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better SwipeTabController alternative or higher similarity.

SwipeTabController discussion

Log in or Post with

SwipeTabController reviews and mentions

Posts with mentions or reviews of SwipeTabController. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-06-02.
  • The Rise of Judgement over Technical Skill
    1 project | news.ycombinator.com | 3 Jun 2025
    I remember reading a rather silly fantasy book, back in the '90s.

    It was obviously written by a UNIX guy, and it featured a software geek that gets transported into a realm where magic works.

    He then started to build a foundation of spells, even giving them UNIX names like "Grep," and "Sed."

    It was all about how he built a powerful magic system, from scratch, starting with basic components, and combing them, into more ambitious components, and so on.

    Most of my published work is components; usually, Swift Package Manager packages. Each one is carefully written and documented, then tested like crazy. It means that I can leverage them, without a second thought, as to Quality, or features.

    Here's what I'm working on, now[0]. It still has a long way to go, but it's coming along nicely. It's a "swipeable" tab bar controller, so that iOS apps can behave like Android apps. I have been doing this by hand, in many of my latest apps, and I thought that it was a good candidate for commoditization.

    I'll spend a lot of time, testing and documenting it, so it will be a "drop in" module that I'll be able to use for future apps.

    [0] https://github.com/LittleGreenViper/SwipeTabController

  • My AI Skeptic Friends Are All Nuts
    15 projects | news.ycombinator.com | 2 Jun 2025
    Well, the old Java model, where you have dozens of small files, for even the simplest applications, may be better for humans, but it's difficult to feed that to an LLM prompt. With the way I work, I can literally copy and paste. My files aren't so big, that they choke the server, but they are big enough to encompass the whole domain.

    Judge for yourself.

    Here's the file I am working on: [0].

    The issue was in this initializer: [1]. In particular, this line was missing: [2]. I had switched to using a UIButton as a custom view, so the callback only got the button, instead of the container UIBarButtonItem. I needed to propagate the tag into the button.

    [0] https://github.com/LittleGreenViper/SwipeTabController/blob/...

    [1] https://github.com/LittleGreenViper/SwipeTabController/blob/...

    [2] https://github.com/LittleGreenViper/SwipeTabController/blob/...

Stats

Basic SwipeTabController repo stats
2
1
7.1
14 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Swift is
the 15th most popular programming language
based on number of references?