UIViewPagerController with dynamic height controllers in UIScrollView

Ok, so I searched the entire network to solve my very specific problem, but could not understand.

I am developing a reader for quick targeting on iOS 8.1, and my detailview controller (the controller should show the article) has the following setting:

-UIView
--UIScrollView
---UIView (contentView)
----UIScrollView(horizontal only)
----TextView
----SegmentedControl
----ContainerView (wired up with a UIPageViewController)

PageViewController currently has 2 controllers as subzones to display either an article or comments (like: dynamic elevation marks for article content / tableviewcells for comments). Prior to my approach with the UIPageViewController, I used UIView as a custom container (direct submission to the contentview) and a tableview (also a direct child of the contentview), which I switched to hide / show whether a specific index segment was selected. Now I want to use a more efficient approach when you can scroll between two "tabs". Therefore, I developed subviews in separate controllers controlled by the page view manager.

: UIScrollView / . UIScrollView , viewcontroller, , , . Pure AutoLayout Approach, Apple . scrollview -. Scrollview (, , ). , . , SO, :

iOS: UIScrollView ?

UIScrollView

, :

http://spin.atomicobject.com/2014/03/05/uiscrollview-autolayout-ios/

. ( ), , . , contentView , 1000, , , , , , , , . , ScrollView , / "".

, , , . AutoLayout UIScrollView, , .

, - . !

+4
1
0

All Articles