krzyzanowskim / Natalie

Natalie - Storyboard Code Generator (for Swift)
http://blog.krzyzanowskim.com/2015/04/15/natalie-storyboard-code-generator/
MIT License
1.17k stars 74 forks source link

Allow <exit /> nodes #61

Closed a2 closed 9 years ago

a2 commented 9 years ago

Was having a problem where an <exit /> node was causing issues. The following line was causing the issue:

<exit id="OIG-iv-Mez" userLabel="Exit" sceneMemberID="exit"/>
a2 commented 9 years ago

This PR may be unnecessary. I was able to avoid the assertionFailure() calls by running natalie.swift in unchecked mode.