Ben
Ben

Reputation: 791

Set Constant for all Devices

I'm trying to set a constant between iPhone (4,5,6...) and iPad, but I can't do a difference between iPhone 4 and iPhone 6 for example, so how to do ?

enter image description here

Upvotes: 1

Views: 253

Answers (1)

DeyaEldeen
DeyaEldeen

Reputation: 11817

this question has a script that i use for this purpose

Detect current device with UI_USER_INTERFACE_IDIOM() in Swift

use it, and define constraints constant according to the device, and that's it. :)

Upvotes: 1

Related Questions