How I can display an alert when I Received memory warning. Level=2 in iphone sdk
问题 In my application the user can add any number of images to the view. If he tries to add more images of bigger in memory size the application receives memory warning . So I want to display an alert to don't add images after receiving memory warning level = 2. Is it possible If so please help me. Thank You 回答1: For User Experience sake, don't display an alert . Handling memory is your responsibility and not that of your user. 回答2: What kind of alert do you want to dislplay? you could make an