IB/UIStoryboard and UIViewController
It was always an error prone procedure when I was working in IB specifying Storyboard or Reuse Identifier as identification for UIViewController/UITableViewCell or UICollectionViewCell, so I soon started with a convention that every identifier in IB gets the name of its Type. In Code I used two static functions (NameOfClass/ReuseIdentifierForClass) [...]