iOS 8.4 UIActivityIndicatorView rendering - ios

It seems something is going wrong with UIActivityIndicatorViews in iOS 8.4...
How it looks on 8.2:
How it looks on 8.4:
If you look closely you'll see that on iOS 8.4 it seems to be rendering at non-retina scale! The same also seems to be happening to badge views on the tab bar, try setting the badgeValue on a UITabBarItem.
Does anyone know if there is a workaround to get it to draw properly? I know it's only a minor bug but it looks kinda crappy :(

Related

How to change ios simulator full screen background?

How do I change the color from green to something else?
Have not been able to find any solutions to this, but believe there should be an option for this.

iOS UIAlertController appears bigger than normal

I bought an iOS application template, but I was wondering why the UIAlertController and the status bar do not appear like normal. It appears bigger than the default design.
Why is this happening and how can I solve it?
If your app is not optimized to fit iPhone6/6Plus screen, then it's UI will behave as if it is iPhone5/5s and everything will look bigger than usual.
That might be the reason for zoomed status bar and UIAlertController.

Phonegap, wrong innerwidth detection

I'm developing an App with Phonegap, so far only on iOS, my problem is at start up:
when I launch the App in Landscape mode it gets wrong innerWidth and innerHeight values, even checking in Safari's console, it looks like it 'thinks' its in Portrait.
The weird thing is that if I launch it in Portrait and then turn it to Landscape... its works correctly.
Any help would be appreciated
Thanks in advance
Ale
Well, looks like the problem was caused by a statusbar plug-in, really weird.
Anyway, once replaced it with a different one, everything now is fine.
Ale

SimplePickerElement in MvvmCross - blank in iOS7

I've got an MvvmCross app that was working fine until iOS 7 came out - in a UIDialogController, I have a few SimplePickerElements. In iOS7 (even in the simulator), when the screen scrolls to the element, the screen is completely blank.
I've got the source code and would be happy to play around with it but I have no idea where to start..
We fixed a similar issue for date and time pickets recently - it's to do with the transparency and default font colour of the new ios7 Pickers. I suspect this problem will be similar.
That issue was https://github.com/MvvmCross/MvvmCross/issues/458 - you can see the commit that fixed it linked there - it's a quick change to the background colour.

UIBarButtonSystemItemPageCurl in iOS 5 beta missing

In my latest release application, everything looks good on iOS4+, but not on iOS5 Beta.
The only thing that is wrong is that the UIBarButtonSystemItemPageCurl is not shown on iOS5 devices. It shows an empty UIBarButtonItem with style Plain.
It looks good in IB in XCode 4.1, will test on my work computer as well on the BETA XCode tomorrow.
Does anyone know why this happens, or is this a bug in iOS5 beta?
EDIT
The question: If someone else found this too, how can I fix it (the correct way!)?
I'm still getting this issue with iOS 5.0 (non-beta). It looks like someone created their own page curl button here:
http://blog.shuningbian.net/2011/01/ios-toolbar-pagecurl-icon.html
Alternatively you can try using this tool to extract the icon from UIKit on a version 4 device:
https://github.com/0xced/UIKit-Artwork-Extractor
UIBarButtonSystemItemPageCurl can only be used in toolbars, at the bottom of the screen. Else the button is simply not displayed, like in a navigation bar.

Resources