SkillAgentSearch skills...

CWShareView

仿写微信分享UI

Install / Use

/learn @cwwise/CWShareView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CWShareView

仿写微信分享功能

目录 Contents

环境 Requirements

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

功能 Feature

  • [x] 模仿微信ShareView
  • [x] 模仿九宫格分享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.

Related Skills

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated1y ago
Forks3

Languages

Swift

Security Score

75/100

Audited on Apr 12, 2024

No findings