2

How can I add size class variations to my custom property objects?

Size class variation symbols next to properties

jscs
  • 63,694
  • 13
  • 151
  • 195
Vishal Patel
  • 511
  • 6
  • 21

2 Answers2

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
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