GithubHelp home page GithubHelp logo

Comments (6)

wwmz avatar wwmz commented on August 13, 2024

底部固定视图要实现getMyTableView或者getMyScrollView,但如果用美团模式左右两个table联动时底部固定有什么好的办法吗

里面不是有例子吗。你仔细看??美团demo 底部多个tableview

from wmzpagecontroller.

wwmz avatar wwmz commented on August 13, 2024

底部固定视图要实现getMyTableView或者getMyScrollView,但如果用美团模式左右两个table联动时底部固定有什么好的办法吗

getMyScrollViews 有例子呀

from wmzpagecontroller.

janshky-zuo avatar janshky-zuo commented on August 13, 2024

底部固定视图要实现getMyTableView或者getMyScrollView,但如果用美团模式左右两个table联动时底部固定有什么好的办法吗

getMyScrollViews 有例子呀

image
我看了内部的实现,返回getMyScrollViews后 UIScrollView *view = nil 这个view没有赋值,会导致后面的
[self.sonChildFooterViewDic setObject:view forKey:@(index)];报错
我在这里手动将 view = self.currentScrollArr.lastObject 处理了下

from wmzpagecontroller.

wwmz avatar wwmz commented on August 13, 2024

底部固定视图要实现getMyTableView或者getMyScrollView,但如果用美团模式左右两个table联动时底部固定有什么好的办法吗

getMyScrollViews 有例子呀

image
我看了内部的实现,返回getMyScrollViews后 UIScrollView *view = nil 这个view没有赋值,会导致后面的
[self.sonChildFooterViewDic setObject:view forKey:@(index)];报错
我在这里手动将 view = self.currentScrollArr.lastObject 处理了下

那可能是设置错值了吧 应该是要设置tmpView才对

from wmzpagecontroller.

janshky-zuo avatar janshky-zuo commented on August 13, 2024

image
作者ni你好,源码中底部视图是根据scrollView的offsetX在动态改变width,这样在滚动的时候会挤压bottomView的内容,可否改为动态赋值坐标x

from wmzpagecontroller.

wwmz avatar wwmz commented on August 13, 2024

image
作者ni你好,源码中底部视图是根据scrollView的offsetX在动态改变width,这样在滚动的时候会挤压bottomView的内容,可否改为动态赋值坐标x

1.3.7已更新为x改变的方式

from wmzpagecontroller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.