What is PBItemCollectionServicer?

后端 未结 6 974
孤街浪徒
孤街浪徒 2020-12-30 00:48

I searched SO ,find nothing about PBItemCollectionServicer.

My question become form my app crash(because of memory rise violently), then print:

6条回答
  •  旧时难觅i
    2020-12-30 01:13

    I found that when working with drag and drop this error gets cleared up when adding

    view.addInteraction(UIDropInteraction(delegate: self))
    

    to the viewDidLoad of the view you are dropping into.

提交回复
热议问题