From 0f49a35ac400285eeb5859a7ff64574ecb042934 Mon Sep 17 00:00:00 2001 From: qfu Date: Wed, 31 Jan 2018 16:40:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20UIAlertViewController=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20TextField=20=E6=96=87=E6=9C=AC=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E6=97=B6=E7=9A=84=E8=AF=AF=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MLeaksFinder/NSObject+MemoryLeak.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MLeaksFinder/NSObject+MemoryLeak.m b/MLeaksFinder/NSObject+MemoryLeak.m index 3b656eb..65e141b 100644 --- a/MLeaksFinder/NSObject+MemoryLeak.m +++ b/MLeaksFinder/NSObject+MemoryLeak.m @@ -120,6 +120,7 @@ + (NSMutableSet *)classNamesWhitelist { @"UINavigationBar", @"_UIAlertControllerActionView", @"_UIVisualEffectBackdropView", + @"_UIAlertControllerTextField", nil]; // System's bug since iOS 10 and not fixed yet up to this ci.