iPhone Deck Game interface -
i wrote code of card game .. it's time todo graphic , interface
what's best approach represent card ??
a) calayer b) uiview c) uibutton
which 1 best animate , receive user touches??? recommend??
thanks in advance
as uibutton subclass of uiview, there's no difference in both of them. if need 'clicks' handling, can choose button, if need override touchesbegan/touchesmoved should override uiview instead uibutton.
Comments
Post a Comment