[go: up one dir, main page]

Browse free open source Objective C Frameworks and projects below. Use the toggles on the left to filter open source Objective C Frameworks by OS, license, language, programming language, and project status.

  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • 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
  • 1
    Expo

    Expo

    An open-source platform for making universal native apps with React

    Expo is an open source framework and platform for creating universal React applications that run on Android, iOS, and the web. It includes a set of tools, services, universal runtime and libraries that let you develop, deploy and iterate on Android, iOS, and the web with the same JavaScript/TypeScript codebase. Expo is where client software is developed, and contains the client apps, modules, templates and more; while the Expo development tools are contained in the Expo CLI repository. Try Expo in the browser here: https://snack.expo.io/
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Hyperion

    Hyperion

    In-app design review tool to inspect measurements, attributes, etc.

    In-app design review tool to inspect measurements, attributes, and animations. Hyperion is a hidden plugin drawer that can easily be integrated into any app. The drawer sits discreetly under the app so that it is there when you need it and out of the way when you don't. Hyperion plugins are designed to make an inspection of your app quick and simple. The View Inspector plugin allows you to inspect the properties of any view live within the app. Have a tiny view you want to inspect? No problem, you can zoom in on any portion of the app while the plugin is active. The Measurements plugin allows you to measure the distance between any two views on the screen. No more guessing whether padding is correct-this plugin has you covered. Have trouble verifying an animation matches the design? The Slow Animations plugin allows you to slow down all animations within the app to 75%, 50%, or 25% of the normal speed.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    leopard-webkit

    leopard-webkit

    WebKit for OS X Leopard

    builds of current WebKit frameworks for Mac OS X 10.5 (PowerPC G4, PowerPC G5). In order to revive the Snow Leopard builds at least one volunteer with skills in building open source software is needed!
    Leader badge">
    Downloads: 24 This Week
    Last Update:
    See Project
  • 4
    LNPopupController

    LNPopupController

    LNPopupController is a framework for presenting view controllers

    LNPopupController is a framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps. Once a popup bar is presented with a content view controller, the user can swipe or tap the popup bar at any point to present the popup. After finishing, the user dismisses the popup by either swiping or tapping the popup close button. The framework is intended to be very generic and work in most situations, so it is implemented as a category over UIViewController. Each view controller can present a popup bar, docked to a bottom view. For UITabBarController subclasses, the default docking view is the tab bar. For UINavigationController subclasses, the default docking view is the toolbar. For other classes, the popup bar is presented at the bottom of the screen. View controller subclasses can provide their own docking views.
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    YYText

    YYText

    Text framework for iOS to display and edit rich text

    Powerful text framework for iOS to display and edit rich text. YYText is a component of YYKit. YYText is UILabel and UITextView API compatible. High performance asynchronous text layout and rendering, extended CoreText attributes with more text effects. Text attachments with UIImage, UIView and CALayer. Custom highlight text range to allow user interact with, text parser support (built in markdown/emoticon parser), text container path and exclusion paths support. Vertical form layout support (for CJK text). Image and attributed text copy/paste support, attributed text placeholder support, custom keyboard view support. Undo and redo control. Attributed text archiver and unarchiver support, multi-language and VoiceOver support, interface Builder support, and fully documented.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    blueutil

    blueutil

    CLI for bluetooth on OSX: power, discoverable state, list, etc.

    blueutil is a command-line utility for managing Bluetooth on macOS. It provides control over Bluetooth connections, device pairing, and power state from the terminal.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    AFNetworking

    AFNetworking

    A delightful networking framework for iOS, macOS, watchOS, and tvOS

    AFNetworking is a networking library for Apple’s system software for its various devices, namely iOS, macOS, watchOS and tvOS. AFNetworking simplifies RESTful API networking and creates modular request/response patterns. It is built on top of the Foundation URL Loading System, extending Cocoa’s powerful high-level networking abstractions. AFNetworking is built with a modular architecture and a wonderful set of well-designed, feature-rich APIs. It is supported by an amazing community of developers who continue to use and contribute to the project every day.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    EZAudio

    EZAudio

    An iOS and macOS audio visualization framework

    An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations. I've designed six audio components and two interface components to allow you to immediately get your hands dirty recording, playing, and visualizing audio data. These components simply plug into each other and build on top of the high-performance, low-latency AudioUnits API and give you an easy to use API written in Objective-C instead of pure C. EZAudio was designed to work transparently across all iOS and OSX devices. This means one universal API whether you're building for Mac or iOS. For instance, under the hood an EZAudioPlot knows that it will subclass a UIView for iOS or an NSView for OSX and the EZMicrophone knows to build on top of the RemoteIO AudioUnit for iOS, but defaults to the system defaults for input and output for OSX.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Nimble

    Nimble

    A Matcher Framework for Swift and Objective-C

    Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar. Apple's Xcode includes the XCTest framework, which provides assertion macros to test whether code behaves properly. XCTest assertions have a couple of drawbacks. Not enough macros. There's no easy way to assert that a string contains a particular substring, or that a number is less than or equal to another. It's hard to write asynchronous tests. XCTest forces you to write a lot of boilerplate code. Nimble addresses these concerns. Would you like to add more information to the test's failure messages? Use the description optional argument to add your own text. Nimble makes sure you don't compare two types that don't match. Tired of so much typing? With Nimble, you can use overloaded operators like == for equivalence, or > for comparisons.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10
    Promises

    Promises

    Promises is a modern framework that provides synchronization

    Promises is a modern framework that provides a synchronization construct for Objective-C and Swift to facilitate writing asynchronous code. Typically, async operations take a completion handler in a form of a block, which is called to provide either a result or an error. To perform more than one async operation, you have to nest the second one inside the completion block of the first one, and also handle an error gracefully. Often such nesting becomes painful to follow or modify. The framework has intuitive APIs that are well documented making it painless to integrate into new or existing code. Supports both Objective-C and Swift. Promises that are created in Objective-C can be used in Swift and vice versa. Has minimum overhead that achieves similar performance to GCD and completion handlers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    An Objective-C Framework for Regular Expressions using the PCRE Library for Mac OS X Cocoa and GNUstep.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    A Mac OS X framework implemented in Objective-C 2.0 that reads and parses ASCII DXF files. The framework returns an array of custom entity objects that can be used as needed by the program implementing this library.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    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: 1 This Week
    Last Update:
    See Project
  • 14
    The ODBCKit is an Objective C / Cocoa framework to provide easy access to data stored in valid ODBC Datasources from within the Cocoa/MacOS X environment, without requiring knowledge of the underlying ODBC 'C' API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    QuickDicom is an easy to use dicom medical imaging package for Mac OSX, providing QuickLook, Spotlight, Quartz Composer, Window/Level and a dicom file analyzer. Also included is the iiDicom Framework for image/dictionary usage in Objective C and Python.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    WidgetTerm
    WidgetTerm is a terminal Dashboard Widget for Mac OS X 10.4 or above. This widget implements the terminal function through the Web Kit Plug-in in Objective-C powered by iTerm's open source terminal implementation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    AAChartKit

    AAChartKit

    Modern declarative data visualization chart framework

    AAChartKit is an elegant and friendly (user-friendly && enviroment-friendly) chart framework for iOS, based on the open source Highcharts JS libraries. AAChartKit is extremely powerful, easy to configure and a pleasure to use. Currently AAChartKit includes support for the following chart types: column chart, bar chart, area chart, area spline chart, line chart, spline chart, radar chart, polar chart, pie chart, bubble chart, pyramid chart, funnel chart, column range and area range chart. More chart types are planned to be supported. AAChartKit gives you easy and fast access to a wide range of chart types, hassle-free and quick to integrate into your own project. Unlike previous imperative programming techniques, drawing any custom chart in AAChartKit, you don't need to care about the inner implementation details which is annoying && boring.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ACCELA is a library of wrapper classes for the Mac OS toolbox. It features a complete set of Carbon Events classes, which can also be used with PowerPlant. Other classes cover Navigation Services, Core Foundation, QuickTime, QuickDraw, AppleEvents, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project will work on developing ad hoc network capabilities for Apple's iPod Touch and iPhone with goals of developing a chat program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Advanced CORBA/IIOP implementation with run-time IDL parsing, dynamic bindings and native IDL to Objective C mapping. Includes graphical tool to browse IDL definitions, to view Naming Service hierarchy and to invoke arbitrary CORBA remote operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BackApps
    BackApps is an innovative service designed for smart phones applications developers that allows data sharing between application users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BoomBot is a developer's framework for writing a bot connecting to the AIM network. It manages the network communication for the bots so that they can be easily written without worrying about AIM itself at all. Bots can be written in Objective-C or Lua.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Chameleon

    Chameleon

    Color framework for Swift and Objective-C

    Chameleon is a lightweight, yet powerful, color framework for iOS (Objective-C & Swift). It is built on the idea that software applications should function effortlessly while simultaneously maintaining their beautiful interfaces. With Chameleon, you can easily stop tinkering with RGB values, wasting hours figuring out the right color combinations to use in your app, and worrying about whether your text will be readable on the various background colors of your app. With a plethora of color choices available for text, it's difficult to choose one that all users will appreciate and be able to read. Whether you're in doubt of your text and tint color choices, or afraid to let users customize their profile colors because it may disturb the legibility or usability of the app, you no longer have to worry. With Chameleon, you can ensure that all text stands out independent of the background color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An Objective-C framework for developing AudioUnits. This framework (dynamic library bundle) can be used by Cocoa/Objective-C developers as an alternative to Apple's C++ based CoreAudio SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A collection of protocols implemented by the Cocoa root objects (NSObject and NSProxy) to control message delivery, and a testing framework. Higher order messages (HOMs) allow specification of how a message is to be performed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next