Open Source Swift Apps for Apple iPhone - Page 12

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

    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
  • 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
    TinyConsole

    TinyConsole

    Micro-console that can help you log and display information in an app

    TinyConsole is a tiny log console to display information while using your iOS app and written in Swift. Wrap your Main ViewController inside of a TinyConsoleController.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    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
  • 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
    Tuist

    Tuist

    Create, maintain, and interact with Xcode projects at scale

    Bootstrap, maintain and interact with Xcode projects at any scale. Make maintaining projects everyone's task by describing them using plain language. Describe your projects as you think about them. Build settings, phases and other intricacies become implementation details. Instead of maintaining multiple Xcode projects, describe your project once, and reuse it everywhere. Generated projects are optimized for your focus and productivity. They contain just what you need for the task at hand. If we know your project won’t compile, we fail early. We don't want you *to* waste time waiting for the build system to bubble up errors. Be opinionated about the structure of the projects; define project factories that teams can use to create new projects. Tuist is optimized to support projects at scale. Whether your project is 1 target, or 1000, it should make no difference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TweenKit

    TweenKit

    Animation library for iOS in Swift

    TweenKit is a powerful animation library that allows you to animate (or 'tween') anything. TweenKit's animations are also scrubbable, perfect for building awesome onboarding experiences! By adding conformance to the Tweenable protocol, anything can be animated. You decide what it means to 'tween' your object, making this a flexible approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    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
  • 9
    UIImageColors

    UIImageColors

    Fetches the most dominant and prominent colors from an image

    iTunes style color fetcher for UIImage and NSImage. It fetches the most dominant and prominent colors. UIImageColorsQuality is a enum with four different qualities. The qualities refer to how much the original image is scaled down. Lowest implies a smaller size and faster performance at the cost of quality colors. High implies a larger size with slower performance with good colors. The highest implies no downscaling and very good colors, but it is very slow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    URLImage

    URLImage

    AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view

    URLImage is a SwiftUI view that displays an image downloaded from provided URL. URLImage manages to download the remote image and caching it locally, both in memory and on disk, for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    URLNavigator

    URLNavigator

    Elegant URL Routing for Swift

    URLNavigator provides an elegant way to navigate through view controllers by URLs. URL patterns can be mapped by using URLNavigator.register(_:_:) function. URLNavigator can be used for mapping URL patterns with 2 kinds of types: URLNavigable and URLOpenHandler. URLNavigable is a type that defines a custom initializer and URLOpenHandler is a closure that can be executed. Both an initializer and a closure receive URL and placeholder values. URL patterns can contain placeholders. Placeholders will be replaced with matching values from URLs. Placeholders can have types: string(default), int, float, and path. URLNavigator allows mapping view controllers and URL open handlers with URL patterns. Provide the from parameter to push() to specify the navigation controller to which the new view controller will be pushed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Unstoppable Wallet iOS

    Unstoppable Wallet iOS

    Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain

    We dream of a world… A world where private property is untouchable and market access is unconditional. That obsession led us to engineer a crypto wallet that is equally open to all, lives online forever and unconditionally protects your assets. It is fully peer-to-peer and works without any centrally managed servers. It can't be stopped, blocked or taken down. Unstoppable is a powerful non-custodial multi-wallet for Bitcoin, Ethereum, Binance Smart Chain, Avalanche, Solana and other blockchains. It provides non-custodial crypto and NFT storage, on-chain decentralized swaps, institutional-grade analytics for cryptocurrency and NFT markets, extensive privacy controls and human-oriented design. It is built with care and adheres to best programming practices and implementation standards in cryptocurrency world. Fully implemented on Swift. It is fully peer-to-peer and works without any centrally managed servers. It can't be stopped, blocked or taken down.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Valet

    Valet

    Valet lets you securely store data in the iOS, tvOS, or macOS Keychain

    Valet lets you securely store data in the iOS, tvOS, watchOS, or macOS Keychain without knowing a thing about how the Keychain works. It’s easy. The identifier you choose for your Valet is used to create a sandbox for the data your Valet writes to the keychain. Two Valets of the same type created via the same initializer, accessibility value, and identifier will be able to read and write the same key:value pairs; Valets with different identifiers each have their own sandbox. Choose an identifier that describes the kind of data your Valet will protect. You do not need to include your application name or bundle identifier in your Valet’s identifier. The Accessibility enum is used to determine when your secrets can be accessed. It’s a good idea to use the strictest accessibility possible that will allow your app to function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    VersaPlayer

    VersaPlayer

    Versatile Video Player implementation for iOS, macOS, and tvOS

    Versatile Video Player implementation for iOS, macOS, and tvOS. VersaPlayer aims to be simple to use but also flexible, to start using VersaPlayer first create a view programatically or via storyboard. To add controls for your player use the VersaPlayerControls class, which comes packed with outlets to control your player, you can also add as many as you like by making a custom implementation. VersaPlayer also brings support for encrypted content, to make use of this functionality you must implement VersaPlayerDecryptionDelegate and assign it to VersaPlayer's decryptionDelegate property. To make use of different media tracks, such as audio, video, or captioning, use VersaPlayerMediaTracks, found in VersaPlayer class. Video tracks are most helpfull when dealing with different renditions or different streams per video quality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    VerticalCardSwiper

    VerticalCardSwiper

    A marriage between the Shazam Discover UI and Tinder

    A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift. The goal of this project is to recreate the Discover UI in Shazam (which I think is a great, fun way to display content) in combination with a Tinder-style of swiping cards to the left/right. The idea behind this is that in some cases, you don't want to swipe away cards, but keep them available for later on. This implementation allows for that. And it's a fun way to interact with content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    WhatsNewKit

    WhatsNewKit

    Showcase your awesome new app features

    A Swift Package to easily showcase your new app features. It's designed from the ground up to be fully customized to your needs. Check out the example application to see WhatsNewKit in action. If you wish to manually present a WhatsNewView you can make use of the sheet(whatsNew:) modifier. The automatic presentation mode allows you to simply declare your new features via the SwiftUI Environment and WhatsNewKit will take care to present the corresponding WhatsNewView. The WhatsNewEnvironment will take care to determine the matching WhatsNew object that should be presented to the user for the current version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    Wikipedia iOS

    Wikipedia iOS

    The official Wikipedia iOS app

    Wikipedia iOS is the official open-source iOS application for browsing Wikipedia. It provides an optimized mobile reading experience with offline support and advanced search capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Wire iOS

    Wire iOS

    Wire for iOS (iPhone and iPad)

    The Wire mobile app has an architectural layer that we call sync engine. It is the client-side layer that processes all the data that is displayed in the mobile app. It handles network communication and authentication with the backend, push notifications, local caching of data, client-side business logic, signaling with the audio-video libraries, encryption and decryption (using encryption libraries from a lower level) and other bits and pieces. The user interface layer of the mobile app is built on top of the sync engine, which provides the data to display to the UI. The sync engine itself is built on top of a few third-party frameworks, and uses Wire components that are shared between platforms for cryptography (Proteus/Cryptobox) and audio-video signaling (AVS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    WordPress for iOS

    WordPress for iOS

    WordPress for iOS

    Inspiration strikes any time, anywhere. WordPress mobile apps put the power of publishing in your hands. And of course, they’re open source, just like WordPress. Manage or create your WordPress blog or website right from your iOS device: create and edit posts and pages, upload your favorite photos and videos, view stats and reply to comments. With WordPress for iOS, you have the power to publish in the palm of your hand. Draft a spontaneous haiku from the couch. Snap and post a photo on your lunch break. Respond to your latest comments, or check your stats to see what new countries today’s visitors are coming from.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    XCoordinator

    XCoordinator

    Powerful navigation library for iOS based on the coordinator pattern

    Powerful navigation library for iOS based on the coordinator pattern. Create an enum with all of the navigation paths for a particular flow, i.e. a group of closely connected scenes. (It is up to you when to create a Route/Coordinator. As our rule of thumb, create a new Route/Coordinator whenever a new root view controller, e.g. a new navigation controller or a tab bar controller, is needed.). Whereas the Route describes which routes can be triggered in a flow, the Coordinator is responsible for the preparation of transitions based on routes being triggered. We could, therefore, prepare multiple coordinators for the same route, which differ in which transitions are executed for each route.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XLActionController

    XLActionController

    Fully customizable and extensible action sheet controller in Swift

    XLActionController is an extensible library to quickly create any custom action sheet controller. The action sheet controllers were entirely created using XLActionController and are included in the Examples. To run the Example project: clone the XLActionController repository, open the XLActionController workspace and run the Example project. Actions' handlers are executed after the alert controller is dismissed from screen. If you want, you can change this passing true to the action's constructor to the argument executeImmediatelyOnTouch. First create a custom action sheet view controller by extending from the ActionController generic class. For details on how to create a custom action sheet controller look at the Extensibility section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XLPagerTabStrip

    XLPagerTabStrip

    Android PagerTabStrip for iOS

    XLPagerTabStrip is a Container View Controller that allows us to switch easily among a collection of view controllers. Pan gesture can be used to move on to next or previous view controller. It shows a interactive indicator of the current, previous, next child view controllers. The library provides 4 different ways to show the view controllers. This is likely the most common pager type. It's used by many well-known apps such as instagram, youtube, skype, and many others. The bar mode doesn't show a title neither an image. It only shows a bar that indicates the current view controller. The segmented mode uses a UISegmentedControl to indicate which view controller is being displayed. Basically, we just need to provide the list of child view controllers to show, and these view controllers should provide the information (title or image) that will be shown in the associated indicator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Questionnaire App: retrieving JSON data; use of Core Data Artworks Map App: map & table view; centering, zooming and annotating maps Various Apps include Dice Rolling App: hiding/changing keyboard Times Tables App: device orientation; reject non-numeric input Places I've Been App: Persistent/Core Data storage Favourite Places App: map view; edit/re-order table functionality Interface Builder App: element sizes, positions and alignments; device orientation; localization
    Downloads: 0 This Week
    Last Update:
    See Project