iOS TableView is ListBox in Delphi for iOS
Monday, March 25th, 2013This blog post was inspired by a couple of emails that I received in response to my Analog Clock update post.
Keep in mind that this blog post is based on a product that is currently in beta, and that final details may very well change.
First, a screen shot:
Going from top to bottom, you will notice:
* Toolbar that hosts a label and a done-button. The specific styling is done using style options for the label and the button.
* ListBox - here’s where the real fun starts.
First of all, the listbox is grouped and transparent to give it the look and feel of individual option groups with a transparent background, and all the nice things like rounded corners and such.
In the "Name" section you’ll notice items with a bitmap - I just "borrowed" some - I didn’t spend time on making them transparent background and all that. My first name is in a default looking TEdit. My last name is in a TEdit with a transparent style. Finally, I’ve indicated that I will send a Christmas card to myself using a TSwitch.
Under "Contact information" you’ll notice a couple of more options for the individual items in a listbox - "check", "more" and "detail".
Enjoy!




