PDA

View Full Version : iPhone: linking UIViewController to our UIView




rand0m3r
Apr 18, 2008, 11:09 AM
hi. i read from the iPhone programming guide that u should subclass UIViewController if you want to be able to detect your iphone physically rotating on its side. now how do i link this class to the default UIView subclass that's made for u.

right now, my delegate calls my UIView subclass to create and draw itself.