R.swift v0.3 Release Notes

  • 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