Skip to content

0.3.0

Compare
Choose a tag to compare
@mac-cain13 mac-cain13 released this 15 Dec 08:17

R.swift now generated strongly typed segues and provides methods to validate if the images used in your storyboard do exist.

  • R.[storyboardName].[segueIdentifier] to get the identifier of a segue
  • R.validateStoryboardImages() to validate images in all storyboards
  • R.[storyboardName].validateStoryboardImages() to validate images in a single storyboard