What is this kind of interface called in Android and iOS. I want something similar
CodePudding user response:
These kind of items are called 'chips'
https://material.io/components/chips/android#using-chips
https://developer.android.com/reference/com/google/android/material/chip/Chip
CodePudding user response:
Collection View in iOS or TagCollectionView
To me: TagCollectionView in iOS
https://github.com/zekunyan/TTGTagCollectionView