Showing 22 open source projects for "show"

View related business solutions
  • 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.
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 1
    FDWaveformView

    FDWaveformView

    Reads an audio file and displays the waveform

    FDWaveformView is an easy way to display an audio waveform in your app. It is a nice visualization to show a playing audio file or to select a position in a file. To use it, add an FDWaveformView using Interface Builder or programmatically and then just load your audio as per this example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Runestone

    Runestone

    Performant plain text editor for iOS with syntax highlighting

    Performant plain text editor for iOS with syntax highlighting, line numbers, invisible characters and much more. Runestone uses GitHub's Tree-sitter to parse code to a syntax tree which is used for features that require an understanding of the code in the editor, for example syntax highlighting. Highlight ranges in the text view. Search the text using regular expressions. Automatically detects if a file is using spaces or tabs for indentation. Specify line endings (CR, LF, CRLF) to use when...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PermissionsSwiftUI

    PermissionsSwiftUI

    A SwiftUI package to beautifully display and handle permissions

    PermissionsSwiftUI displays and handles permissions in SwiftUI. It is largely inspired by SPPermissions. The UI is highly customizable and resembles an Apple style. The alert style is equally gorgeous, and allows for more versatile use. It is recommended when you have less than 3 permissions. Similar to the previous JMPermissions, you need to pass in a Binding<Bool> to show the view, and add whatever permissions you want to show. To quickly glance at all of PermissionsSwiftUI's customization...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 5
    SkeletonView

    SkeletonView

    A way to show users that something is happening and prepare them

    Today almost all apps have async processes, such as API requests, long running processes, etc. While the processes are working, usually developers place a loading view to show users that something is going on. SkeletonView has been conceived to address this need, an elegant way to show users that something is happening and also prepare them for which contents are waiting. When using elements with text, SkeletonView draws lines to simulate text. Besides, you can decide how many lines you want...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Apollo iOS

    Apollo iOS

    A strongly-typed, caching GraphQL client for iOS, written in Swift

    ... of a query. If you don't ask for a field, you won't be able to access the corresponding property. In effect, this means you can now rely on the Swift type checker to make sure errors in data access show up at compile time. With our Xcode integration, you can conveniently work with your UI code and corresponding GraphQL definitions side by side, and it will even validate your query documents, and show errors inline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Setting

    Setting

    Compose beautiful preference panels

    Compose beautiful preference panels. Simple but powerful syntax (powered by result builders). Create nested pages and groups. Fully searchable. Native integration with SwiftUI and AppStorage. Comes with pre-made components: Toggle, Button, Slider, etc. Style components with native SwiftUI modifiers. Show and hide components dynamically. Add your own custom SwiftUI views. Works on iOS and macOS. The setting is available via the Swift Package Manager. Requires iOS 15+ or macOS Monterey and up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Actions

    Actions

    Supercharge your shortcuts

    The app provides lots of powerful extra actions for the Shortcuts app on macOS and iOS. These actions make it significantly easier to create shortcuts. Want to run shortcuts directly from the iOS Lock Screen? Check out my Quick Launch app. And trigger shortcuts on your Mac from your iOS device with my Hyperduck app. And for high-quality transcription, see my Aiko app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NotificationBanner

    NotificationBanner

    The easiest way to display highly customizable in app notification

    .... This allows an infinite amount of banners to be displayed without one hiding the other. If you have multiple controllers within your navigation stack that need to be managed by a separate queue (like a tab bar controller), simply create an instance of a NotificationBannerQueue and pass it into the show function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 10
    LicensePlist

    LicensePlist

    A license list generator of all your dependencies for iOS applications

    LicensePlist is a command-line tool that automatically generates a Plist of all your dependencies, including files added manually(specified by YAML config file) or using Carthage or CocoaPods. All these licenses then show up in the Settings app. Excludes can be defined to exclude matching libraries from the final output. An exclude is a dictionary containing any combination of name, source, owner, or licenseType. If a library name is unsuitable for the output bundle, you can explicitly rename...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FloatingPanel

    FloatingPanel

    A clean and easy-to-use floating panel UI component for iOS

    ... and gesture handling. FloatingPanel is written in Swift 5.0+. Compatible with iOS 11.0+. The deployment is still iOS 10, but it is recommended to use this library on iOS 11+. If you need more control over showing and hiding the floating panel, you can forgo the addPanel and removePanelFromParent methods. These methods are a convenience wrapper for FloatingPanel's show and hide methods along with some required setup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Amethyst

    Amethyst

    Automatic tiling window manager for macOS à la xmonad

    ... they appear in the cycle sequence at all. The default layout gives you one "main pane" on the left, and one other pane on the right. By default, one window is placed in the main pane (extending the full height of the screen), and all remaining windows are placed in the other pane. If either pane has more than one window, that pane will be evenly split into rows, to show them all. You can use the keyboard shortcuts above to control which window(s), and how many, are in the main pane.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    mas-cli

    mas-cli

    Mac App Store command line interface

    Mac App Store command line interface. mas-cli is a simple command line interface for the Mac App Store. Designed for scripting and automation. mas requires Swift 5 runtime support. macOS 10.14.4 and later include it, but earlier releases did not. Each application in the Mac App Store has a product identifier which is also used for mas-cli commands. Using mas list will show all installed applications and their product identifiers. It is possible to search for applications by name using mas...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    KeychainAccess

    KeychainAccess

    Simple Swift wrapper for Keychain that works on iOS, watchOS, tvOS

    KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs extremely easy and much more palatable to use in Swift. If you want to store the Touch ID protected Keychain item, specify accessibility and authenticationPolicy attributes. Do not run in the main thread if there is a possibility that the item you are trying to add already exists, and protected. Because updating protected items requires authentication. Additionally, you want to show...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Siesta

    Siesta

    The civilized way to write REST API clients for iOS / macOS

    Drastically simplifies app code by providing a client-side cache of observable models for RESTful resources. The elegant way to write iOS / macOS REST clients. You need to display response data whenever it arrives. Unless the requesting screen is no longer visible. Unless some other currently visible bit of UI happens to need the same data. Or is about to need it. You should show a loading indicator (but watch out for race conditions that leave it stuck spinning forever), display user-friendly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Reddit in SwiftUI

    Reddit in SwiftUI

    A cross-platform Reddit client built in SwiftUI

    A cross-platform Reddit client created in SwiftUI. To show off SwiftUI's strength in cross-platform development, I did not use Mac Catalyst for this project. Instead, common UI code is shared between iOS, macOS, and watchOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Peek 5

    Peek 5

    All new design. Inspect your iOS application at runtime.

    Peek 5 with an all-new design and all-new features. Whether you're a developer, designer or QA/tester, Peek can help you at all stages of your development process. All inspectors and attributes have now been unified into a single window, making inspection simpler and faster than ever before. Feeling overwhelmed with all the information Peek has to offer? Simply tap the header to expand/collapse any section. Peek will even remember your choice across launches! Peek now supports nested...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GuillotineMenu.swift

    GuillotineMenu.swift

    Our Guillotine Menu Transitioning Animation implemented in Swift

    ... will make it itself. In view controller, which will present your menu, you must make a property for "GuillotineMenuTransitionAnimator". It's necessary for proper animation when you show or dismiss the menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Youtube iOS Template

    Youtube iOS Template

    youtube iOS app template written in swift 5

    Youtube iOS Template is developed by Haik Aslanyan and written in Swift 3. Purpose of this repo is to show how ViewControllers can be managed. All extra views are located in Navigation Controller and Main View Controller in the storyboard. This project is written in Swift 3.0 and requires Xcode 8.2 or newer to build and run. Youtube iOS Template is compatible with iOS 9.1+.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GIOVANNI

    GIOVANNI

    A Gameboy Emulator for the Apple Watch

    Games are loaded from your iPhone's documents directory. In iTunes, drop .gb or .gbc files into the Giovanni app documents folder, and they'll show up automatically on your Apple Watch. When you play a game for the first time, it'll download to your watch and get cached in the watch's documents directory. Subsequent loads are immediate. Emulator saving and loading is automatic and happen whenever the app gets closed/inactivated or opened/activated. In-game saving and loading is completely...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    MobilePlayer

    MobilePlayer

    A powerful and completely customizable media player for iOS

    A powerful and completely customizable media player for iOS. Flexible skinning. Add a watermark, add/remove/move/resize interface elements, change their appearances and much more. Easily set up A/B tests. You can manage multiple player skins and configurations. Player view controllers can load configuration data from a local JSON file or remote JSON data. You also have the option to initialize and pass configuration objects programmatically, which allows for greater flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next