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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -