Open Source Swift Apps for Apple iPhone - Page 11

Swift Apps for Apple iPhone

View 21835 business solutions

Browse free open source Swift Apps for Apple iPhone and projects below. Use the toggles on the left to filter open source Swift Apps for Apple iPhone by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 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

    SwiftCharts

    Easy to use and highly customizable charts library for iOS

    Easy to use and highly customizable charts library for iOS Swift 1.2, iOS 7/8. Swift 2.0 branch (latest test on XCode 7 beta 3).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SwiftEventBus

    SwiftEventBus

    A publish/subscribe EventBus optimized for iOS

    A publish/subscribe EventBus optimized for iOS. Allows publish-subscribe-style communication between components without requiring the components to explicitly be aware of each other. Regular notification centers deliver notifications on the thread in which the notification was posted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SwiftGif

    SwiftGif

    A small UIImage extension with gif support

    A small UIImage extension with gif support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SwiftGodot

    SwiftGodot

    New Godot bindings for Swift

    SwiftGodot provides Swift language bindings for the Godot 4.2 game engine using the new GDExtension system (for 4.1 compatibility, use the 4.1 branch, preview for upcoming 4.3 release is in the 4.3 branch). SwiftGodot can be used to either build an extension that can be added to an existing Godot project, where your code is providing services to the game engine, or it can be used as an API with SwiftGodotKit which embeds Godot as an application that is driven directly from Swift. SwiftGodot allows developers to take new and existing Swift packages and use them as extensions for the Godot game engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    SwiftHub

    SwiftHub

    GitHub iOS client in RxSwift and MVVM-C clean architecture

    Basic, Personal Access Token and OAuth2 authentication. View trending repositories and users (github-trending-api) Advanced searching and sorting repositories and users, filter by language. View repository and user details, events, issues, commits, pull requests, contributors, etc. View issue and pull request messages (MessageKit) Tool for counting lines of code from github repositories (code tabs) (Charts). The missing star history graph of github repos (stars-history) Quickly browse the history of a file from any git repository (git-history) Tool for visualizing GitHub profiles (profile-summary-for-GitHub). View a 3D model of your GitHub contribution grap (skyline) Source file viewer and syntax highlighting (Highlighter) Color themes in light and dark modes (RxTheme) In-app language switching (en, zh, ru, hy) (Localize-Swift) Whats New functionality (WhatsNewKit) Invite friends functionality. Support iPhone and iPad (Split View).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SwiftLinkPreview

    SwiftLinkPreview

    It makes a preview from an URL, grabbing all the information

    Link Previewer for iOS, macOS, watchOS and tvOS. It makes a preview from an URL, grabbing all the information such as title, relevant texts and images. Swift is a great programming language that allows us to learn faster and build more stuff in less time because of its simplicity. Back then, when I created my first project related to previewing link, only Facebook had this feature on their services. Now many companies preview links inside their products. None of them has open-sourced it though. It basically does the same thing as the others. It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SwiftNIO

    SwiftNIO

    Network application framework for protocol servers and clients

    SwiftNIO is a cross-platform asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Low-level protocol implementations are often a collection of ChannelHandlers that implement a protocol but still require the user to have a good understanding of SwiftNIO. Often, low-level protocol implementations will then be wrapped in high-level libraries with a nicer, more user-friendly API. High-level implementations are usually libraries that come with an API that doesn't expose SwiftNIO's ChannelPipeline and can therefore be used with very little (or no) SwiftNIO-specific knowledge. The implementations listed below do still do all of their I/O in SwiftNIO and integrate really well with the SwiftNIO ecosystem. SwiftNIO aims to support all of the platforms where Swift is supported. Currently, it is developed and tested on macOS and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SwiftSVG

    SwiftSVG

    A simple, performant, and lightweight SVG parser

    SwiftSVG is not meant to be a full SVG parser. The library supports the most common use cases of flat, solid-color SVG elements. It supports grouping and transformations and can parse all path and shape elements. The best use case for SwiftSVG is for flat icons that you may want to theme at runtime and have good control over. Think icons for your app, especially if you offer light and dark themes. The library can handle complex paths, and more importantly can handle them quickly, so you can use it to display many SVGs, just not every single use case. See the complex example in the examples app. At this time, gradients are not supported, but this is high on the list of features to support next. Furthermore, text is not supported at this time, but shouldn't be too difficult to support. Animations are the last major category that isn't supported, and they probably won't be in the near future seeing Cocoa already provides rich support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SwiftTweaks

    SwiftTweaks

    Tweak your iOS app without recompiling!

    Your users won’t see your animation study, Sketch comps, or prototypes. What they will see is the finished product - so it’s really important to make sure that your app feels right on a real device! Animations that look great on your laptop often feel too slow when in-hand. Layouts that looks perfect on a 27-inch display might be too cramped on a 4-inch device. Light gray text may look subtle in Sketch, but it’s downright illegible when you’re outside on a sunny day. These animation timings, font sizes, and color choices are all examples of “magic numbers” - the constants that give your app its usability and identity. The goal of SwiftTweaks: allow you to fine-tune these magic numbers in the debug builds of your Swift project, without having to wait for Xcode to rebuild the app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    SwiftUICharts

    SwiftUICharts

    ChartView made in SwiftUI

    Swift package for displaying charts effortlessly. V2 focuses on providing a strong and easy-to-use base, on which you can build your beautiful custom charts. It provides basic building blocks, like a chart view (bar, pie, line, and ring chart), grid view, card view, and interactive label for displaying the current chart value. So you decide, whether you build a fully-fledged interactive view, or just display a bare-bone chart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SwiftUIPager

    SwiftUIPager

    Native Pager in SwiftUI

    SwiftUIPager provides a Pager component built with SwiftUI native components. Pager is a view that renders a scrollable container to display a handful of pages. These pages are recycled on scroll, so you don't have to worry about memory issues. Pager will load just a handful of items, enough to beautifully scroll along. Create vertical or horizontal pagers, align the cards, change the direction of the scroll, and animate the pagination. Pager lets you do anything you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SwiftyAttributes

    SwiftyAttributes

    A Swifty API for attributed strings

    A Swifty API for attributed strings. SwiftyAttributes has support for every attribute available in Cocoa and Cocoa Touch. You can also easily combine attributed strings using a plus sign.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SwiftyJSON

    SwiftyJSON

    Facilitates the use of JSON data in Swift

    Swift is strictly specific about types. But even if explicit typing is good for avoiding making mistakes, it becomes painful when we're dealing with JSON and other aspects that are, by definition, implicit about types. SwiftyJSON, however, facilitates the use of JSON data in Swift.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SwiftyRSA

    SwiftyRSA

    RSA public/private key encryption in Swift

    Public key RSA encryption in Swift. SwiftyRSA is used in the Scoop iOS app to encrypt driver license numbers before submitting them to Checkr through our API. To enable using public/private RSA keys on iOS, SwiftyRSA uses a couple techniques like X.509 header stripping so that the keychain accepts them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SwiftyTimer

    SwiftyTimer

    Swifty API for NSTimer

    SwiftyTimer allows you to instantly schedule delays and repeat timers using convenient closure syntax. It's time to get rid of Objective-C cruft. You can easily schedule repeating and non-repeating timers (repeats and delays) using Timer.every and Timer.after.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SwiftyUserDefaults

    SwiftyUserDefaults

    Modern Swift API for NSUserDefaults

    SwiftyUserDefaults makes user defaults enjoyable to use by combining expressive Swifty API with the benefits of static typing. Define your keys in one place, use value types easily, and get extra safety and convenient compile-time checks for free. Just create a DefaultsKey object, put the type of the value you want to store in angle brackets, the key name in parentheses, and you're good to go. If you want to have a non-optional value, just provide a default value in the key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Swinject

    Swinject

    Dependency injection framework for Swift with iOS/macOS/Linux

    Swinject is a lightweight dependency injection framework for Swift. Dependency injection (DI) is a software design pattern that implements Inversion of Control (IoC) for resolving dependencies. In the pattern, Swinject helps your app split into loosely-coupled components, which can be developed, tested, and maintained more easily. Swinject is powered by the Swift generic type system and first-class functions to define the dependencies of your app simply and fluently. Services must be registered to a container before they are used. The typical registration approach will differ depending on whether you are using SwinjectStoryboard or not.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SwipeCellKit

    SwipeCellKit

    Swipeable UITableViewCell/UICollectionViewCell

    Introducing SwipeCellKit. A swipeable UITableViewCell based on the stock Mail.app, implemented in Swift. All source code for SwipeCellKit is available on GitHub. It includes a Demo app that copies the Mail.app Inbox interface. Left and right swipe actions. Action buttons with: text only, text + image, image only. Haptic Feedback. Customizable transitions: Border, Drag, and Reveal. Customizable action button behavior during swipe. Animated expansion when dragging past threshold. Customizable expansion animations. Support for both UITableView and UICollectionView. Accessibility. Dark Mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SwipeMenuViewController

    SwipeMenuViewController

    Swipable tab and menu View and ViewController

    SwipeMenuViewController provides SwipeMenuView and SwipeMenuViewController. This is very useful to build a swipe-based paging UI. The interface is as simple as UIKit's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SwipeableTabBarController

    SwipeableTabBarController

    UITabBarController with swipe interaction between its tabs

    UITabBarController with swipe interaction between its tabs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TDBadgedCell

    TDBadgedCell

    TDBadgedCell is a table view cell class that adds a badge

    TDBadgedCell grew out of the need for TableViewCell badges and the lack of them in iOS. TDBadgedCell is designed to be a drop in replacement to UITableViewCell with the added benifit of a simple badge on the right-hand side of the cell, similar to those you'll find in Mail.app and Settings.app. All you need to do to implement TDBadgedCell is supply a TDBadgedCell instance in your cellForRowAt indexPath: method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TKRubberIndicator

    TKRubberIndicator

    A rubber animation pagecontrol

    A rubber animation pagecontrol. You can use closure or Target-Action to listen to control event. You can use CocoaPods to install TKRubberPageControl by adding it to your Podfile. To get the full benefits import TKRubberPageControl wherever you import UIKit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Tabman

    Tabman

    A powerful paging view controller with interactive indicator bars

    A powerful paging view controller with interactive indicator bars. Easy to implement page view controller with interactive indicator bars. Highly adaptable and powerful customization. Fully extensible with the mix-and-match component library. Built on Pageboy, a simple, informative page view controller. Automatically inserts child view controller contents. A bar will ask for a TMBarItemable for each page that is provided to the TabmanViewController data source. TMBarItemable is a protocol that can be used for custom item types, the default in Tabman being TMBarItem. TMBarView is the root view of every bar, and provides the glue for meshing all the other functional areas together. You can change a few things here, such as background style and transitioning behavior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    TangramKit

    TangramKit

    TangramKit is a powerful iOS UI framework implemented by Swift

    TangramKit is a powerful iOS UI framework implemented by Swift. It integrates the functions with Android layout, iOS AutoLayout, SizeClass, HTML CSS float and flexbox, and Bootstrap. So you can use LinearLayout, RelativeLayout, FrameLayout, TableLayout, FlowLayout, FloatLayout, and LayoutSizeClass to build your App. UIView UITableView UICollectionView. TangramKit is a simple and easy Swift framework for iOS view layout. The name comes from the Tangram of China which provides some simple functions to build a variety of complex interfaces. It integrates functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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