iOS 7's notification seems nice. I know it is using Segmented Control, but how exactly it is be done?
I'm using storyboard, mainly contain of three segment (does this means I need three different UIViewController?)
I have a collection view on first segment (supporting ios 5+ above, but this hasn't comes to my concern yet), table view on second segment and a normal view with Labels and TextBox on third segment.
My idea is doing things like the iOS7 notification center, "Today, All, Missed", able to swipe left and right, and the UI transition is sliding. Please help as I'm still quite fresh to iOS development.