I got an app with a table, where i should place a lot of information.
Like this:

But in the standrad TableViewCell i got only the textLabel and the detailTextLabel. How can i formate information?
First of all im interesting in a text formating.
How can i create a label with a constant width in a TableViewCell?
You can add your own subviews to the table view cell’s
contentView. This is explained in Table View Programming Guide for iOS: “Customizing Cells”.