My main view controller consists of multiple child view controllers. If I simulate a memory warning the main view controller gets disposed, but not the children. If I again simulate the memory warning also the child view controllers gets released.
Is this normal behavior or does this indicate some problems on memory managament?
Thanks!