How can I add size class variations to my custom property objects?
Asked
Active
Viewed 187 times
2 Answers
2
These variations are for Traits (Size Classes / screen sizes). You cannot vary for anything else. You should do it in code. What is 'Vary for Traits' in XCode 8?

ryancrunchi
- 465
- 2
- 16
-
thanks.. i have go through it. custom traits not possible to add in my object. – Vishal Patel Dec 15 '17 at 10:02
0
In xcode 8.3 there is option vary for Traits using that you can achieve size class behaviour.
Do one thing select device from bottom of storyboard and click on vary for traits button , then very that particular UI property after doing that click on done varying.
You will notice size class behaviour.

Hemant Sabale
- 317
- 2
- 13