So I have UIDatePicker initialized programmatically. It has some subviews with NSLayoutConstraints
. Also it has a custom text color setValue(textColor, forKey:"textColor")
. It is positioned in superview with the help of NSLayoutConstraints
.
Every time it stops scrolling some text is produced in Debug area:
<_UIFeedbackRetargetBehavior: 0x60000011b750: prepared=0> is being deactivated more times that it'd been activated, this will raise soon!
So I'm a bit worried. Google finds nothing... Does anybody have an explanation?
Xcode 8. Swift 3. iPhone SE simulator.