Skip to content

v2.1.16

Compare
Choose a tag to compare
@cgmaier cgmaier released this 30 Nov 22:54
· 29 commits to main since this release
753e50b
  • fixes a layout issue where the search tag suggestions below the search bar were being improperly sized. this issue appears to have been introduced with Xcode 13.1 - the solution is to ensure subviews are being added to the contentView property of UICollectionViewCells rather than directly to the cell's view.