PickerView 不填充 json 数组

问题描述

我的视图控制器中有一个选择器视图,我正在尝试使用 alamofire 从我的 api 加载的数组填充它 当我运行应用程序时,pickerview 中没有数据,但我在控制台中看到响应

控制台也正确地将响应返回为 arrayValue 控制台也以 arrayValue 的形式正确返回响应

调试也没有错误

enter image description here

df3 = pd.concat([df11,df2]).sort_index()
print (df3)
                  col1  col2  col3  col4
Type  Date                              
type1 2020-01-01   1.0   2.0   3.0   4.0
      2021-01-01  10.0  20.0  30.0  40.0
      2021-02-01   0.0   0.0   0.0   0.0
      2021-03-01   0.0   0.0   0.0   0.0
      2021-04-01   0.0   0.0   0.0   0.0
      2021-05-01   0.0   0.0   0.0   0.0
type2 2020-01-01   1.0   2.0   3.0   4.0
      2021-01-01  10.0  20.0  30.0  40.0
      2021-02-01   0.0   0.0   0.0   0.0
      2021-03-01   0.0   0.0   0.0   0.0
      2021-04-01   0.0   0.0   0.0   0.0
      2021-05-01   0.0   0.0   0.0   0.0
type3 2020-01-01   1.0   2.0   3.0   4.0
      2021-01-01  10.0  20.0  30.0  40.0
      2021-02-01   0.0   0.0   0.0   0.0
      2021-03-01   0.0   0.0   0.0   0.0
      2021-04-01   0.0   0.0   0.0   0.0
      2021-05-01   0.0   0.0   0.0   0.0
type4 2020-01-01   1.0   2.0   3.0   4.0
      2021-01-01  10.0  20.0  30.0  40.0
      2021-02-01   0.0   0.0   0.0   0.0
      2021-03-01   0.0   0.0   0.0   0.0
      2021-04-01   0.0   0.0   0.0   0.0
      2021-05-01   0.0   0.0   0.0   0.0
type5 2020-01-01   1.0   2.0   3.0   4.0
      2021-01-01  10.0  20.0  30.0  40.0
      2021-02-01   0.0   0.0   0.0   0.0
      2021-03-01   0.0   0.0   0.0   0.0
      2021-04-01   0.0   0.0   0.0   0.0
      2021-05-01   0.0   0.0   0.0   0.0

这是在重新加载pickerView之后 它加载了部分名称分隔的字母!我的意思是它使许多采摘者每个人都有一个字母!

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)