Skip to content

Commit

Permalink
Merge pull request #127 from AckeeCZ/objc_name
Browse files Browse the repository at this point in the history
Define Obj-C name for TagListView
  • Loading branch information
olejnjak authored Oct 7, 2022
2 parents ef2c6f3 + 41ab2d3 commit 456d781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ACKategories-iOS/TagListView.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 456d781

Please sign in to comment.