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

Print code about 'reuseidentifier' only if there is one defined ... #47

Closed phimage closed 9 years ago

phimage commented 9 years ago

... in storyboard Print 'MARK: - controller class' if there is segue or reusable element

Could fix #42

krzyzanowskim commented 9 years ago

ReusableProtocol describe what is already in UIKit. It's good to have it around with extensions, no matter if Natalie generated something reusable or not.

I think this change is unnecessary.