Unable to Populate TableView In PopOverController - Objective C

前端 未结 4 639
一生所求
一生所求 2021-01-26 11:59

I have a UIButton called as UploadButton. I am using the following lines of code which takes care of the action which should happen on clicking it ::

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-26 12:48

    That error means that you're passing an invalid argument when you're assigning a value to keys1, self.keys1 = .... If you're, e.g., passing a NSMutableArray to an NSDictionary property, you'll get that error.

提交回复
热议问题