예제 #1
0
    //
    public void ShowCGList(AlbumController.EAlbumType albumType)
    {
        hideAllCGScrollView();

        CGScrollView scrollView = getCGScrollView(albumType);

        if (null == scrollView)
        {
            Log.Error(string.Format("not found CGScrollView; {0}", albumType));
            return;
        }

        scrollView.Show();
    }