Home > other >  What is this kind of interface called in Android and iOS. I want something similar
What is this kind of interface called in Android and iOS. I want something similar

Time:02-18

What is this kind of interface called in Android and iOS. I want something similar

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

https://github.com/popodidi/HTagView

https://github.com/pikachu987/Tags

  • Related