iOS 8 Only Memory Leak with UIAlertController or UIActionSheet

后端 未结 4 1212
余生分开走
余生分开走 2020-12-16 20:48

I\'m seeing a memory leak in iOS 8 in simulator when I do the following with UIActionSheet or UIAlertController. UIActionSheet uses UIAlertController in IOS 8 so the issues

4条回答
  •  無奈伤痛
    2020-12-16 21:37

    I would suggest switching to UIAlertController. UIActionSheet is deprecated in iOS 8, so you might try giving it a shot and see if there's still the leak

提交回复
热议问题