I have used TableView and also used Disclosure Button by clicking on Disclosure Button i have got one Particular Image comes.i want that when i pressed Disclosure Button i have to get that particular image with performing Orientation so how can i do it.please help me. I am new in this kind of application.
I have used TableView and also used Disclosure Button by clicking on Disclosure Button
Share
You need to manually transform the table. Here is some code to create and rotate a UITableView around its center.
If you want to trigger this rotation on a button click, then declare a UIButton and assign this function as the action. Here’s a function to create a UIButton. Just pass it @”rotateImage” for the action and self for the target.