[ 
https://issues.apache.org/jira/browse/WEEX-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16696419#comment-16696419
 ] 

ASF GitHub Bot commented on WEEX-657:
-------------------------------------

wqyfavor commented on a change in pull request #1731: [WEEX-657][iOS] Add a 
feature to control the offset of list attach to…
URL: https://github.com/apache/incubator-weex/pull/1731#discussion_r235624873
 
 

 ##########
 File path: ios/sdk/WeexSDK/Sources/Component/WXListComponent.h
 ##########
 @@ -21,4 +21,7 @@
 
 @interface WXListComponent : WXScrollerComponent
 
+// Set whether the content offset position all the way to the bottom
+@property (assign, nonatomic) BOOL contentAttachBottom;
+
 
 Review comment:
   属性不要声明在.h里吧。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> When the List component is shortened for Transition animation, the content 
> offset position of the List needs to be fixed at the bottom.
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WEEX-657
>                 URL: https://issues.apache.org/jira/browse/WEEX-657
>             Project: Weex
>          Issue Type: Improvement
>          Components: iOS
>    Affects Versions: 0.19
>         Environment: iOS
>            Reporter: hongwei
>            Assignee: XuYouyang
>            Priority: Major
>              Labels: ready-to-commit
>             Fix For: 0.19
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> We have a message list business scenario, the List component will set the 
> length of the Height change in the Transition animation. At this time, the 
> content offset of the List needs to be kept at the bottom. The List component 
> does not currently have this capability.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to