iOS 7 Defects

Post date: Jun 20, 2013 10:05:19 AM

I just went through the iOS 7 SDK, I found a lot of UI changes. I just used couple of controls to explore the new design.

Below I mentioned what I observed as defects in iOS7 SDK.

UIAlertView title issue:

UIAlertview title length is not truncated, but message is truncated after 3 lines.

UIAlertView action button issue:

If UIAlertview title and message is longer than your mobile height then alertview action button goes hidden.

Action button goes hidden

This defect was fixed in iOS 7 Beta 2 release :)

UIPickerview :

UIPickerview Show Selection Indicator  behaviour checkbox is not reflecting.

Till iOS6 if you check Show Selection Indicator then only it show picker view indicator on selected value in picker view.  Indicator has not been shown if you uncheck this indicator. 

But in iOS7 this flag is not at reflecting in UIPicker view rendering.

Is apple deprecated this behaviour?

to be continued...