From 1225e621487663604eec31a1311a36a160fbdb43 Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Sun, 8 Oct 2023 10:30:21 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d061af..4d1e7d1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ `TORoundedButton` has been crafted to be as graphically performant as possible, based on guidance from Core Animation engineers from Apple at WWDC 2019. It is not simply a subclass of `UIButton`. Instead, it is a subclass of `UIControl` with all button graphics and behavior re-engineered from scratch. +_In 2021, Apple finally introduced an official way to create rounded `UIButton` styles with the [new `UIBackgroundConfiguration` API](https://developer.apple.com/documentation/uikit/uibackgroundconfiguration). If your app targets iOS 15 and above, you should consider using the official API instead._ + # Features * A completely custom implementation; no `UIButton` hacking.