diff --git a/ACKategories-iOS/TagListView.swift b/ACKategories-iOS/TagListView.swift index cb55837e..4b3e1f9e 100644 --- a/ACKategories-iOS/TagListView.swift +++ b/ACKategories-iOS/TagListView.swift @@ -1,6 +1,7 @@ import UIKit /// View to show collection of views in flow layout style +@objc(ACKTagListView) open class TagListView: UIView { /// Horizontal spacing between elements in the list diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd9ac1b..955ba15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ``` ## Next +- Specify Obj-C name for TagListView ([#127](https://github.com/AckeeCZ/ACKategories/pull/127), kudos to @olejnjak) ## 6.12.1 - Update for Xcode 14 ([#126](https://github.com/AckeeCZ/ACKategories/pull/126), kudos to @olejnjak)