TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2015 |
Maintained by hamdy.
Now localization of views is simple , only fews of lines in viewDidLoad for each viewcontroller or create parent controller
#import "UIViewController+LocalizeConstrint.h"
#import "UIView+viewRecursion.h"
in viewDidLoad
//check if language is Arabic will loop for all view and flip constrain
if (GetAppLanguage() == UILanguageArabic) {
for (UIView *tempView in [self.view allSubViews]) {
[self changeViewRTL:tempView];
}
}
This image is old , Run demo to show more.
pod 'iOS-Localize-Constrain' , '~> 0.0.8'