for some reason the label in my uitableviewcell changes position when I have an activity indicator or something like that load on the right.. is there anyway to stop this?
cell one is having the problem in this view

Cell one and two are having the issue in this view

what happens is that when I have something loading in the background I have a uiactivity indicator, once thats played the labels in my custom cells move over to the right. if there is no Disclosure Indicator then you will see in the second image cell two moves right over to the right.. but if there is a Disclosure Indicator it moves over only a little bit.. other wise the labels will load in the correct position, but as soon as some type of cell indicatory happens then it throws the labels out of alignment.
Check your label’s
autoresizingMaskincludesUIViewAutoresizingFlexibleLeftMargin. If you’re creating cells from storyboard/nib file, go to XCode’s Size Inspector view and change theAutosizingto look like this: