From 2a3f28afc923462df38632c6ebcf74bb1732da0f Mon Sep 17 00:00:00 2001 From: Alexander Rutsman Date: Mon, 15 Nov 2021 18:14:53 +0300 Subject: [PATCH] feat: update docs --- TIUIElements/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TIUIElements/README.md b/TIUIElements/README.md index 0bafa5af..97a9cff7 100644 --- a/TIUIElements/README.md +++ b/TIUIElements/README.md @@ -3,6 +3,9 @@ Bunch of useful protocols and views: - `RefreshControl` - a basic UIRefreshControl with fixed refresh action. +- `AlertFactory` - a basic alert factory setting up UiAlertController. +- `AlertPresentable` - a basic protocol describing api UIAlertController for custom alerts. +- `AlertInformative` - a basic protocol describing actions for creating alerts. # HeaderTransitionDelegate Use for transition table header to navigationBar view while scrolling