Ken
Results
1
comments of
Ken
Solution for this problem: Add the following method to CCScale9Sprite.m ``` - (void)setValue:(id)value forUndefinedKey:(NSString *)key { // NSLog(@"key=%@", key); // uncomment if want to debug if([key isEqualToString:@"preferedSize"]) { CGSize size...