For every form I create, I do the following:
- Change the
RightToLeftproperty to YES - Change the
RightToLeftLayoutproperty to TRUE - Change the font to Arial
- Set all controls’ accessibility from
FriendtoPrivate
What are my options for avoiding such repetitive actions?
Is there a “best-practice” for such a scenario?
Note: the reason I’m doing changes 1-3 is that the application’s GUI is in Hebrew, and the application isn’t required to support further localization or internationalization.
You can create your own template for a form with the defaults you want. Then when adding a new form, you select your template and these would be set.
A form template would be an item template.