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 …
Pongs:
Comments:
There are no comments yet. Good opportunity for you to be the first!!11!1!!
Please login to leave a comment.


Bet you all didn't know what to expect in this post ;)