Are there greater chances of my app getting rejected by Apple if I use a custom category to extend the functionality of an UIKit interface element, let's say UIButton?
Clarification: I'm thinking about implementing a toggle UIButton, that will alternate between pressed/released states on each tap.