iphone - accessoryType in the left side -


Is there a way to set the cell type accessory type ?
I use the code:

  cell. Accessory Type = UITableViewCellAccessoryDetailDisclosureButton;  

In this case, the Assistant type button is on the right side and I want it to the left. I also tried to create a custom cell when I would like to be in the IB, when I am selected by the minor, it keeps it correctly in itself.

No, but you can see imageView.image Code> UIImage .

If you reuse Apple's Disclosure Button images, you may be able to include issues that your app accepts so you can make your own disclosure icon.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -