Swift版知乎日报

作者: afluy | 来源:发表于2016-09-02 10:38 被阅读564次

    huaf22/zhihuSwiftDemo

    已实现的功能

    • 首页左滑菜单界面
    • 文章详情界面
    • 文章详情界面上下切换的动画
    • 主题文章界面

    待实现的功能

    • 文章后台缓存功能
    • 首页海报获取更新
    • 滑动菜单界面的优化
    • bugs
    • ...

    截图

    Paste_Image.png Paste_Image.png Paste_Image.png Paste_Image.png

    项目结构

    ├── AppDelegate.swift
    ├── BCComponents
    │   ├── Article
    │   │   ├── View
    │   │   │   ├── WLYArticleDetailCell.swift
    │   │   │   ├── WLYArticleDetailRefreshView.swift
    │   │   │   ├── WLYArticleDetailToolBarView.swift
    │   │   │   ├── WLYArticleNavigationBar.swift
    │   │   │   └── WLYArticleTableViewCell.swift
    │   │   ├── WLYArticleChannelViewController.swift
    │   │   ├── WLYArticleDetailCollectionViewController.swift
    │   │   └── WLYArticleListViewController.swift
    │   └── Home
    │       ├── View
    │       │   ├── HomeSideMenuFooterView.swift
    │       │   └── HomeSideMenuHeaderView.swift
    │       └── WLYHomeMenuViewController.swift
    ├── Library
    │   ├── ArticleHTMLParser.swift
    │   ├── UIKit
    │   │   ├── UIColor+WLYCommon.swift
    │   │   ├── UIColor+WLYExtension.swift
    │   │   ├── UIScrollView+WLYPanGestureAllowEventPass.swift
    │   │   └── UIView+WLYExtension.swift
    │   ├── URLArrayTransform.swift
    │   ├── Vendors
    │   └── WLYLog.swift
    ├── Models
    │   ├── WLYArticle.swift
    │   ├── WLYArticleDetail.swift
    │   ├── WLYArticleTheme.swift
    │   ├── WLYArticleThemeResult.swift
    │   ├── WLYDailyArticle.swift
    │   ├── WLYEditor.swift
    │   └── WLYThemeArticles.swift
    ├── Services
    │   ├── ArticleService.swift
    │   ├── BaseServiceAPI.swift
    │   └── WLYArticleCacheService.swift
    ├── ViewControllers
    │   ├── WLYSideMenuViewController.swift
    │   ├── WLYTableViewController.swift
    │   └── WLYViewController.swift
    └── Views
        ├── UIScrollView+WLYPullToRefresh.swift
        ├── WLYHorizontalLayoutButton.swift
        ├── WLYPullToRefreshView.swift
        ├── WLYRefreshLoadingView.swift
        ├── WLYScrollImageView.swift
        ├── WLYTableViewCell.swift
        └── WLYVerticalLayoutButton.swift
    

    知乎日报 API

    izzyleung/ZhihuDailyPurify

    使用的开源库

    Thanks to all of you

    相关文章

      网友评论

      • 1af4d64ca4e0:怎么产生项目结构
        afluy:@残殇记忆 tree命令
      • docManer:项目结构是怎么弄的
        afluy:@zypzyp 打开命令窗口,cd到项目目录下,输入tree命令就可以了

      本文标题: Swift版知乎日报

      本文链接:https://www.haomeiwen.com/subject/yovhettx.html