I am trying to create a shopping cart application , Now on adding any product i want to add badge
on a UIButton
which will increase or decrease accordingly .
I searched google but end up with the solution " MKNumberBadgeView "
(https://www.cocoacontrols.com/controls/mknumberbadgeview)
I am creating application that supports iPhone4/5 so i am afraid to add a sub view in my view controller and manage on iPhone 4 & 5
.
can any one suggest a better solution so that i can get a badge on UIButton
along which also supports orientation
. or a Solution to Handle subview for Both devices 4 & 5.
Thanks in advance .