প্রশ্ন ট্যাগ «nstextattachment»

10
একক লাইন UILabel এর পাশে NSTextAttachment চিত্রটি কেন্দ্র করুন
আমি একটি যুক্ত করতে চাই NSTextAttachment আমার বৈশিষ্ট্যযুক্ত স্ট্রিংয়ের সাথে চিত্র এবং এটি উল্লম্বভাবে কেন্দ্রে রাখতে চাই। আমি আমার স্ট্রিং তৈরি করতে নিম্নলিখিত কোডটি ব্যবহার করেছি: NSMutableAttributedString *str = [[NSMutableAttributedString alloc] initWithString:DDLocalizedString(@"title.upcomingHotspots") attributes:attrs]; NSTextAttachment *attachment = [[NSTextAttachment alloc] init]; attachment.image = [[UIImage imageNamed:@"help.png"] imageScaledToFitSize:CGSizeMake(14.f, 14.f)]; cell.textLabel.attributedText = [str copy]; তবে …
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.