iphone - Stuck With UIViewAutoresizingMask -


hi new in ios development added uitableviewcell custom cell design in

added 2 labels in 1 cell added

uilabel *label =  [[uilabel alloc] initwithframe: cgrectmake(/* want it*/)]; label.text = @"text"; //etc... label.autoresizingmask=uiviewautoresizingflexiblewidth; [self.contentview addsubview:label]; [label release]; 

where first label masking second label sticking while repositioning table

i using ios6


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

ios - iPhone/iPad different view orientations in different views , and apple approval process -

Shrink a YouTube video to responsive width -