Rightpoint / Eject

An eject button for Interface Builder to generate swift code
MIT License
523 stars 24 forks source link

Figure out `placeholder` in constraint. #10

Open KingOfBrian opened 7 years ago

KingOfBrian commented 7 years ago

There is a placeholder key on constraint. I'm not sure what this actually does. Very often it won't have enough information to generate a valid constraint and can cause failures.

drumnkyle commented 7 years ago

Placeholder is to just show in interface builder but not actually used at runtime. I think you can just ignore the value.

KingOfBrian commented 7 years ago

Nice, thanks @drumnkyle ! Have you seen symbolic? I'm ignoring it at the moment and creating the constraint anyway.

drumnkyle commented 7 years ago

@KingOfBrian I'm not sure what symbolic is. Haven't seen it much. Sorry.