显示名称和注释的模块 PeriscommentView

码农软件 · 软件分类 · 其他(Others) · 2019-07-17 08:13:52

软件介绍

PeriscommentView是可以显示名称和注释的模块,它的设计灵感来自Periscop。演示如下:

Demo

安装

CocoaPods是iOS项目管理器。所以需要使用CocoaPods去安装

pod 'PeriscommentView', '0.0.1'

用法

import PeriscommentView

let periscommentView: PeriscommentView = ...
let profileImage = UIImage(named: "hoge.png")!
let name = "name"
let comment = "comment"
PeriscommentView.addCell(profileImage, name: name, comment: comment)

本文地址:https://codercto.com/soft/d/10309.html

Algorithms for Image Processing and Computer Vision

Algorithms for Image Processing and Computer Vision

Parker, J. R. / 2010-12 / 687.00元

A cookbook of algorithms for common image processing applications Thanks to advances in computer hardware and software, algorithms have been developed that support sophisticated image processing with......一起来看看 《Algorithms for Image Processing and Computer Vision》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具