Open Source Objective C User Interface (UI) Software

Objective C User Interface (UI) Software

View 123 business solutions

Browse free open source Objective C User Interface (UI) Software and projects below. Use the toggles on the left to filter open source Objective C User Interface (UI) Software 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
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 1
    V2RayX

    V2RayX

    GUI for v2ray-core on macOS

    V2RayX is a macOS GUI application that manages and launches the V2Ray network proxy core from a friendly menu-bar interface. It lets you configure servers and routing rules, toggle the system proxy, and switch between direct, PAC, or global modes without editing JSON by hand. The app focuses on everyday ergonomics: quick start/stop, connection status at a glance, and easy import/export of configurations. Under the hood it delegates actual data plane work to the V2Ray core, so updates to protocols and transports are inherited by installing newer cores. Users who juggle multiple profiles can organize them and switch based on need, keeping complex setups manageable. For macOS users who want V2Ray’s flexibility with minimal terminal time, V2RayX offers a straightforward control surface.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    V2RayXS

    V2RayXS

    GUI for xray-core on macOS

    V2RayXS is a macOS client for V2Ray, a powerful proxy tool designed for bypassing internet censorship and improving privacy. It provides a user-friendly GUI for configuring and managing V2Ray connections.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Harbour MiniGUI Extended Edition.
    Harbour MiniGUI Extended Edition. HARBOUR MINIGUI SOURCE WITH HMGS-IDE (IDE VISUAL TO MAKE WIN32 APLICATIONS WITH HARBOUR) UNNOFICIAL BUILD WITH EXTENDED NEW FEATURES.
    Leader badge
    Downloads: 41 This Week
    Last Update:
    See Project
  • 4
    React Native Navigation

    React Native Navigation

    A complete native navigation solution for React Native

    React Native Navigation is a module, dependent on and intended to be used alongside React Native, so some experience with it and knowledge of core concepts is required. We also assume you are working on a Mac with XCode and Android Studio installed and setup. You can also make it work in a Linux distribution, of course, but in that case bear in mind that some sections of the docs that deal with iOS might not be relevant to you. When your app is launched for the first time, the bundle is parsed and executed. At this point you need to display your UI. To do so, listen to the appLaunched event and call Navigation.setRoot when that event is received. When your app is launched, RN makes sure JS context (which is what enables you to execute JavaScript code) is running. There are quite a few differences between iOS and Android in this regard.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 5
    Shadow iOS

    Shadow iOS

    A jailbreak detection bypass for modern iOS jailbreaks

    shadow is an open-source proxy client for iOS, focused on privacy and bypassing censorship. It is designed to work with Shadowsocks and other similar protocols, enabling encrypted proxy connections for secure browsing.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    InstagramKit

    InstagramKit

    The unofficial Instagram iOS SDK

    An extensive Objective C wrapper for the Instagram API, completely compatible with Swift. The framework is built atop AFNetworking’s blocks-based architecture and additionally, parses JSON data and creates model objects asynchronously so there’s absolutely no parsing on the main thread. It’s neat, fast and works like a charm. InstagramKit uses UICKeyChainStore as an optional sub-dependency for Keychain access. If you opt to use the optional pod, InstagramKit resumes your authenticated sessions across App launches, without needing any additional code. InstagramAppClientId is your App's Client Id and InstagramAppRedirectURL, the redirect URI which is obtained on registering your App on Instagram's Developer Dashboard. The redirect URI specifies where Instagram should redirect users after they have chosen whether or not to authenticate your application.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    AnyBar

    AnyBar

    OS X menubar status indicator

    AnyBar is a small indicator for your menubar that does one simple thing: it displays a colored dot. What the dot means and when to change it is up to you. AnyBar is controlled via a UDP port (1738 by default). Before any commands can be sent, AnyBar.app must be launched. Once launched, you may send it a message to change the style of the dot. black and white always has black or white fill. On Big Sur, where text color of menubar might change depending on the wallpaper, you might want to use filled and hollow instead. They are inverted when menubar changes its appearance. You can run several instances of AnyBar as long as they listen on different ports. Use the ANYBAR_PORT environment variable to change the port and open -na to run several instances. A title can be set to distinguish dots in the menubar. And the initial color of the dot can also be set.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Bluepill

    Bluepill

    Bluepill is a reliable iOS testing tool that runs UI tests

    Bluepill is a tool to run iOS tests in parallel using multiple simulators. The exit code of Bluepill uses bit indicators that could represent multiple exit statuses. If you're using Fastlane to run your tests, you're in luck! You can integrate Bluepill into your project with very little change to your existing setup. Just integrate one of the following Fastlane plugins, and you'll be on your way. Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    EarlGrey

    EarlGrey

    iOS UI Automation Test Framework

    EarlGrey is a native iOS UI automation test framework that enables you to write clear, concise tests. With the EarlGrey framework, you have access to enhanced synchronization features. EarlGrey automatically synchronizes with the UI, network requests, and various queues; but still allows you to manually implement customized timings, if needed. EarlGrey’s synchronization features help to ensure that the UI is in a steady state before actions are performed. This greatly increases test stability and makes tests highly repeatable. EarlGrey works in conjunction with the XCTest framework and integrates with Xcode’s Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild). To prioritize and improve EarlGrey, the framework collects usage data and uploads it to Google Analytics. More specifically, the framework collects the MD5 hash of Bundle ID, Test Class Names and Test Method Names.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 10
    M13ProgressSuite

    M13ProgressSuite

    A suite containing many tools to display progress information on iOS

    A set of classes used to display progress information to users on iOS. An interchangeable set of progress views of different styles. All the progress views are based on the same superclass, allowing any of them to be switched with any other easily. A progress bar for UINavigationBar that works like Apple's Messages app. It also has the added feature of having an indeterminate style. A HUD overlay that works over any UIView. Uses the M13ProgressView class to allow easy customizability of the progress view. A progress view that is styled like a terminal. Complete documentation of each class. Adds a progress bar to the UINavigationController's UINavigationBar. The progress bar is controlled through the UINavigationController. A customizable HUD that displays progress, and status information to the user. It uses the M13ProgressView class to allow easy changing of the progress view style.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Scroll Reverser

    Scroll Reverser

    Per-device scrolling prefs on macOS

    Scroll Reverser is a Mac app that reverses the direction of scrolling, with independent settings for trackpads and mice (including Magic Mouse). For wheel mouse users, Scroll Reverser also incorporates a step size control, which disables scroll acceleration and instead scrolls a fixed number of lines with each step of the wheel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Shiftlt

    Shiftlt

    Managing windows size and position in OSX

    ShiftIt is an application for OSX that allows you to quickly manipulate window position and size using keyboard shortcuts. It intends to become a full featured window organizer for OSX. It is a complete rewrite of the original ShiftIt by Aravindkumar Rajendiran which is not longer under development. Please note, because the binary is not signed, you'll have to "right click" on the application, click "Open", and subsequently click "Open" in the dialog that appears. You only have to do this the first time you launch the newly-downloaded application. ShiftIt installs itself in the menu bar (optionally it can be completely hidden). It provides a set of actions that manipulates windows positions and sizes. Normally, all Cocoa windows and X11 windows are supported. Some applications might not work correctly or not at all.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    yubiswitch

    yubiswitch

    OSX status bar application to enable/disable Yubikey Nano

    yubiswitch is a macOS application that enables users to easily toggle the USB interface of YubiKey devices. It allows enabling or disabling YubiKey on-demand for enhanced physical security, preventing unauthorized use of the key.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    QuickChm is a quicklook plugin for MacOS 10.5, it let your preview a chm(compiled html) archive in quicklook
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Agar

    Agar

    Cross Platform GUI Toolkit

    Agar provides a base GUI framework and a standard set of widgets from which graphical applications can be built which run natively under X11, Windows, MacOS, SDL and others. It takes advantage of texture and GPU acceleration wherever available. Agar can also attach to an existing framebuffer, SDL or OpenGL context and operate as a self-contained window-manager. It includes a standard library of general-purpose widgets, and is also designed to be extended externally. New widgets can be implemented as part of an application or library. Complex user interface elements can be realized often in few lines of code. Agar is also extensible at the low-level. The low-level API is documented such that modular drivers can be written which enable Agar applications to work seamlessly under many platforms graphics systems without any change at the application level.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    AFViewShaker

    AFViewShaker

    AFViewShaker is simple as a brick utility for UIView shake animation

    AFViewShaker is a simple animation utility for iOS that adds shake effects to UI elements. It is commonly used to indicate errors or grab user attention in forms and alerts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AGEmojiKeyboard

    AGEmojiKeyboard

    Emoji Keyboard for iOS

    AGEmojiKeyboard is a customizable emoji keyboard for iOS applications. It provides an easy way to add emoji input functionality similar to iOS's native keyboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ActionSheetPicker

    ActionSheetPicker

    Quickly reproduce the dropdown UIPickerView / ActionSheet

    Quickly reproduce the dropdown UIPickerView / ActionSheet functionality from Safari on iPhone/ iOS / CocoaTouch. Easily present an ActionSheet with a PickerView, allowing the user to select from a number of immutable options. If you prefer not to use either of the aforementioned dependency managers, you can integrate ActionSheetPicker-3.0 into your project manually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    subclass of NSOutlineView so that it can do animations when expanded and collapsed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AppGrid

    AppGrid

    macOS window manager with Vim–like hotkeys

    AppGrid is an open-source jailbreak tweak that organizes and customizes the layout of app icons on iOS home screens. It allows users to modify the rows and columns of app icons for better personalization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AutoScrollLabel

    AutoScrollLabel

    Provides marquee like UILabel scrolling

    AutoScrollLabel is a subclass of UILabel that automatically scrolls its text horizontally when the content is too wide to fit within the label’s frame. It’s ideal for displaying long pieces of text, such as song titles or notifications, in a limited space. The component is lightweight and easy to use, making it perfect for iOS apps needing marquee effects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BRFlabbyTable

    BRFlabbyTable

    Bouncy and distorded table view cells, available on Cocoapods

    BRFlabbyTable is an Objective-C library that adds a fun, interactive "flabby" animation effect to UITableView cells. It enhances user experience by adding physics-based feedback when scrolling through table views.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CHTCollectionViewWaterfallLayout

    CHTCollectionViewWaterfallLayout

    The waterfall layout for UICollectionView

    CHTCollectionViewWaterfallLayout is a subclass of UICollectionViewLayout, and it trys to imitate UICollectionViewFlowLayout's usage as much as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CYLTabBar Controller

    CYLTabBar Controller

    iOS UI module library for adding animation to iOS tabbar items

    It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. One line of code to implement Lottie animation TabBar, support middle with + sign. The TabBar style comes with a red dot corner mark and supports dynamic refresh. One line of code supports Lottie animation TabBar style. This library is independent of your business codes which only needs two array parameters to be passed. PlusButton can be deleted dynamically, and the style can be dynamically updated. Let TabBarItemicon is displayed only, and automatically makes the icon vertically centered, support for custom TabBar height. Support multiple TabBar nesting and specify PlusButton position. Support horizontal and vertical screen. It also supports the creation of customized irregularly shaped plus buttons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CamelBones is a Cocoa/Perl bridge for Mac OS X. It allows easy access to the Cocoa API for Perl developers. It also allows easy, object-oriented access to an embedded Perl interpreter for Objective-C developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next