Create springboard like main view

后端 未结 3 2119
梦如初夏
梦如初夏 2020-12-17 05:39

Is there some sample code, or an easy way, to implement an application with as its first view something like Springboard?

What I am looking for is just a view with

相关标签:
3条回答
  • 2020-12-17 06:18

    Facebook uses the Three20 library for its UI. The specific view used for the SpringBoard-like interface is known as TTLauncherView.

    0 讨论(0)
  • 2020-12-17 06:20

    You can use UICollectionView to create this

    Look at this example

    https://github.com/tularovbeslan/Springboard

    0 讨论(0)
  • 2020-12-17 06:27

    This is not an endorsement (I have yet to really check this out, and I may be too entrenched in using Three20 at this point to even bother), but here is another project that implements the springboard functionality: myLauncher on Github

    0 讨论(0)
提交回复
热议问题