is it possible to have a group of buttons in the same view that does different things when tapping, will frames do the job? or do i have to have different UIVIEWS for each button seperately?
Asked
Active
Viewed 116 times
0
-
Yes, you can check the position of the touch to do thi. – sahara108 Nov 15 '16 at 04:21
-
yes , you need to add button same as view's frame and assign tag for track tapped button . – KKRocks Nov 15 '16 at 04:54
-
You can try to create a collection view. Then, the collection view will be a group of your buttons – Pak Ho Cheung Nov 15 '16 at 05:27