CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.

PageEventBus 0.2.20251002

PageEventBus 0.2.20251002

Maintained by lalawue.



PageEventBus 0.2.20251002

  • By
  • suchaaa

Introduction

PageEventBus was a typed event bus modular system build for page internal data exchange, UI and business logic independent.

Features

  • UI and business logic independent through view model
  • view model can receive/send event, manipulate view
  • view model can manual connect to event bus
  • events' input/output data are typed
  • business logic's input/output parameters can hide by event bus

Install

To integrate PageEventBus into your Xcode project using CocoaPods, specify it in your Podfile:

    pod 'PageEventBus'

Example

first pod install to genereate .xcworkspace

$ cd Example
$ pod install
$ open ViewComponent.xcworkspace

using Then from Suyeol Jeon