Here is how you can create a toolbar at the bottom of your screen. (with code taken from the UICatalog sample)UIToolbar *bar = [UIToolbar new]; bar.barStyle = UIBarStyleBlackOpaque; // size up the toolbar and set its frame [bar sizeToFit]; CGFloat toolbarHeight = [bar frame].size.height; CGRect mainViewBounds = self.view.bounds; //view …



These 16 tips are awesome .I can now enjoy a good deal of …