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
Post a Comment