, copy . copy . copy . NSAttributedString, NSMutableAttributedString.
- , mutableCopy, , ARC:
- (void)setTextCopy:(NSMutableAttributedString *)text {
textCopy = [text mutableCopy];
}
, :
- (void)setTextCopy:(NSMutableAttributedString *)text {
[textCopy release];
textCopy = [text mutableCopy];
}
, textCopy NSAttributedString NSMutableAttributedString, .