How to find out whether Auto Layout was used to make a Storyboard or Xib

Viewed 1051

In iOS, is there a way to programmatically find out whether a storyboard, or xib, has been defined using Auto Layout or Springs & Struts?

This would be useful when writing a method which needs to be able to operate on either.

2 Answers
Related