2020-02-01から1ヶ月間の記事一覧
UICollectionView を使う際、以下のようにセルを再利用していました // CustomCell.swift class CustomCell: UICollectionViewCell { static func nib() -> UINib { return UINib(nibName: String(describing: self), bundle: nil) } static func reuseIdent…
UICollectionView を使う際、以下のようにセルを再利用していました // CustomCell.swift class CustomCell: UICollectionViewCell { static func nib() -> UINib { return UINib(nibName: String(describing: self), bundle: nil) } static func reuseIdent…