views:

24

answers:

0

My app is a tableview with a searchbar and scope buttons. I commented out the functionality of the app in order to diagnose why real memory keeps rising. As soon as I type a letter in the search bar textbox, the keyboard appears and real memory rises by .20MB. Even if I backspace, the memory goes up. If I do enough searches, eventually I will have a memory issue. Is the UISearchBar leaky? Excuse me for not posting code, but I commented out everything to bare bones so I can gradually diagnose where the rise is coming from.