Skip to content

2.0.2

Compare
Choose a tag to compare
@jwfriese jwfriese released this 22 Nov 14:38
· 242 commits to master since this release
  • Introduces an interface on UIStoryboard that allows for true mocking of storyboard elements. Use it when you want to test that view controller interactions such as segues are implemented correctly, without having to worry about side effects of destination view controller lifecycle code executing.
  • Fixes a couple bugs with the storyboard script. Thanks @farshadtx for your help on these items!