AXStretchableHeaderTabViewController icon indicating copy to clipboard operation
AXStretchableHeaderTabViewController copied to clipboard

add initWithCode and init AXStretchableHeaderTabViewController's view…

Open homekuanyi opened this issue 10 years ago • 1 comments

… in viewDidLoad instead of initWithNibName; add switchToIndex to switch to other child view controller

i hope u would consider my changes:

  1. we can draw a UIViewController and set it to AXStretchableHeaderTabViewController, and IB can init it correctly now. since ios will init view controller's view automatically, it's better to do view init work in viewDidLoad instead of initWithNibName.
  2. add switchToIndex function. i call self.selectedIndex = 1 to select a tab, but it doesn't work correctly.

homekuanyi avatar Aug 01 '15 05:08 homekuanyi

i have test it in ios 8.4

homekuanyi avatar Aug 01 '15 10:08 homekuanyi