ScrollingStackContainer
ScrollingStackContainer copied to clipboard
Efficient Scrolling UIStackView in Swift - DEPRECATED (use ScrollStackController)
Fixing issue #7 Only the view of the stack viewControllers is being added to the ScrollingStackController view, there is no refrence kept for the childViewController itself So for example if...
Hi , great works! I can't use because i have this error : > Cannot inherit from non-open class 'ScrollingStackController' outside of its defining module Can you fix it ?...
Related to #1
I tried with 150 cells 150 are calling cellForIndexPath initially itself. which should not happen.
* Update for compatibility with Swift 4.2 * Use left and right inset values for nested scroll views
Hi, I've got : ScrollingStackContainerExample[1851:635284] +[CATransaction synchronize] called within transaction when running. I can't find any overlapping animation on main thread in the code, am I missing something? Thanks!
Hello, I just found that following the example in this repo but changing from tableView to collectionView don't work. It doesn't scroll vertically.
Hi, I'm working with tableview for chat application it's working update and insert cell but when scroll the tableview top to bottom tableview cell jerking. So Please any solution Regards...
Hello, If i add two viewcontrollers both of them implements func preferredAppearanceInStack() -> ScrollingStackController.ItemAppearance { return .view(height: height) } the main viewController is not scrollable. However if implement prefferedAppreanceInStack in...