Open Source Swift User Interface (UI) Software - Page 6

Swift User Interface (UI) Software

View 121 business solutions

Browse free open source Swift User Interface (UI) Software and projects below. Use the toggles on the left to filter open source Swift User Interface (UI) Software by OS, license, language, programming language, and project status.

  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    TextFieldEffects

    TextFieldEffects

    Custom UITextFields effects inspired by Codrops

    Text inputs effects recreated using Swift (some of them have a personal touch). The easiest way to install this framework is to drag and drop the TextFieldEffects/TextFieldEffects folder into your project. This also prevents the frameworks problem in iOS where the IBInspectable and IBDesignable are stripped out. The effects supported are Kaede, Hoshi, Jiro, Isao, Minoru, Yoko, Madoka, Akira, and Yoshiko. Every effect is properly documented in the source code, this is the best way to both understand and see what they do. There is also an example project included with all the effects and their settings. The library is a simple drop-in, as soon as you set your subclass to one of the effects and your module to TextFieldEffects you will be able to see all the IBDesignable settings in the storyboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Toaster

    Toaster

    Toast for Swift

    Android-like toast with a very simple interface. (formerly JLToast) The centralized toast center manages the toast queue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Transition

    Transition

    Easy interactive interruptible custom ViewController transitions

    Transition is a library that helps you build iOS view controller transitions. Implementing a nice interactive custom view controller transition involves quite a number of components. You have to implement the correct delegates, handle the switching between passive animation and active interaction phases, ensure the timing is right, think of interruption and cancellation, keep responsibilities separated... It quickly gets messy! This is where Transition helps you out: you just define the animation and the interaction, Transition ties it all together. Your AnimationLayer is defined as a part of your TransitionAnimation. This represents all (non-interactive) animation during a transition. The TransitionAnimation protocol exposes an array of AnimationLayers. Additionally, it contains two functions; one for setup and one for completion. Before starting the animation, your setup function will be called, passing you the transitioningContext that among others contains the fromView and toView.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    UICircularProgressRing

    UICircularProgressRing

    A circular progress bar for iOS written in Swift

    UICircularProgress ring is a library for rendering circular progress rings and timers. Declarative: Written using SwiftUI (legacy UIKit version available), UICircularProgressRing is declarative making it easy to read, and easy to use. Customizable: Designed to be used in production, all of the views are highly customizable without giving up ease of use. This allows the developer to tailor the look, feel and functionality to fit their needs. Tested: Battle tested in many production applications. UICircularProgressRing is also fully unit tested as well as snapshot tested so developers can feel safe. Documented: UICircularProgressRing's public API is 100% documented and its something that is enforced before any code is ever added. This is a resource that will help any new user understand how to get the most out of this library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 5
    UIFontComplete

    UIFontComplete

    Font management (System & Custom) for iOS and tvOS

    Font management (System & Custom) for iOS and tvOS. No more wasted time searching for names of UIFont fonts and no more surprises at runtime if a font name was mistyped. This library is simply one extension to UIFont and one Font enum with a case for each system font on iOS and tvOS. Custom font support is also available, please keep reading for details! This library currently provides two different options for creating UIFont objects. The first is calling the font name off of the provided BuiltInFont enumeration and then calling of(size:) to provide the desired size. The other UIFont creation method offered by this library is similar to the normal UIFont constructor except that instead of providing a String of the desired font, a case of the Font enum is provided instead. Custom Fonts can be added with the help of the FontRepresentable protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ViewAnimator

    ViewAnimator

    ViewAnimator brings your UI to life with just one line

    ViewAnimator is a library for building complex iOS UIView animations in an easy way. It provides one line animations for any view included the ones which contain other views like UITableView and UICollectionView with its cells or UIStackView with its arrangedSubviews. ViewAnimator provides a set of UIView extensions to easily add custom animations to your views. From version 2.0.0 there are two ways to use this extension. Views can animate theirselves calling .animate(animations: [Animation]) that's the most basic usage. ViewAnimator follows the UIKit animations API style with a static method UIView.animate(views: [UIView], animations: [Animation]). This makes the library really easy to use and extensible to any kind of view. Direction provides the axis where the animation should take place and its movement direction. Zoom in and Zoom out animation support. You can combine conformances of Animation to apply multiple transforms on your animation block.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    WSTagsField

    WSTagsField

    An iOS text field that represents tags, hashtags, tokens in general

    An iOS text field that represents tags, hashtags, tokens in general.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WaterfallGrid

    WaterfallGrid

    A waterfall grid layout view for SwiftUI

    A waterfall grid layout view for SwiftUI. You can create a grid that displays the elements of the collection by passing your collection of data and a closure that provides a view for each element in the collection. The grid transforms each element in the collection into a child view by using the supplied closure. WaterfallGrid works with identifiable data (like SwiftUI.List). You can make your data identifiable in one of two ways: by passing along with your data a key path to a property that uniquely identifies each element, or by making your data type conform to the Identifiable protocol. To customize the appearance of the grid call the gridStyle function and pass the parameters you want to customize.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Whisper

    Whisper

    Whisper is a component that will make the task of display messages

    Break the silence of your UI, whispering, shouting or whistling at it. Whisper is a component that will make the task of displaying messages and in-app notifications simple. It has three different views inside. Display a short message at the bottom of the navigation bar—this can be anything, from a "Great Job!" to an error message. It can have images or even a loader. Let users know that something happened inside the app with this beautiful customizable in-app notification. Shouts have an optional action that will be called if the user taps on it, and you'll even get a message when the Shout is gone. Finally, if you want to set how long the Shout should be displayed, you have a duration property.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 10
    YNDropDownMenu

    YNDropDownMenu

    Awesome Dropdown menu for iOS with Swift 5.0

    The eligible dropdown menu for iOS, written in Swift 5, appears dropdown menu to display a view of related items when a user click on the dropdown menu. You can customize dropdown view whatever you like (e.g. UITableView, UICollectionView... etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    YNSearch + Realm Support

    YNSearch + Realm Support

    Awesome fully customize search view like Pinterest written in Swift

    Awesome search view, written in Swift 5.0, appears search view like Pinterest Search view. You can fully customize this library. You can also use this library with Realm!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    dark-mode

    dark-mode

    Control the macOS dark mode from the command-line

    Control the macOS dark mode from the command-line. Requires macOS 10.10 or later. macOS 10.13 or earlier needs to download the Swift runtime support libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.