-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Angel Cortez edited this page May 9, 2020
·
4 revisions
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.
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