• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SearchBar increases memory by 1MB.

 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just curious if you have seen this.

I have an iPad app which uses a SearchBar. I have added the two delegate methods. The one that gets called when you touch in the textfield has no code in it. However, that point you touch in the searchbar's textfield I see memory increase by one MB. Actually touch in increases about 600KB, then first character typed in increases it the remaining 400KB.

Luckily my app doesn't crash.

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic