Skip to content
Angel Cortez edited this page May 9, 2020 · 4 revisions

RIBs, Needles, and Plugins

RIBs is Uber's cross-platform architecture framework. Needle is a dependency injection (DI) framework for Swift. The purpose of this project is show how these to frameworks and the concept of Plugins can come together to make cohesive and robust app architecture.

Hierarchy

This project's hierarchy and structure differs slightly from the RIB's example project, Tic Tac Toe, in that this project includes a Configuration, Logged In Plugin Point, and ScoreSheet components.

# Differences
Clone this wiki locally