Greetings: I need to adjust a UILabel's width per with of its text. What I did was to get the text's length via [NSString length]. Of course, the displayed UILabel width is too narrow to fully display the actual string. So I believe I need to compute the true width based on the number of font-sized characters.
Is there a simple, quick way to do this? Regards, Ric. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
