Background:
I faced this issue while I was implementing Localization (programatically).
Question:
I'm new to iOS development & I need your help. In my company, I've given a task to implement Localization to one of the Apps that I'm working on. I implemented Localization successfully with help from this tutorial. In my app the previous programmer had NOT used IB & Auto-Layout to develop the UI. He has done it all programatically. Now the issue is, how do I address the changing Length of the UILabels, tittles of UIbuttons ?
Solutions that I've tried:
- applying sizeToFit on UILabel
- setting setAutoresizingMask:UIViewAutoresizingFlexibleWidth
Please guys, guide me to resolve this issue. Thanks in advance.
EDIT's:
Changed the title of the question to be more generic.