Objective-C Language
NSTextAttachment
Sök…
Syntax
- NSTextAttachment * attachmentName = [[NSTextAttachment alloc] init];
Anmärkningar
NSTextAttachment
objekt används av klassen NSAttributedString
klustret som värden för bifogningsattribut. Objekten du skapar med den här klassen kallas textbilagningsobjekt, eller när ingen förvirring kommer att uppstå, som textbilagor eller bara bilagor.
NSTextAttachment Exempel
NSTextAttachment *attachment = [[NSTextAttachment alloc] init];
attachment.image = [UIImage imageNamed:@"imageName"];
attachment.bounds = CGRectMake(0, 0, 35, 35);
NSAttributedString *attachmentString = [NSAttributedString attributedStringWithAttachment:attachment];
Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow