search

Home  >  Q&A  >  body text

ios - 求助,这个交互怎么做?

现有 dome 代码:
https://github.com/CoderYLZha...

行情页面上拉会以吸顶的方式进入相关资讯页面

行情:

资讯:可以左右切换,切换的同时,资讯类型也要变

动画效果:

我的问题是:
资讯的布局结构应该是什么样的?
我的想法本来是自定义个 scrollView, 但是发现有个问题,就是资讯详情上面还有个 title, 就是这个:

title 应该是加在 view 上面,像很多新闻软件,
但是如果 scrollView 里有个 View,View 上面再加 ScrollView 和 titleView,又会有手势冲突问题,和 contentSize 的问题,

我混乱了,求指点迷津

PHP中文网PHP中文网2836 days ago736

reply all(2)I'll reply

  • 高洛峰

    高洛峰2017-04-18 09:55:29

    Add button to scrollview

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-18 09:55:29

    HMSegmentedControl, if you don’t know how to use it, you can private message me

    reply
    0
  • Cancelreply