GitHub user acton393 opened a pull request:

    https://github.com/apache/incubator-weex/pull/867

    [WEEX-119][iOS] disable tableview estimation row or section height.

      according to  
https://stackoverflow.com/questions/46445661/ios-11-uitableview-behaviour-changed/46447370#46447370
      https://forums.developer.apple.com/message/245686  this estimation action 
will make tableview edit abnormal, crash sometimes
      so disable it from iOS 11.
    
    Bug: 119

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/acton393/incubator-weex 
iOS11-tableview-estimate-adapter

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/867.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #867
    
----
commit ada7945ec8b4c4e1b3c73ef47a41c1ef08d29c54
Author: acton393 <zhangxing610...@gmail.com>
Date:   2017-11-15T08:22:01Z

    [WEEX-119][iOS] disable tableview estimation row or section height.
    
      according to  
https://stackoverflow.com/questions/46445661/ios-11-uitableview-behaviour-changed/46447370#46447370
      https://forums.developer.apple.com/message/245686  this estimation action 
will make tableview edit abnormal, crash sometimes
      so disable it from iOS 11.
    
    Bug: 119

----


---

Reply via email to