Re: How to create a dial keypad with autolayout?

2013-08-31 Thread Robert Vojta
Hi Steve, I had some free time, so, I made sample project for you ... (Xcode5 & iOS 7 SDK ...). You can get it here: http://d.pr/f/VOX4 Look at two classes: DPDialPadButton & - (id)initWithNumber:(NSString *)number label:(NSString *)label; DPDialPadView & - (void)setupDialPadButtons; You can ru

Re: How to create a dial keypad with autolayout?

2013-08-31 Thread Kyle Sluder
On Sat, Aug 31, 2013, at 08:59 AM, Steve Mykytyn wrote: > Having done this a number of times with springs and struts, I thought a > telephone dial keypad would be a good way to learn the ins and outs of > auto > layout > > - 5 rows of three buttons each > - Each button has a label (2) and optional

How to create a dial keypad with autolayout?

2013-08-31 Thread Steve Mykytyn
Having done this a number of times with springs and struts, I thought a telephone dial keypad would be a good way to learn the ins and outs of auto layout - 5 rows of three buttons each - Each button has a label (2) and optional label below (abc) - The width of the buttons always the same. - The h