We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// if (self.placeholderView) { // NSArray *propertys = @[@"frame", @"bounds", @"font", @"text", @"textAlignment", @"textContainerInset"]; // for (NSString *property in propertys) { // [self removeObserver:self forKeyPath:property]; // } // }
里面这段代码 Time一直无限叠加 直至卡死 释放不掉
The text was updated successfully, but these errors were encountered:
你使用的哪个版本?更新下最新代码,这个问题已经修复了
Sorry, something went wrong.
我是下载的最新的
No branches or pull requests
// if (self.placeholderView) {
// NSArray *propertys = @[@"frame", @"bounds", @"font", @"text", @"textAlignment", @"textContainerInset"];
// for (NSString *property in propertys) {
// [self removeObserver:self forKeyPath:property];
// }
// }
里面这段代码 Time一直无限叠加 直至卡死 释放不掉
The text was updated successfully, but these errors were encountered: