TTMSFMXNativeUICollectionViewTemplateLabel

Is it possible to set a style of bold for labels?

In iOS this is done through the Font name, you would need to pass Helvetica-Bold instead of Helvetica which will set the text bold. (you can take a look at the CollectionView sample at the CityTrip ItemTitle template label)



Great, thanks.