Evgeniy

Results 3 comments of Evgeniy

[Abedalkareem] Hi, you can write to change language without reload app use localiz in viewWillAppear. override func viewWillAppear(_ animated: Bool) { settingLabel.text = "Settings".localiz() }

Thanks this work, but it rounded all corners. I change code with rounded top use pmairoldi code but change - `let bezierPath = UIBezierPath(roundedRect: barRect, cornerRadius: barRect.width * dataSet.barCornerRadiusFactor)` to...

> Any updates about this feature? I write how do it. Please dive into the code to understand how it works.