CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| 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'