I am using Xcode 6.0 beta 4, I find that the buttons in the UICollectionViewCell
is not response to the tap.
Details as:
UICollectionViewController
--- UICollectionViewCell
------ UIButton
(UIButton
has two autolayout
constraints to put the UIButton
in vertical center and horizontal center in the Cell
)
Now make the cell
size is something like: (300, 1000)
Run the app in iPhone Simulator or device with iOS 7.0 or 7.1.x, the button is not touchable, but test in iOS 8.0 simulator it's OK.
Also if I change the cell size
to (300, 200)
, the button works.
I think it's a bug in this Xcode beta version, right?
And where I can fire the bug to Apple?