Image dans du txt
JegnuX
Membre
slt a tous
Je veu affiché 1 image en plein milieu de mon texte pour une app révolutionnaire (mais chut je dis ri1 lol)
et je compren pa ça marche pa :
Merci !!!
Je veu affiché 1 image en plein milieu de mon texte pour une app révolutionnaire (mais chut je dis ri1 lol)
et je compren pa ça marche pa :
<br />
UIImage *image = [UIImage imageNamed:@"poisson.png"];<br />
NSMutableString *string = [[[NSString alloc] initWithString:@"Salut"] retain];<br />
[string appendFormat:@"\n"];<br />
[string appendString:@"Mon image : %i", image];<br />
UILabel *label = [UILabel new];<br />
[label addSubview:string];<br />
[[[self view] subviews] addObject:label];<br />
[self release];<br />
Merci !!!
Connectez-vous ou Inscrivez-vous pour répondre.
Réponses
Avec le style qui va avec ! /smile.png' class='bbc_emoticon' alt=':)' />