Showing 28 open source projects for "all-in-one"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 1
    Atlantis iOS

    Atlantis iOS

    A lightweight and powerful iOS framework for intercepting HTTP/HTTPS

    ... Request and Responses in plain text with just one click. Narrow down your search with Proxyman's Multiple Filters. You can combine complex filtered criteria like Protocol, Content-Type, URL, Request Header, Response Header, Body, etc that find exact what you're looking for.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    RevenueCat

    RevenueCat

    In-app purchases and subscriptions made easy

    .... Analyze the most important metrics for your app business in one place. See customer transaction histories, chart lifetime value, and grant promotional subscriptions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    SDWebImageSwiftUI

    SDWebImageSwiftUI

    SwiftUI Image loading and Animation framework powered by SDWebImage

    SDWebImageSwiftUI is a SwiftUI image-loading framework, which is based on SDWebImage. It brings all your favorite features from SDWebImage, like async image loading, memory/disk caching, animated image playback and performances. The framework provide the different View structs, which API match the SwiftUI framework guideline. If you're familiar with Image, you'll find it easy to use WebImage and AnimatedImage. Since SDWebImageSwiftUI is built on top of SDWebImage, it provide both the out-of-box...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Quick

    Quick

    The Swift (and Objective-C) testing framework

    ... assertions, and their failure messages, easier to read. Nimble provides many different kind of assertions, each with great failure messages. And unlike XCTAssert, you don't have to type your own failure message every time. All documentation can be found in the Documentation folder, including detailed installation instructions for CocoaPods, Carthage, Git submodules, and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 5
    SwiftNIO

    SwiftNIO

    Network application framework for protocol servers and clients

    ... 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
  • 6
    PhoneNumberKit

    PhoneNumberKit

    A Swift framework for parsing and formatting phone numbers

    Swift 5.3 framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber. Import PhoneNumberKit at the top of the Swift file that will interact with a phone number. All of your interactions with PhoneNumberKit happen through a PhoneNumberKit object. The first step you should take is to allocate one. A PhoneNumberKit instance is relatively expensive to allocate (it parses the metadata and keeps it in memory for the object's lifecycle), you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Foundation

    Foundation

    Provides core utilities, internationalization, and OS independence

    The Foundation framework defines a base layer of functionality that is required for almost all applications. It provides primitive classes and introduces several paradigms that define functionality not provided by either the Objective-C runtime and language or Swift standard library and language. This project, swift-corelibs-foundation, provides an implementation of the Foundation API for platforms where there is no Objective-C runtime. On macOS, iOS, and other Apple platforms, apps should use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SwiftUIX

    SwiftUIX

    Extensions and additions to the standard SwiftUI library

    SwiftUIX attempts to fill the gaps of the still nascent SwiftUI framework, providing an extensive suite of components, extensions and utilities to complement the standard library. This project is by far the most complete port of missing UIKit/AppKit functionality, striving to deliver it in the most Apple-like fashion possible. The goal of this project is to complement the SwiftUI standard library, offering hundreds of extensions and views that empower you, the developer, to build...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Swift Cross UI

    Swift Cross UI

    A cross-platform declarative UI framework, inspired by SwiftUI

    ... there's the Gtk 4 backend, as well as an experimental AppKit backend (AppKitBackend, macOS-only). All examples use GtkBackend for maximum compatibility, but you can update them manually to try out the various available backends. Work is being done to allow the backend used by the examples to be changed from the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 10
    Starscream

    Starscream

    Websockets in swift for iOS and OSX

    Starscream is a conforming WebSocket (RFC 6455) library in Swift. Once imported, you can open a connection to your WebSocket server. Note that socket is probably best as a property, so it doesn't get deallocated right after being setup. After you are connected, there is either a delegate or closure you can use for process WebSocket events. The writeData method gives you a simple way to send Data (binary) data to the server. The writeString method is the same as writeData, but sends...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DifferenceKit

    DifferenceKit

    A fast and flexible O(n) difference algorithm framework

    A fast and flexible O(n) difference algorithm framework for Swift collection. The algorithm is optimized based on the Paul Heckel’s algorithm. This is a diffing algorithm developed for Carbon, works stand alone. The algorithm optimized based on the Paul Heckel’s algorithm. See also his paper A technique for isolating differences between files released in 1978. It allows all kind of diffs to be calculated in linear time O(n). RxDataSources and IGListKit are also implemented based on his...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    RoughSwift

    RoughSwift

    Create hand-drawn, sketchy, comic shape in Swift

    Create hand-drawn, sketchy, comic shape in Swift. RoughSwift allows us to easily make shapes in a hand-drawn, sketchy, comic style in SwiftUI. Use the generator in draw function to specify which shape to render. The returned CALayer contains the rendered result in the correct size and is updated every time the generator is instructed. The beauty of CALayer is that we can further animate, transform (translate, scale, rotate) and compose them into more powerful shapes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    CardParts

    CardParts

    A reactive, card-based UI framework built on UIKit for iOS developers

    .... There are two major parts to the card parts framework. The first is the CardsViewController which will display the cards. It is responsible for displaying cards in the proper order and managing the lifetime of the cards. The second major component is the cards themselves which are typically instances of CardPartsViewController. Each instance of CardPartsViewController displays the content of a single card, using one or more card parts (more details later).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Cleanse

    Cleanse

    Lightweight Swift Dependency Injection Framework

    Cleanse is a dependency injection framework for Swift. It is designed from the ground-up with developer experience in mind. It takes inspiration from both Dagger and Guice. Cleanse is responsible for building a graph (or more specifically a directed acyclic graph) that represents all of your dependencies. This graph starts with a root object which is connected to its immediate dependencies, and those dependencies hold edges to its dependencies and so on until we have a complete picture of your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sugar for iOS

    Sugar for iOS

    Something sweet that goes great with your Cocoa

    Sugar is a sweetener for your Cocoa implementations. Gain easy access to main bundle information. To easily exclude operations from when you as a developer runs the application in the simulator, not subscribing to push notification or running analytics operations etc. Observe the keyboard showing and hiding events, and handle it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OAuth2

    OAuth2

    OAuth2 framework for macOS and iOS, written in Swift

    ... be found on a separate feature branch named appropriately. In OAuth2 there are different kinds of flows. This library supports all of them, make sure you're using the correct one for your use-case and authorization server. A typical code grant flow is used for demo purposes below. The steps for other flows are mostly the same short of instantiating a different subclass and using different client settings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    CoreRender

    CoreRender

    UIKit a-là SwiftUI.framework

    CoreRender is a SwiftUI-inspired API for UIKit (that is compatible with iOS 10+ and ObjC). CoreRender uses a declarative API to define UI components. You simply describe the layout for your UI based on a set of inputs and the framework takes care of the rest (diff and reconciliation from virtual view hierarchy to the actual one under the hood). CoreRender includes the robust and battle-tested Facebook's Yoga as default layout engine. Any component such as a text or image can be recycled...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Gemini

    Gemini

    Gemini is rich scroll based animation framework for iOS,

    ... based on 3-Dimensional vectors. Figure-1 shows the direction of rotation based on the device. Each type of rotation animation has RotationEffect (e.g. RollRotationEffect) and degree of rotation. Customize RotationEffect (up, down, sineWave, reverseSineWave) and degree of rotation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Spots

    Spots

    Spots is a cross-platform view controller framework

    Spots is a cross-platform view controller framework for building component-based UIs. The internal architecture is built using generic view models that can be transformed both to and from JSON. So, moving your UI declaration to a backend is as easy as pie. Data source and delegate setup is handled by Spots, so there is no need for you to do that manually. The public API is jam-packed with convenience methods for performing mutation, it is as easy as working with a regular collection type. At...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PanelKit

    PanelKit

    A UI framework that enables panels on iOS.

    This framework does all the heavy lifting for dragging panels, pinning them and even moving/resizing them when a keyboard is shown/dismissed. A lot of effort has gone into making the API simple for a basic implementation, yet very customizable if needed. Since PanelKit is protocol based, you don't need to subclass anything in order to use it. A panel is explicitly (without your action) shown in a UINavigationController, but the top bar can be hidden or styled as with any UINavigationController.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    LocoKit

    LocoKit

    Location, motion, and activity recording framework for iOS

    A Machine Learning based location recording and activity detection framework for iOS. Combined, simplified Core Location and Core Motion recording. Filtered, smoothed, and simplified location and motion data. Near real-time stationary / moving state detection. Automatic energy use management, enabling all-day recording. Automatic stopping and restarting of recording, to avoid wasteful battery use. Machine Learning-based activity type detection. Improved detection of Core Motion activity types...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    RandomKit

    RandomKit

    Random data generation in Swift

    RandomKit is a Swift framework that makes random data generation simple and easy. RandomKit is possibly also compatible with FreeBSD, Android, and Windows (under Cygwin) but has not been tested for those platforms. The RandomGenerator protocol defines basic methods for generating primitive values and randomizing a buffer. All provided types that conform to RandomGenerator have a static default value that can be passed as an inout argument to generation functions. The RandomBytesGenerator...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Katana

    Katana

    Swift Apps in a Swoosh! A modern framework for creating iOS apps

    Katana is a modern Swift framework for writing iOS applications' business logic that are testable and easy to reason about. Katana is strongly inspired by Redux. In a few words, the app state is entirely described by a single serializable data structure, and the only way to change the state is to dispatch a StateUpdater. A StateUpdater is an intent to transform the state, and contains all the information to do so. Because all the changes are centralized and are happening in a strict order...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next