Michael G. Emmons
Results
2
issues of
Michael G. Emmons
Carthage is great, but I still have a lot of projects that use Cocoapods. Supporting both would be appreciated.
What is the correct way to do orientation comparisons? I've tried the following, none of which work: ``` bool fail1 = CrossDeviceOrientation.Current == 2; bool fail2 = CrossDeviceOrientation.Current == DeviceOrientations.Portrait;...
question
need feedback