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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -