使用 JSON 的 quickDialog 中的 QSelectSection

Posted

技术标签:

【中文标题】使用 JSON 的 quickDialog 中的 QSelectSection【英文标题】:QSelectSection in quickDialog using JSON 【发布时间】:2013-09-09 07:18:19 【问题描述】:

我正在尝试构建QSelectSection in JSON. 我正在使用这个:


   "type":"QSelectSection",         
    "title":"multiselect",            
    "items":[[1, 2, 3]],           
    "multipleAllowed":true            

但是当我构建和运行时,我得到了这个错误:

'-[QSelectSection setParentSection:]: unrecognized selector sent to instance 0x9fb2020

是否可以使用 QuickDialog 框架构建多选?还是我做错了什么?

感谢您的帮助!

【问题讨论】:

【参考方案1】:

正确的格式是:


  "type":"QSelectSection",         
  "title":"multiselect",            
  "items":[1, 2, 3],           
  "multipleAllowed":true            

【讨论】:

以上是关于使用 JSON 的 quickDialog 中的 QSelectSection的主要内容,如果未能解决你的问题,请参考以下文章

如何在 QuickDialog 中将 UIImageView 添加到 Qsection?

QuickDialog 不显示“上一个”和“下一个”工具栏,因为它是 inputaccessoryview

github一些开源的工具(Updated!)

切换到 iOS 7 后 UITableView 不滚动

JSON 对象中的项目是不是使用“json.dumps”出现故障?

使用 JObject 修改集合中的 JSON 字段