Bitcoin-com / bitcoin-cash-merchant-ios

This is Bitcoin Cash Merchant App for iOS built with Swift by the Bitcoin.com Team. Enjoy!
https://wallet.bitcoin.com
76 stars 26 forks source link

Feature/landscape #26

Closed echoelman closed 2 years ago

echoelman commented 2 years ago

Enabled landscape orientation for iPad devices. iPhone is still locked to portrait orientation.

Views and constraints are still set up programmatically. Views that were not behaving correctly during orientation changes now have their constraints consolidated into a helper function that is called every time the screen orientation changes. This helper function deactivates the existing constraints and then reactivates a new set of constraints with any orientation-related changes that are needed.