memory usage in iOS
- by varun
My app has a simple UI interface having simple buttons, date picker, picker view, table view, action sheet, toolbar, alert boxes etc. No images, no network access. Just plain simple UI.
It accesses SQLite database a lot.
ARC option is enabled. I have many questions to ask:
In .h files, I am defining IBOutlets like
@property(nonatomic, retain)…