TableView Categories Display on iPhone

Please see the image below. The sides are rather jagged.


We cannot see an image.

Hi, 


We are using the default drawing engine in FireMonkey, On iOS it generates edgy borders on rounded rectangles. You can notice the issue when placing a TPie object on the form and running it on the device.

Kind Regards, 
Pieter

Can I change anything to improve this?

To improve this you could switch to a TTMSFMXNativeUITableView instead, which is the native UITableView control for iOS. The control is part of the TMS iCL controls set.


Kind Regards, 
Pieter

Thanks but the whole reason for me now trying to produce apps for both iOS and Android using Firemonkey is to have a generic approach.

I understand, but we are unable to provide a workaround for the bad drawing on iOS other than using a native UITableView.


Kind Regards, 
Pieter

If I decided yo go the iCL route but still wanted an Android app as well, what is the recommended route. One or two apps?

iCL is iOS only. You'd need to build a separate app for Android.