zoukankan      html  css  js  c++  java
  • refreshcontrol 实现下拉刷新的功能

         该组件实现下拉刷新的功能。不过该组件是用在ScrollView的内部的,为ScrollView添加一个下拉刷新的功能。当ScrollView的垂直方向的偏移量scrollY:0的时候,手指往下拖拽ScrollView就会触发onRefresh事件方法。

    相关的属性:

    1. onRefresh  function方法 当视图开始刷新的时候调用
    2. refreshing  bool  决定加载进去指示器是否为活跃状态,也表名当前是否在刷新中
    3. colors [ColorPropType]   android平台适用  进行设置加载进去指示器的颜色,至少设置一种,最好可以设置4
    4. enabled  bool   android平台适用   用来设置下拉刷新功能是否可用
    5. progressBackgroundColor ColorPropType  设置加载进度指示器的背景颜色
    6. size RefreshLayoutConsts.SIZE.DEFAULT  android平台适用  加载进度指示器的尺寸大小 ,具体可以查看RefreshControl.SIZE
    7. tintColor ColorPropType   iOS平台适用  设置加载进度指示器的颜色
    8. title string iOS平台适用  设置加载进度指示器下面的标题文本信息
  • 相关阅读:
    【树形dp】Find Metal Mineral
    【树形dp】Apple Tree
    【状压dp】Islands and Bridges
    【状压dp】Travelling
    【状压dp】Most Powerful
    【线段树】Mayor's posters
    【线段树】I Hate It
    【线段树】Atlantis
    【线段树】校门外的树
    【并查集】银河英雄传说
  • 原文地址:https://www.cnblogs.com/leyan/p/6264166.html
Copyright © 2011-2022 走看看