Anand
Anand

Reputation: 1983

Override the setEdit method in UITableview

Can we override the functionality of setEdit method in UITableview. If Yes (can we change it behavior such as images and animation effect etc.)

Upvotes: 1

Views: 335

Answers (1)

jigneshbrahmkhatri
jigneshbrahmkhatri

Reputation: 3637

Yes, you can take custom class which inherits from UITableView, and you can put your own logic in setEdit method.

Upvotes: 1

Related Questions