-->

What UI Framework is Instagram using?

2020-05-16 09:09发布

问题:

I am interested to find out what UI Framework Instagram is using. Was wondering if anyone can enlighten me on that.

Any advise on this will be greatly appreciated!

Zhen

回答1:

The same UI framework as most iOS apps, Cocoa Touch. They've just customized many of the controls. Here's some information on how to do similar customization:

  • The UITabBar with the center bump

  • The custom UITabBar notifications

  • The custom UINavigationBar

  • The scrolling picture list is similar to SSToolkit's SSCollectionView