I updated XCode yesterday (March 12 2014) with Version 5.1 (5B130a) and all of a sudden my Inline Date pickers stopped working properly.

enter image description here

However, they remain working fine on my phone.

enter image description here

This is how I implemented the date picker:

http://masteringios.com/blog/2013/10/31/ios-7-in-line-uidatepicker/

Any advice on what can be done?

有帮助吗?

解决方案

You should set the clipsToBounds property of the cells to YES.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top