cocos2d / cocos2d-objc

Cocos2d for iOS and OS X, built using Objective-C
http://www.cocos2d-objc.org
Other
4.07k stars 1.16k forks source link

.enabled on CCTextField does not update .enabled on UITextField for iOS #1219

Open jonnyijapan opened 9 years ago

jonnyijapan commented 9 years ago

.enabled on CCTextField does not update .enabled on UITextField for iOS

http://forum.cocos2d-swift.org/t/cctextfield-on-ios-disabling-cctextfield-does-not-disable-uitextfield/16623

This is a bug right?

jonnyijapan commented 9 years ago

In a way, maybe there is a point in separating these two things... hm... so maybe this is by design and not a bug?