微信转发控件
//
// ForwardAlert.h
// ForwardAlertDemo
//
// Created by Lester on 16/9/12.
// Copyright © 2016年 Lester-iOS开发:98787555. All rights reserved.
//
#import
typedef NS_ENUM(NSInteger, ContentType){
/** 图片*/
Content_Image,
/** 文字*/
Content_Text,
/** Gif*/
Content_Gif
};
/** 点击按钮回调*/
typedef void (^completionHandlerBlock)(NSInteger buttonClickIndex);
@interface ForwardAlert : UIView
/**
* 初始化Alert
* @param title 转发用户名称
* @param images 用户头像
* @param content 转发内容
* @param buttonHandler 点击回调Block
*/
- (instancetype)initWithTitle:(NSString *)title images:(NSArray *)images content:(id)content contentType:(ContentType)type buttonHandler:(completionHandlerBlock)completionHandler;
/** 显示*/
- (void)show;
@end
后面再附上github地址
下载地址:http://www.wenjiangs.com/wp-content/uploads/2021/docimg35/26f08d8440f42a3f4cf45a5b00bc5a36.zip
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论