Memory leak with ABPeoplePickerNavigationController?

后端 未结 2 1828
有刺的猬
有刺的猬 2021-01-21 05:32

I\'m using this code to display the contacts in an app.

- (IBAction) selectContact:(id)sender {

    ABPeoplePickerNavigationController *picker = [[ABPeoplePicke         


        
2条回答
  •  清歌不尽
    2021-01-21 06:39

    Try updating your SDK to the most recent iOS version, and see if the leak still occurs. If it does, please file a bug through the developer center.

提交回复
热议问题