AXStretchableHeaderTabViewController
AXStretchableHeaderTabViewController copied to clipboard
Stretchable header view + Horizontal swipable tab view
I'm trying to run the sample project but I get this error ``` ld: framework not found Reveal clang: error: linker command failed with exit code 1 (use -v to...
Hi. I use `AXStretchableHeaderTabViewController` in my project as a profile page. How can I add 'pull to refresh' option to reload profile and refresh the view? Thanks
Hi. I'm using your lib in my project and there is one feature we couldn't make in time. So we wanna make it inactive. I didn't find anything about it....
please check this irritating issue. i am using this in swift with cocoa pods
… 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...
What's the recommended way to make the second sub view controller selected after the AXStretchableHeaderTabViewController has loaded?
when i remove the mothod - (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event; in the AXStretchableHeaderView. how can you implement both click envent and move envent on the header. thanks!
I've changed the table view style to UITableViewStylePlain within AXSub2TableViewController to get fixed section headers when scrolling the table view, but the section headers didn't correspond to the stretched offset...
Hi, when running the sample, I get this error due to layout constraints ``` Probably at least one of the constraints in the following list is one you don't want....
I got this when moving to landscape: ``` *** Assertion failure in -[UIView layoutSublayersOfLayer:], /SourceCache/UIKit/UIKit-2935.138/UIView.m:8803 ``` the only thing that I've found so far: http://stackoverflow.com/questions/24273202/dynamically-sized-uitableview-in-uiscrollview-with-auto-layout kinda brutal solution. I didn't...