CWShareView Save

仿写微信分享UI

Project README

CWShareView

仿写微信分享功能

目录 Contents

环境 Requirements

  • iOS 8.0+
  • Xcode 8.3+
  • Swift3.1

功能 Feature

  • 模仿微信ShareView
  • 模仿九宫格分享View
  • 更好的自定义
  • 完善注释,更好的readme

预览 Preview

CWShareViewDemo_1 CWShareViewDemo_2

使用 Usage

  • 导入方法:

    • 方法一(推荐使用):CocoaPodspod 'CWShareView'
  • 在相应位置导入头文件:import CWShareView

  • 调用下列任意方法即可:

    let clickedHandler = { (shareView: ShareView, indexPath: IndexPath) in
            print(indexPath.section, indexPath.row)
        }
        
    let title = "网页由mp.weixin.qq.com提供"
    let shareView = ShareView(title: title,
                              shareItems: [shareList1, shareList2], 
                              clickedHandler: clickedHandler)        
    shareView.show()

许可 License

CWShareView is released under the MIT License.

Open Source Agenda is not affiliated with "CWShareView" Project. README Source: cwwise/CWShareView
Stars
26
Open Issues
0
Last Commit
6 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating