thefotes / AbandonedConstraints

Find and remove unused constraints in your .storyboard and .xib files
MIT License
2 stars 0 forks source link

Support for Xcode 8 storyboards #2

Open akotulu opened 7 years ago

akotulu commented 7 years ago

I converted the project to latest Swift and tried to clean my project from constraints which aren't used (hundreds), but script leaves loose ends to contraints which don't end with />

If file contains

<contraint>
   <blah>
</contraint>

Leaves to file

   <blah>
</contraint>

As long as Xcode or Apple wont implement a magic button this tool is really useful 👍

thefotes commented 7 years ago

Interesting. Will take a look at this soon. Thanks for pointing it out, glad you found it useful :)