Showing 109 open source projects for "framework-arduinoststm32"

View related business solutions
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    FFPopup

    FFPopup

    Presenting custom views as a popup in iOS

    FFPopup is a flexible and customizable popup view framework for iOS, built with Objective-C. It allows developers to present modal-like views with a variety of animations and layouts, enhancing user interactions with custom alerts and notifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    XLForm

    XLForm

    XLForm is the most flexible and powerful iOS library

    XLForm is a powerful Objective-C framework for creating dynamic and customizable forms in iOS applications. It simplifies the process of building forms with various input types, validation, and UI customization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    XMPPFramework

    XMPPFramework

    An XMPP framework in Objective-C for Mac and iOS

    XMPPFramework provides a core implementation of RFC-3920 (the XMPP standard), along with the tools needed to read & write XML. It comes with multiple popular extensions (XEP's), all built atop a modular architecture, allowing you to plug-in any code needed for the job. Additionally the framework is massively parallel and thread-safe. Structured using GCD, this framework performs well regardless of whether it's being run on an old iPhone, or on a 12-core Mac Pro. (And it won't block the main thread at all). There have been a number of changes to the public API of XMPPFramework in an attempt to improve the ergnomics and safety when used with Swift. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MyLayout

    MyLayout

    Powerful iOS UI framework implemented by Objective-C.

    MyLayout is a simple and easy objective-c framework for iOS view layout. MyLayout provides some simple functions to build a variety of complex interface. It integrates the functions including Autolayout and SizeClass of iOS, five layout classes of Android, float and flex-box and bootstrap of HTML/CSS. The MyLayout's Swift version are named: TangramKit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DateTools

    DateTools

    Dates and times made easy in iOS

    ...All the classes required for DateTools are located in the DateTools folder in the root of this repository. DateTools.h contains the headers for all the other files. Import this if you want to link to the entire framework. One of the missions of DateTools was to make Date feel more complete. There are many other languages that allow direct access to information about dates from their date classes, but Date (sadly) does not.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ORSSerialPort

    ORSSerialPort

    Serial port library for Objective-C and Swift macOS apps

    ...However, even in a closed-source project, you must include a publicly-accessible copy of ORSSerialPort's copyright notice, which you can find in the LICENSE file. There are a number of ways to add ORSSerialPort to your project. You can use the included framework project, Carthage, CocoaPods, or the Swift Package Manager. See the Guide to Installing ORSSerialPort for detailed instructions for each of these methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MBCalendarKit

    MBCalendarKit

    An open source calendar framework for iOS

    MBCalendarKit is a customizable calendar component for iOS, allowing developers to easily add interactive calendar views to their apps. Inspired by Apple’s Calendar app, it provides day, week, and month views with support for events and appointments. The library is designed to be flexible and easily adaptable to different app designs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 10
    MQTT Client Framework

    MQTT Client Framework

    iOS, macOS, tvOS native ObjectiveC MQTT Client Framework

    MQTT-Client-Framework is an Objective-C and Swift library that enables iOS and macOS applications to communicate using the MQTT protocol, making it ideal for IoT and messaging applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pop

    Pop

    iOS and OS X animation library for physics-based interactions

    ...The API allows quick integration with existing Objective-C or Swift codebases and enables the animation of any property on any object. It's a mature and well-tested framework that drives all the animations and transitions in Paper. By adding the project to your project and adding pop.embedded framework to the Embedded Binaries section on the General tab of your app's target, you can set up pop in seconds! The Pop interface is implemented as a category addition on NSObject. Any NSObject or subclass can be animated. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    iOS-Runtime-Headers

    iOS-Runtime-Headers

    iOS Objective-C headers as derived from runtime introspection

    ...Its purpose is to expose class interfaces—methods, properties, ivars, protocols—that are not documented by Apple, making it easier to explore system behavior and reverse-engineer APIs. The headers are generated by inspecting binaries and metadata, then organized by framework so developers can browse relationships and inheritance hierarchies. This is invaluable for research, debugging, and tooling where you need to understand what UIKit, Foundation, or lower-level frameworks are actually doing under the hood. The project encourages read-only exploration; code using private APIs is generally unsuitable for App Store distribution. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Onboard

    Onboard

    Framework to create a beautiful and engaging onboarding experience

    Each onboarding experience is comprised of two primary components, the background and the content pages. The background includes the static background image/video, the page control, and the skip button. The content pages are made up of four pieces, an image/icon, title, body, and action button. Create individual pages by creating instances of OnboardingContentViewController. Provide a title, body, image, text for an action button, and within the action block handle whatever you want to do...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tangram - iOS

    Tangram - iOS

    Tangram is a modular UI solution for building native page dynamically

    Tangram is a UI Framework for building a fast and dynamic ScrollView. The system requirement for Tangram is iOS 7.0+. JSON to View can be very easy by use our default parser. You can open TangramDemo to see how to transfer JSON to view. The default parsers are the same in the two platforms (Android and iOS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Kiwi

    Kiwi

    Simple BDD for iOS

    ...The goal is to provide a BDD library that is exquisitely simple to setup and use. The idea behind Kiwi is to have tests that are more readable than what is possible with the bundled test framework. Tests (or rather specs) are written in Objective-C and run within the comfort of Xcode to provide a test environment that is as unobtrusive and seamless as possible in terms of running tests and error reporting. In modern iOS and OS X development, you inevitably end up using open source libraries (e.g. AFNetworking) in your projects. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Motif

    Motif

    Lightweight and customizable stylesheets for iOS

    Motif is an iOS framework for creating and managing UI themes using strongly typed Objective-C models. It enables developers to centralize theme definitions and dynamically apply them across the app for a consistent design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    LuaViewSDK

    LuaViewSDK

    A cross-platform framework to build UIs

    LuaViewSDK is a cross-platform framework which is designed to build native, dynamic and swift user interfaces. It's based on Lua VM and chooses lua as it's script language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RestKit

    RestKit

    Framework for consuming and modeling RESTful web resources

    RestKit is a modern Objective-C framework for implementing RESTful web services clients on iOS and Mac OS X. It provides a powerful object mapping engine that seamlessly integrates with Core Data and a simple set of networking primitives for mapping HTTP requests and responses built on top of AFNetworking. It has an elegant, carefully designed set of APIs that make accessing and modeling RESTful resources feel almost magical.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pusher

    Pusher

    OS X and iOS application and framework to play with APNs

    ...With Pusher all you need is an SSL certificate and a device token, and you can start pushing directly from your Mac and even from your iPhone! Pusher provides detailed error reporting and logs, and many other tools. It’s got a small framework for both OS X and iOS, and is a good choice for better understanding how push notifications work and playing around with them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DKNightVersion

    DKNightVersion

    Manage Colors, Integrate Night/Multiple Themes. (Unmaintained)

    DKNightVersion is an iOS framework that enables dynamic theme switching, including dark mode support, without requiring app restarts.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Computer@Therapy

    Computer@Therapy

    IT research and therapy in one piece.

    ...At this project page we present sources of developed apps according to iCT design principles. Apps are developed continuously by team members under the supervision of J. Fiala. New versions of iCT Framework and apps are added continuously at our new subproject tab (iCT-Framework v2 and its SEN apps) which is also called OPEN SEN PLATFORM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JSPatch

    JSPatch

    JSPatch bridge Objective-C and Javascript using Objective-C runtime

    ...JSPatch bridges Objective-C and JavaScript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. Easy script loading via JavaScriptCore framework integration. That makes the APP obtaining the power of script language: add modules or replacing Objective-C code to fix bugs dynamically. There are some extensions provide support for custom struct type, C methods and other functional, call +addExtensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Hub Framework

    Hub Framework

    Spotify’s component-driven UI framework for iOS

    The Hub Framework is being phased out at Spotify, and therefore we will not be maintaining it further. Welcome to the Hub Framework - a toolkit for building native, component-driven UIs on iOS. It is designed to enable teams of any size to quickly build, tweak and ship new UI features, in either new or existing apps. It also makes it easy to build backend-driven UIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Gallop

    Gallop

    A framework for build smooth asynchronous iOS APP

    Gallop is a powerful rich text framework that supports Asynchronous display. It encapsulates CoreText's rich text functions and commonly used image processing capabilities. just need use LWTextStorage object instead of UILabel object and use LWImageStorage object instead of UIImageView object,Gallop will make sure your app scroll smoothly. You can also use Gallop to parse HTML pages and customize machining to parse HTML pages into iOS native pages.
    Downloads: 0 This Week
    Last Update:
    See Project