ReuseIdentifierMacro
A Reuse Identifier Macro that is useful in generation of a reuse id for your UICollectionViewCells and UITableViewCells
Install / Use
/learn @collisionspace/ReuseIdentifierMacroREADME
ReuseIdentifierMacro
A Reuse Identifier Macro that is useful in generation of a reuse id for your UICollectionViewCells and UITableViewCells
To use within your projects, you'll need SPM and import this package in.
Example usage within your project
import ReuseIdentifier
@ReuseIdentifier
class CarouselCollectionViewCell: UICollectionViewCell {}
collectionView.register(
CarouselCollectionViewCell.self,
forCellWithReuseIdentifier: CarouselCollectionViewCell.reuseIdentifier
)
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
