Reputation: 1983
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
Reputation: 3637
Yes, you can take custom class which inherits from UITableView, and you can put your own logic in setEdit method.
Upvotes: 1