Repository: incubator-weex Updated Branches: refs/heads/master 0b3edc6ba -> 477e9a8ab
*[iOS]fix annotation spell error. Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/95523c45 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/95523c45 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/95523c45 Branch: refs/heads/master Commit: 95523c45b7c12e20fdd26c5e8315a4e59abf1b89 Parents: 95e16d8 Author: å¾æé³ <[email protected]> Authored: Sat Feb 24 16:49:38 2018 +0800 Committer: å¾æé³ <[email protected]> Committed: Sat Feb 24 16:49:38 2018 +0800 ---------------------------------------------------------------------- .../WeexSDK/Sources/Component/RecycleList/WXRecycleListComponent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/95523c45/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListComponent.m ---------------------------------------------------------------------- diff --git a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListComponent.m b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListComponent.m index b22fe26..b3eb315 100644 --- a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListComponent.m +++ b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListComponent.m @@ -360,7 +360,7 @@ WX_EXPORT_METHOD(@selector(setListData:)) [_collectionView scrollToItemAtIndexPath:toIndexPath atScrollPosition:UICollectionViewScrollPositionTop animated:animated]; } -#pragma mark - WXComonent Internal Methods +#pragma mark - WXComponent Internal Methods - (void)_insertSubcomponent:(WXComponent *)subcomponent atIndex:(NSInteger)index {
