Adorkable / seguecode

the missing support tool for building safe UIStoryboard code
MIT License
22 stars 3 forks source link

same name for a SegueID or TableCellPrototypeID in two different instances should be handled safely #37

Closed yoiang closed 8 years ago

yoiang commented 8 years ago

will cause both to export with the same name and cause compilation error should just export one, perhaps include annotation comments saying that it came from both

yoiang commented 8 years ago

duplicate of #34