Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
I have a table view with 4 rows. I want to show it as its in the 'Add Alarm" view in 'Clock application'. i.e. with round rectangle and then display a picker view below it.
Set your Tableview to a Grouped TabledView and that will give you the Rounded Corners. For the UIPicker, if you are doing everything in Interface Builder (i.e. manually adding a TableView to a plain View) then you could just Drag over the Picker View as well to fill up the bottom half of the screen. If you are doing it in code then I'm pretty sure you could just create the Picker View and set the bounds to be the bottom half of the screen just like the alarm.
I have inserted 7 as it's what I normally use, but that probably is no where near the right size for completely rounding the tableView corners.
dpatel;359521 said:
Hi,
I have a table view with 4 rows. I want to show it as its in the 'Add Alarm" view in 'Clock application'. i.e. with round rectangle and then display a picker view below it.
Replies
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like AwesomeI have inserted 7 as it's what I normally use, but that probably is no where near the right size for completely rounding the tableView corners.
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome