Skip to content

RFUI/RFDelegateChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04093ab · Sep 25, 2020

History

26 Commits
Sep 25, 2020
Dec 31, 2019
Sep 23, 2020
Sep 23, 2020
Dec 31, 2019
Sep 25, 2020
Sep 25, 2020
Jan 1, 2020
Sep 25, 2020
Jan 2, 2020
Sep 25, 2020
Jan 1, 2020

Repository files navigation

RFDelegateChain

Build Status Codecov CocoaPods

DelegateChain allows the implementation of delegation to be distributed across multiple objects, compared to the traditional delegate mechanism.

Requirements

Xcode 10+.

CocoaPods Install

pod 'RFDelegateChain'

With specified subspecs:

pod 'RFDelegateChain', :subspecs => ['UICollectionViewDataSource', 'UITextFieldDelegate']

Subspec available:

  • UICollectionViewDataSource
  • UICollectionViewDelegate
  • UICollectionViewDelegateFlowLayout
  • UIScrollViewDelegate
  • UISearchBarDelegate
  • UITextFieldDelegate
  • UITextViewDelegate
  • UIWebViewDelegate

It is highly recommended to build this library with the same deployment target version as your target. This can be fixed with a post_install script.