खोज…


वाक्य - विन्यास

  1. NSTextAttachment * अनुलग्नक नाम = [[NSTextAttachment आवंटन] init];

टिप्पणियों

NSTextAttachment ऑब्जेक्ट्स NSAttributedString वर्ग क्लस्टर द्वारा अनुलग्नक विशेषताओं के लिए मान के रूप में उपयोग किए जाते हैं। इस वर्ग के साथ आपके द्वारा बनाई गई वस्तुओं को टेक्स्ट अटैचमेंट ऑब्जेक्ट के रूप में संदर्भित किया जाता है, या जब कोई भ्रम नहीं होगा, तो टेक्स्ट अटैचमेंट या केवल अटैचमेंट के रूप में।

NSTextAttachment उदाहरण

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
के तहत लाइसेंस प्राप्त है CC BY-SA 3.0
से संबद्ध नहीं है Stack Overflow