开源软件名称(OpenSource Name):PiXeL16/IBLocalizable开源软件地址(OpenSource Url):https://github.com/PiXeL16/IBLocalizable开源编程语言(OpenSource Language):Swift 70.2%开源软件介绍(OpenSource Introduction):Localize your views easily in Interface Builder with IBLocalizable. With InstallationSwift package managerAdd CocoaPodsAdd CarthageAdd Manual Installation
Download and drop Supported Views
Supporting custom viewsCustom views can be supported easily. Just create an If your custom view extends from For example: lets say that I have a custom view that contains several import UIKit
extension MyCustomView {
public override var localizableProperty: String?{
get{
return self.label.text
}
set{
self.label.text = newValue
}
}
} Thats it! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论