You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi can we add the charts to a UIView programatically,instead of adding it as class to the UIView it through the IB.Can it be done programatically?I tried ,but apparently it doesn't call.
var chartView = BarChartView()
override func viewDidLoad() {
super.viewDidLoad()
chartView.noDataText = "No text"
self.view.addSubview(chartView)
}
The text was updated successfully, but these errors were encountered:
Hi can we add the charts to a UIView programatically,instead of adding it as class to the UIView it through the IB.Can it be done programatically?I tried ,but apparently it doesn't call.
The text was updated successfully, but these errors were encountered: