From 07c5d358c09d20e40db22cf0f60d60fd32c23d8c Mon Sep 17 00:00:00 2001 From: Stavros Barousis Date: Sun, 27 Aug 2023 14:19:06 +0300 Subject: [PATCH] enhancement: added proxy pattern known use (#2507) (#2554) --- proxy/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/README.md b/proxy/README.md index b5586e80187d..07fcc10b7132 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -157,6 +157,7 @@ Typically, the proxy pattern is used to * [Apache Commons Proxy](https://commons.apache.org/proper/commons-proxy/) * Mocking frameworks [Mockito](https://site.mockito.org/), [Powermock](https://powermock.github.io/), [EasyMock](https://easymock.org/) +* Apple UIKit's [UIAppearance](https://developer.apple.com/documentation/uikit/uiappearance) ## Related patterns