Skip to content

Commit

Permalink
fix: fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu0118 committed Sep 12, 2022
1 parent 80c911a commit bb878a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ extension IBCompatibleViewType: CaseIterable, CustomStringConvertible {
case .searchBar:
return "UISearchBar"
case .containerView:
return "UIViewController"
return "UIView"
case .collectionViewCellContentView:
return "UIView"
case .collectionReusableView:
Expand Down

0 comments on commit bb878a3

Please sign in to comment.