UIButton shows default white background with round corners in IOS 6 but no in IOS 7
ios, ios6, ios7
Solution
If you choose a button of type `UIButtonTypeCustom`, there will be no default background
Problem
I need a code that removes this default background, in IOS 7 there isn't a problem since I don't see this background.