I am creating an iPhone app, now i am trying to align a uilabel
inside custom tableview cell to the right using autoresizing mask, i am doing it in interface builder and i am using storyboards, but the problem i am having is that the label just disappears when i run app in iphone 6 simulator, the autoresizing is working fine when i align label to the left of table view cell, but strangely it is not working when i try to align the label right of table view cell, how should i do this?
Note: i don't need to align the uilabel text but need to align the uilabel itself to right.
I also face the same problem , SO i follow this method
cellForRowAtIndexPath
else part call this line in your custom cell class
its working fine for me in all device it shows in right side perfectly.