How do I make the grid type button in the kakaotalk setting in swift?

Asked 2 years ago, Updated 2 years ago, 26 views

I want to create a grid button screen similar to the image... Is there any way to make a sample?

swift

2022-09-22 21:54

2 Answers

I think there are about three ways.

(2) I think you can easily configure it by using UICollectionView. - - CollectionView-Simple


2022-09-22 21:54

This is a collection view. You can use the flow layout well.

The flow layout is https://www.cocoacontrols.com/search?q=flowlayout There are many interesting flow layouts if you go in here, so why don't you refer to it and make it open-source yourself?


2022-09-22 21:54

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.