Posted on January 22, 2015
by Steven Lipton
3 Comments
Some people want calculator-type buttons. It would be nice to have such buttons for say, an order entry app. In this lesson we’ll put together a set of buttons to make a layout for an order entry system. Along the way I’ll show how… Continue Reading “Swift Swift Tutorials: Calculator Style buttons in an Auto Layout Xib”
Category: Auto Layout and Size Classes, GUI, ios8, Swift Swift, Tutorial, UncategorizedTags: Auto Layout, calculator buttons, modal delegates in swift, modal view in swift, swift, swift and IB, swift tutorial, Xcode, xib, xib in swift
Posted on September 4, 2014
by Steven Lipton
9 Comments
In the last post, I showed how to create modal views and popovers on an iPad . That lesson was missing two critical things for modal views, which we will cover in this one. We will learn how to add a .xib file to… Continue Reading “Swift Swift: Using Xibs and Delegates with Modal Views”