文章来源:淘论文网   发布者: 毕业设计   浏览量: 40



还可以点击去查询以下关键词:
[Swift]    [毕业]    [Sharaku]    [【Swift】毕业Sharaku]   

项目介绍:

https://github.com/makomori/Sharaku

SharakuUsageHow to present SHViewControllerlet imageToBeFiltered = UIImage(named: 'targetImage') let vc = SHViewController(image: imageToBeFiltered) vc.delegate = self self.present(vc, animated:true, completion: nil)SHViewControllerDelegate methodsextension ViewController: SHViewControllerDelegate { func shViewControllerImageDidFilter(image: UIImage) { // Filtered image will be returned here. } func shViewControllerDidCancel() { // This will be called when you cancel filtering the image. } }Example

要将实例程序跑起来,可以下载源代码,开题报告,然后命令行中在项目目录下执行 “pod install”

To run the example project, clone the repo, and run pod install from the Example directory first.

Demo video

Requirements

Swift3

iOS 8.3 ~

Installation

Sharaku is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod 'Sharaku'Author

makomori, makomori26@gmail.com

License

Sharaku is available under the MIT license. See the LICENSE file for more info.

论文


这里还有:


还可以点击去查询:
[Swift]    [毕业]    [Sharaku]    [【Swift】毕业Sharaku]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/7915.docx
  • 上一篇:Jipai 毕业设计iOS App
  • 下一篇:工程框架- 一个项目的基类工程,为您节省时间