I\'m writing a view based app, but I\'m a bit confused about loading my views. I\'d like to have four different views loaded at the same time in the same window. I can\'t
You can use [self parentViewController] to get access to the parent UIView
[self parentViewController]