问题 I am new to iOS and I now have an issue. My goal is to get a sliding bar with filtering buttons on it. I have a UICollectionView as a subview in some other view all is displaying well except for the last cell. Here is the delegate and datesource of the uicollectionview class PmtCategoryCollectionViewController: UICollectionViewController { var categories = ["Mediterranean", "Italian", "French", "Chinese", "American", "Indian"] var buttonDistanceToEachOther: CGSize = CGSize(width: 20, height: