uservoice / uservoice-ios-sdk

UserVoice iOS SDK
https://www.uservoice.com/mobile/
Other
335 stars 218 forks source link

“Loading...” label aligned right on iOS 7 and iOS 8 #310

Open efpies opened 10 years ago

efpies commented 10 years ago

Back in June, I got this issue

16 2014 14 56 16 ios

On iOS 6 all is ok. On iOS 7 (simulator) and iOS 8 (device) I'm getting the “Loading...” label aligned right. Now I updated the SDK to 3.2.0 and it's still not fixed. I'm wondering if I'm the only who gets this bug, because you guys should've seen it before me.

So I quickfixed that by adding observer and centering it manually on Controller's view frame change and centering the loading view manually.

austintaylor commented 10 years ago

Do you think you could share the code you used to fix this? I cannot reproduce the issue on either iOS 8 or iOS 7.