Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What UI Framework is Instagram using?

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

like image 598
Zhen Avatar asked Dec 22 '22 13:12

Zhen


1 Answers

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

like image 181
Matthew Frederick Avatar answered Jan 08 '23 00:01

Matthew Frederick