Coder Social home page Coder Social logo

weiboprofile's Introduction

WeiboProfile

新浪微博用户详情页实现
思路:
1、使用ScrollView和tableView嵌套

2、ScrollView控制左右切换多个tableView

3、tableView共用一个headerView

4、当scrollView开始滑动(左右切换)时,在scrollViewWillBeginDragging方法中,先将headerView添加到scrollView或者更外层的view上

5、继续滑动调用scrollViewDidScroll方法,如果是添加在scrollView上,则需要不断计算scrollView的contentOffset.x值设置为view.left

6、当左右滑动结束后,需要将headerView放回当前的tableView的headerView上。

7、tableView上下滚动时,headerView是作为tableView.tableHeaderView的子视图跟随当前的tableView滚动的

weiboprofile's People

Contributors

yisimeng avatar

Watchers

James Cloos avatar ding avatar

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.