iphone sdk 4.3 - Grouped UITableView with vertical gridlines -


I am trying to create UITableView with the tissue gridlines, using the method described here: Everything works well, Unless I switch to group table style.

The vertical lines just do not show up on the table, although the overridden drawRect: is still called.

What am I doing wrong? Is there some big difference between the cells for grouped and plain UITableView? Is it possible to attract antiquities on the cells for grouped tables?

Thank you in advance

PS: I am using Xcode 4, iOS SDK 4.3 and I am running this project with the iPhone 4.3 simulator.

Just looking for one. It looks promising that uses a custom PNG with a grid to complete the effect.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -