Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
FLEX (Flipboard Explorer) is a set of in-app debugging and exploration tools for iOS development. When presented, FLEX shows a toolbar that lives in a window above your application. From this toolbar, you can view and modify nearly every piece of state in your running application. | Provides views, controls, and layout structures for declaring your app's user interface. The framework provides event handlers for delivering taps, gestures, and other types of input to your app. |
Inspect and modify views in the hierarchy.;See the properties and ivars on any object.;Dynamically modify many properties and ivars.;Dynamically call instance and class methods.;Access any live object via a scan of the heap.;View the file system within your app's sandbox.;Explore all classes in your app and linked systems frameworks (public and private).;Quickly access useful objects such as [UIApplication sharedApplication], the app delegate, the root view controller on the key window, and more.;Dynamically view and modify NSUserDefaults values. | Declarative Syntax;
Design Tools;
Drag and drop;
Dynamic replacement;
Previews;
Native on All Apple Platforms;
Generate dynamic, interactive previews of your custom views;
Define interactions from taps, clicks, and swipes to fine-grained gestures;
Control and respond to the flow of data and changes within your app’s models;
Integrate SwiftUI views into existing apps, and embed AppKit, UIKit, and WatchKit views and controllers into SwiftUI view hierarchies;
Present your content onscreen and handle user interactions |
Statistics | |
Stacks 18 | Stacks 590 |
Followers 13 | Followers 567 |
Votes 1 | Votes 6 |
Pros & Cons | |
Pros
| Pros
|
Integrations | |
| No integrations available | |

Weex renders code in native widgets in Android & iOS and helps preserve the quality of user experience on critical platforms.

An open source project which aims to bring Material Design to Android through React Native by Facebook. The library is made up of many components, which can be found in the sidebar.

ComponentKit is an Objective-C++ view framework for iOS that is heavily inspired by React. It takes a functional, declarative approach to building UI. It was built to power Facebook's News Feed and is now used throughout the Facebook iOS app.

PonyDebugger is a remote debugging toolset. It is a client library and gateway server combination that uses Chrome Developer Tools on your browser to debug your application's network traffic and managed object contexts. To use PonyDebugger, you must implement the client in your application and connect it to the gateway server. There is currently an iOS client and the gateway server.

Made by the creators of Twitter Bootstrap, Ratchet is a library that allows you to build mobile apps with simple HTML, CSS, and JS components.

jQuery Mobile is a HTML5-based user interface system designed to make responsive web sites and apps that are accessible on all smartphone, tablet and desktop devices.

Material design for React Native.

React-inspired Swift library for writing UIKit UIs.

Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser. Developers can also choose to enable the optional dumpapp tool which offers a powerful command-line interface to application internals.

It allows you to define efficient React components using nothing but plain ClojureScript functions and data, that describe your UI using a Hiccup-like syntax.