You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/28 07:10:00 UTC

[jira] [Commented] (WEEX-150) Implement AppShell for iOS

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

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

GitHub user jondong opened a pull request:

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

    [WEEX-150] Implement AppShell for iOS.

    This is the first patch for implementing AppShell for iOS.
    
    Basically, this patch created a minimized appshell to demonstrate
    the usage of Weex, the MainViewController contains a WeexSDKInstance
    which loads a precompiled javascript page in bundlejs. It also
    contains a WXImgLoaderProtocol implementation to facilitate the image
    loading.


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

    $ git pull https://github.com/jondong/incubator-weex ios-feature-appshell

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

    https://github.com/apache/incubator-weex/pull/918.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 #918
    
----
commit 12296481dd2a89bbb71c042f011cdcdbf827ec9e
Author: Jonathan Dong <jo...@outlook.com>
Date:   2017-11-08T06:12:50Z

    [WEEX-150] Implement AppShell for iOS.
    
    This is the first patch for implementing AppShell for iOS.
    
    Basically, this patch created a minimized appshell to demonstrate
    the usage of Weex, the MainViewController contains a WeexSDKInstance
    which loads a precompiled javascript page in bundlejs. It also
    contains a WXImgLoaderProtocol implementation to facilitate the image
    loading.

----


> Implement AppShell for iOS
> --------------------------
>
>                 Key: WEEX-150
>                 URL: https://issues.apache.org/jira/browse/WEEX-150
>             Project: Weex
>          Issue Type: Sub-task
>          Components: iOS
>            Reporter: Jonathan Dong
>            Assignee: Adam Feng
>
> Implement AppShell basic features for iOS.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)