liveservices / LiveSDK-for-iOS

LiveSDK library for integrating with Live Connect
MIT License
138 stars 84 forks source link

iPad authorization as form sheet #66

Open tobihagemann opened 9 years ago

tobihagemann commented 9 years ago

Just asking if it isn't more desirable to show the authorization view controller as a form sheet on an iPad. It's basically a one-liner that should be inserted at LiveAuthRequest.m:187:

modalDialog.modalPresentationStyle = UIModalPresentationFormSheet;
aclev commented 9 years ago

Hi @MuscleRumble Do you mind submitting a pull request? Thanks!