NOOB question.
How do I create a simple 4*4 table view ?
Firstly can I create more than one column on each row using the UITable view ? (I remember reading it no we can not but cant find it again.)
Here is my situation.
Want something similar to a calculator interface but all my number buttons will not fit on the screen so I want a scrolling view for my buttons and my text field is on the top of the screen which does not scroll when I scroll my bottons.
Can some one please guide be.
When i started off I did not plan to have more than 8 buttons so i just used a simple view and put four buttons on each row. and a text field on top. Now I want to add one more row of bottons, so I decided to use a table view with four colums so that all the buttons will be equally spaced and if I had to add more buttons in future it will be easier for me.
How to proceed? will appreciate if u can guide me to some sample on the apple site or any where.
Also can someone suggest me a good book for a new Iphone programmer which would speed up the learning curve.
How do I create a simple 4*4 table view ?
Firstly can I create more than one column on each row using the UITable view ? (I remember reading it no we can not but cant find it again.)
Here is my situation.
Want something similar to a calculator interface but all my number buttons will not fit on the screen so I want a scrolling view for my buttons and my text field is on the top of the screen which does not scroll when I scroll my bottons.
Can some one please guide be.
When i started off I did not plan to have more than 8 buttons so i just used a simple view and put four buttons on each row. and a text field on top. Now I want to add one more row of bottons, so I decided to use a table view with four colums so that all the buttons will be equally spaced and if I had to add more buttons in future it will be easier for me.
How to proceed? will appreciate if u can guide me to some sample on the apple site or any where.
Also can someone suggest me a good book for a new Iphone programmer which would speed up the learning curve.