Image dans du txt

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 :


<br />
UIImage *image = [UIImage imageNamed:@&quot;poisson.png&quot;];<br />
NSMutableString *string = [[[NSString alloc] initWithString:@&quot;Salut&quot;] retain];<br />
[string appendFormat:@&quot;&#092;n&quot;];<br />
[string appendString:@&quot;Mon image : %i&quot;, image];<br />
UILabel *label = [UILabel new];<br />
[label addSubview:string];<br />
[[[self view] subviews] addObject:label];<br />
[self release];<br />




Merci !!!

Réponses

Connectez-vous ou Inscrivez-vous pour répondre.