From bb878a35b4ec554ed6609ada166345e9c47bb60f Mon Sep 17 00:00:00 2001 From: Ryu0118 <87907656+Ryu0118@users.noreply.github.com> Date: Tue, 13 Sep 2022 01:05:45 +0900 Subject: [PATCH] fix: fixed a bug --- .../MagicIBCore/IBCompatibleObjects/IBCompatibleViewType.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/MagicIBCore/IBCompatibleObjects/IBCompatibleViewType.swift b/Sources/MagicIBCore/IBCompatibleObjects/IBCompatibleViewType.swift index 0397183..733f83e 100644 --- a/Sources/MagicIBCore/IBCompatibleObjects/IBCompatibleViewType.swift +++ b/Sources/MagicIBCore/IBCompatibleObjects/IBCompatibleViewType.swift @@ -136,7 +136,7 @@ extension IBCompatibleViewType: CaseIterable, CustomStringConvertible { case .searchBar: return "UISearchBar" case .containerView: - return "UIViewController" + return "UIView" case .collectionViewCellContentView: return "UIView" case .collectionReusableView: