You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/11/23 06:34:03 UTC

[GitHub] wqyfavor commented on a change in pull request #1731: [WEEX-657][iOS] Add a feature to control the offset of list attach to…

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:
users@infra.apache.org


With regards,
Apache Git Services