資料介紹
軟件簡介
# BAAlert
[![BAHome Team Name](https://img.shields.io/badge/Team-BAHome-brightgreen.svg?style=flat)](https://github.com/BAHome "BAHome Team")
![](https://img.shields.io/badge/platform-iOS-red.svg) ![](https://img.shields.io/badge/language-Objective--C-orange.svg)?
![](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)?
![](https://img.shields.io/cocoapods/v/BAAlert.svg?style=flat) ![](https://img.shields.io/cocoapods/dt/BAAlert.svg
) ?[![](https://img.shields.io/badge/微博-博愛1616-red.svg)](http://weibo.com/538298123)
## 1、功能及簡介
* 1、手勢觸摸隱藏開關(guān),可隨時(shí)開關(guān)
* 2、可以自定義背景圖片、背景顏色、按鈕顏色
* 3、可以添加文字和圖片,且可以滑動(dòng)查看!
* 4、橫豎屏適配完美,注意:自定義 alert 不支持橫屏
* 5、有各種炫酷動(dòng)畫展示你的 alert
* 6、可以自定義每個(gè)按鈕顏色
## 2、圖片示例
![BAAlert1.gif](https://github.com/BAHome/BAAlert/blob/master/Images/BAAlert1.gif)
![BAAlert2.gif](https://github.com/BAHome/BAAlert/blob/master/Images/BAAlert2.gif)
## 3、安裝、導(dǎo)入示例和源碼地址
* 1、pod 導(dǎo)入【最新版本:![](https://img.shields.io/cocoapods/v/BAAlert.svg?style=flat) ![](https://img.shields.io/cocoapods/dt/BAAlert.svg
)】:
?`pod 'BAAlert'` ` pod 'BAAlert-Swift'` ?
如果發(fā)現(xiàn) `pod search BAAlert` 搜索出來的不是最新版本,需要在終端執(zhí)行 cd 轉(zhuǎn)換文件路徑命令退回到 desktop,然后執(zhí)行 `pod setup` 命令更新本地spec緩存(可能需要幾分鐘),然后再搜索就可以了。
具體步驟:
? - pod setup : 初始化
? - pod repo update : 更新倉庫
? - pod search BAAlert
* 2、文件夾拖入:下載demo,把 BAAlert 文件夾拖入項(xiàng)目即可,
* 3、導(dǎo)入頭文件:
` ?#import "BAAlert_OC.h" `
* 4、項(xiàng)目源碼地址:
?OC 版 :[https://github.com/BAHome/BAAlert](https://github.com/BAHome/BAAlert)
?swift 版 :[https://github.com/BAHome/BAAlert-Swift](https://github.com/BAHome/BAAlert-Swift)
## 4、BAAlert 的類結(jié)構(gòu)及 demo 示例
![BAAlert.png](https://github.com/BAHome/BAAlert/blob/master/Images/BAAlert.png)
### BAAlert_OC.h
```
#ifndef BAAlert_OC_h
#define BAAlert_OC_h
#import "BAAlert.h"
#import "BAActionSheet.h"
#import "BAKit_ConfigurationDefine.h"
/*!
?*********************************************************************************
?************************************ 更新說明 ************************************
?*********************************************************************************
?
?歡迎使用 BAHome 系列開源代碼 !
?如有更多需求,請(qǐng)前往:https://github.com/BAHome
?
?項(xiàng)目源碼地址:
?OC 版 :https://github.com/BAHome/BAAlert
?
?最新更新時(shí)間:2017-06-23 【倒敘】
?最新Version:【Version:1.2.2】
?更新內(nèi)容:
?1.2.2.1、優(yōu)化部分宏定義
?
?最新更新時(shí)間:2017-06-19 【倒敘】
?最新Version:【Version:1.2.0】
?更新內(nèi)容:
?1.2.0.1、統(tǒng)一全局宏定義文件,優(yōu)化代碼規(guī)范 ?
?
?最新更新時(shí)間:2017-05-20 【倒敘】
?最新Version:【Version:1.1.9】
?更新內(nèi)容:
?1.1.9.1、修復(fù)動(dòng)畫過度白屏問題 ?
?最新更新時(shí)間:2017-05-15 【倒敘】
?最新Version:【Version:1.1.8】
?更新內(nèi)容:
?1.1.8.1、精簡代碼結(jié)構(gòu),刪除多余或者重復(fù)代碼 ?
?1.1.8.2、規(guī)范代碼屬性和方法命名,原有方法名和屬性名有較大改動(dòng),忘見諒 ?
?1.1.8.3、重構(gòu) actionSheet,新增多種樣式 ?
?
?最新更新時(shí)間:2017-05-13 【倒敘】
?最新Version:【Version:1.1.7】
?更新內(nèi)容:
?1.1.7.1、精簡代碼結(jié)構(gòu),刪除多余或者重復(fù)代碼 ?
?1.1.7.2、規(guī)范代碼屬性和方法命名,原有方法名和屬性名有較大改動(dòng),忘見諒 ?
?1.1.7.3、優(yōu)化部分動(dòng)畫 ?
?1.1.7.4、subView 布局優(yōu)化 ?
?1.1.7.5、actionSheet 新增自定義文字顏色、title 字體顏色 ?
?
?最新更新時(shí)間:2017-05-10 【倒敘】
?最新Version:【Version:1.1.5】
?更新內(nèi)容:
?1.1.5.1、刪除原有封裝內(nèi)部按鈕點(diǎn)擊事件中 ba_dismissAlertView 方法,此方法可在外部自由調(diào)用 ?
?
?最新更新時(shí)間:2017-05-09 【倒敘】
?最新Version:【Version:1.1.4】
?更新內(nèi)容:
?1.1.4.1、pod 更新xib 文件
?
?最新更新時(shí)間:2017-05-08 【倒敘】
?最新Version:【Version:1.1.0】
?更新內(nèi)容:
?1.1.0.1、優(yōu)化方法名命名規(guī)范
?1.1.0.2、新增鍵盤內(nèi)部處理
?1.1.0.3、用原生 autoLayout 重構(gòu),自定義 alert 的布局再也不是問題了
?1.1.0.4、優(yōu)化代碼結(jié)構(gòu),修復(fù)內(nèi)在隱藏內(nèi)存泄漏
?1.1.0.5、新增 BAAlert_OC.h 文件,只需導(dǎo)入 BAAlert_OC.h 一個(gè)文件就可以使用 alert 和 actionSheet 了
?1.1.0.6、刪除了部分代碼和屬性,具體見源碼 和 demo
?
?*/
#endif /* BAAlert_OC_h */
```
### BAAlert.h
```
#import
#import "BAAlert_Config.h"
@class BAAlert;
typedef void(^BAAlert_ConfigBlock)(BAAlert *tempView);
@interface BAAlert : UIView
/*! 背景顏色 默認(rèn):半透明*/
@property (nonatomic, strong) UIColor *bgColor;
/*! 是否開啟邊緣觸摸隱藏 alert 默認(rèn):NO */
@property (nonatomic, assign) BOOL isTouchEdgeHide;
/*! 背景圖片名字 默認(rèn):沒有圖片*/
@property (nonatomic, strong) NSString *bgImageName;
/*! 是否開啟進(jìn)出場動(dòng)畫 默認(rèn):NO,如果 YES ,并且同步設(shè)置進(jìn)出場動(dòng)畫枚舉為默認(rèn)值:1 */
@property (nonatomic, assign, getter=isShowAnimate) BOOL showAnimate;
/*! 進(jìn)出場動(dòng)畫枚舉 默認(rèn):1 ,并且默認(rèn)開啟動(dòng)畫開關(guān) */
@property (nonatomic, assign) BAAlertAnimatingStyle animatingStyle;
/*! 背景高斯模糊枚舉 默認(rèn):沒有模糊效果 */
@property (nonatomic, assign) BAAlertBlurEffectStyle blurEffectStyle;
/*!
?* ?創(chuàng)建一個(gè)完全自定義的 alertView,注意:【自定義 alert 只適用于豎屏狀態(tài)!】
?*
?* ?@param customView ? ?自定義 View
?* ?@param configuration 屬性配置:如 bgColor、buttonTitleColor、isTouchEdgeHide...
?*/
+ (void)ba_alertShowCustomView:(UIView *)customView
? ? ? ? ? ? ? ? ?configuration:(BAAlert_ConfigBlock) configuration;
/*!
?* ?創(chuàng)建一個(gè)類似于系統(tǒng)的alert
?*
?* ?@param title ? ? ? ? 標(biāo)題:可空
?* ?@param message ? ? ? 消息內(nèi)容:可空
?* ?@param image ? ? ? ? 圖片:可空
?* ?@param buttonTitleArray ?按鈕標(biāo)題:不可空
?* ?@param buttonTitleColorArray ?按鈕標(biāo)題顏色:可空,默認(rèn)藍(lán)色
?* ?@param configuration 屬性配置:如 bgColor、buttonTitleColor、isTouchEdgeHide...
?* ?@param actionBlock ? ? ? ?按鈕的點(diǎn)擊事件處理
?*/
+ (void)ba_alertShowWithTitle:(NSString *)title
? ? ? ? ? ? ? ? ? ? ? message:(NSString *)message
? ? ? ? ? ? ? ? ? ? ? ? image:(UIImage *)image
? ? ? ? ? ? ?buttonTitleArray:(NSArray *)buttonTitleArray
? ? ? ? buttonTitleColorArray:(NSArray *)buttonTitleColorArray
? ? ? ? ? ? ? ? configuration:(BAAlert_ConfigBlock)configuration
? ? ? ? ? ? ? ? ? actionBlock:(BAAlert_ButtonActionBlock)actionBlock;
/*!
?* ?視圖消失
?*/
- (void)ba_alertHidden;
@end
```
### BAActionSheet.h
```
#import
#import "BAAlert_Config.h"
@class BAActionSheet, BAActionSheetModel;
typedef void(^BAActionSheet_ConfigBlock)(BAActionSheet *tempView);
typedef void (^BAActionSheet_ActionBlock)(NSIndexPath *indexPath, BAActionSheetModel *model);
@interface BAActionSheet : UIView
/*! 是否開啟邊緣觸摸隱藏 alert 默認(rèn):YES */
@property (nonatomic, assign) BOOL isTouchEdgeHide;
/*! 是否開啟進(jìn)出場動(dòng)畫 默認(rèn):NO,如果 YES ,并且同步設(shè)置進(jìn)出場動(dòng)畫枚舉為默認(rèn)值:1 */
@property (nonatomic, assign, getter=isShowAnimate) BOOL showAnimate;
/*! 進(jìn)出場動(dòng)畫枚舉 默認(rèn):1 ,并且默認(rèn)開啟動(dòng)畫開關(guān) */
@property (nonatomic, assign) BAAlertAnimatingStyle animatingStyle;
/*! BAActionSheet 類型,默認(rèn):1 */
@property (nonatomic, assign) BAActionSheetType actionSheetType;
@property (nonatomic, strong) NSArray *dataArray;
@property (nonatomic, strong) NSString *title;
/*!
?*
?* ?@param configuration 屬性配置:如 bgColor、buttonTitleColor、isTouchEdgeHide...
?* ?@param actionBlock ? block回調(diào)點(diǎn)擊的選項(xiàng)
?*/
+ (void)ba_actionSheetShowWithConfiguration:(BAActionSheet_ConfigBlock)configuration
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? actionBlock:(BAActionSheet_ActionBlock)actionBlock;
/*!
?* ?隱藏 BAActionSheet
?*/
- (void)ba_actionSheetHidden;
@end
@class BAActionSheetSubContentModel;
@interface BAActionSheetModel : NSObject
@property(nonatomic, copy) NSString *imageUrl;
@property(nonatomic, copy) NSString *content;
@property(nonatomic, copy) NSString *subContent;
@property(nonatomic, strong) NSArray *subContentArray;
@end
@interface BAActionSheetSubContentModel : NSObject
@property(nonatomic, copy) NSString *subContent;
@end
```
### demo 示例
```
- (void)actionSheet1
{
? ? NSMutableArray *dataArray = [NSMutableArray array];
? ? NSArray *contentArray = @[@"微信支付", @"支付寶", @"預(yù)付款賬戶"];
? ? NSArray *subContentArray = @[@"", @"18588888888", @"余額:¥480.00"];
? ? NSArray *imageArray = @[@"123.png", @"背景.jpg", @"美女.jpg"];
? ??
? ? for (NSInteger i = 0; i < contentArray.count; i++)
? ? {
? ? ? ? BAActionSheetModel *model = [BAActionSheetModel new];
? ? ? ? model.imageUrl = imageArray[i];
? ? ? ? model.content = contentArray[i];
? ? ? ? model.subContent = subContentArray[i];
? ? ? ??
? ? ? ? [dataArray addObject:model];
? ? }
? ? BAKit_WeakSelf
? ? [BAActionSheet ba_actionSheetShowWithConfiguration:^(BAActionSheet *tempView) {
? ? ? ??
? ? ? ? BAKit_StrongSelf
? ? ? ? tempView.title = @"支付方式";
? ? ? ? tempView.dataArray = dataArray;
? ? ? ? tempView.isTouchEdgeHide = NO;
? ? ? ? tempView.showAnimate = YES;
? ? ? ??
? ? ? ? self.actionSheet = tempView;
? ? } actionBlock:^(NSIndexPath *indexPath, BAActionSheetModel *model) {
? ? ? ? BAKit_ShowAlertWithMsg_ios8(model.content);
? ? }];
}
- (void)actionSheet2
{
? ? NSMutableArray *dataArray = [NSMutableArray array];
? ? NSArray *contentArray = @[@"微信支付", @"支付寶", @"預(yù)付款賬戶"];
? ? for (NSInteger i = 0; i < contentArray.count; i++)
? ? {
? ? ? ? BAActionSheetModel *model = [BAActionSheetModel new];
// ? ? ? ?model.imageUrl = imageArray[i];
? ? ? ? model.content = contentArray[i];
// ? ? ? ?model.subContent = subContentArray[i];
? ? ? ??
? ? ? ? [dataArray addObject:model];
? ? }
? ? BAKit_WeakSelf
? ? [BAActionSheet ba_actionSheetShowWithConfiguration:^(BAActionSheet *tempView) {
? ? ? ??
? ? ? ? BAKit_StrongSelf
// ? ? ? ?tempView.title = @"支付方式";
? ? ? ? tempView.dataArray = dataArray;
? ? ? ? tempView.actionSheetType = BAActionSheetTypeCustom;
? ? ? ? // ? ? ? ?tempView.isTouchEdgeHide = NO;
? ? ? ??
? ? ? ? self.actionSheet = tempView;
? ? } actionBlock:^(NSIndexPath *indexPath, BAActionSheetModel *model) {
? ? ? ? BAKit_ShowAlertWithMsg_ios8(model.content);
? ? }];
}
- (void)actionSheet3
{
? ? NSArray *contentArray = @[@"微信支付", @"支付寶", @"預(yù)付款賬戶", @"中行"];
? ? NSArray *subContentArray = @[
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @[@"微信支付1", @"微信支付2", @"微信支付3"],
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @[@"支付寶1", @"支付寶2", @"支付寶3", @"支付寶4"],
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @[],
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @[@"中行1", @"中行2", @"中行3", @"中行4", @"中行5", @"中行6", @"中行7", @"中行2", @"中行3", @"中行4", @"中行5", @"中行6", @"中行7", @"中行2", @"中行3", @"中行4", @"中行5", @"中行6", @"中行7", @"中行2", @"中行3", @"中行4", @"中行5", @"中行6", @"中行7"]
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ];
? ??
? ? NSMutableArray *dataArray = @[].mutableCopy;
? ? for (NSInteger i = 0; i < contentArray.count; i++)
? ? {
? ? ? ? BAActionSheetModel *model = [BAActionSheetModel new];
? ? ? ? model.content = contentArray[i];
? ? ? ??
? ? ? ? NSMutableArray *mutArray = @[].mutableCopy;
? ? ? ? for (NSInteger j = 0; j < subContentArray[i].count; j ++)
? ? ? ? {
? ? ? ? ? ? BAActionSheetSubContentModel *subContentModel = [BAActionSheetSubContentModel new];
? ? ? ? ? ? subContentModel.subContent = subContentArray[i][j];
? ? ? ? ? ? [mutArray addObject:subContentModel];
? ? ? ? }
? ? ? ? model.subContentArray = mutArray;
? ? ? ??
? ? ? ? [dataArray addObject:model];
? ? }
? ??
? ? BAKit_WeakSelf
? ? [BAActionSheet ba_actionSheetShowWithConfiguration:^(BAActionSheet *tempView) {
? ? ? ??
? ? ? ? BAKit_StrongSelf
? ? ? ? tempView.title = @"支付方式";
? ? ? ? tempView.dataArray = dataArray;
? ? ? ? tempView.actionSheetType = BAActionSheetTypeExpand;
? ? ? ? // ? ? ? ?tempView.isTouchEdgeHide = NO;
? ? ? ??
? ? ? ? self.actionSheet = tempView;
? ? } actionBlock:^(NSIndexPath *indexPath, BAActionSheetModel *model) {
? ? ? ? if (model.subContentArray.count > 0)
? ? ? ? {
? ? ? ? ? ? BAKit_ShowAlertWithMsg_ios8(model.subContentArray[indexPath.row].subContent);
? ? ? ? }
? ? ? ? else
? ? ? ? {
? ? ? ? ? ? BAKit_ShowAlertWithMsg_ios8(model.content);
? ? ? ? }
? ? }];
}
- (void)alert1
{
? ? BAKit_WeakSelf
? ? /*! 第一種封裝使用示例 */
? ? [BAAlert ba_alertShowWithTitle:title0 message:titleMsg0 image:nil buttonTitleArray:@[@"取消",@"確定",@"確定2",@"確定3"] buttonTitleColorArray:@[[UIColor redColor], [UIColor greenColor], [UIColor grayColor], [UIColor purpleColor]] configuration:^(BAAlert *tempView) {
? ? ? ? BAKit_StrongSelf
? ? ? ? // ? ? ? ?temp.bgColor ? ? ? = [UIColor colorWithRed:0 green:1.0 blue:0 alpha:0.3];
? ? ? ? /*! 開啟邊緣觸摸隱藏alertView */
? ? ? ? tempView.isTouchEdgeHide = YES;
? ? ? ? /*! 添加高斯模糊的樣式 */
? ? ? ? tempView.blurEffectStyle = BAAlertBlurEffectStyleLight;
? ? ? ? /*! 開啟動(dòng)畫 */
? ? ? ? ? ? ? ? tempView.showAnimate ? = YES;
? ? ? ? // ? ? ? ?/*! 進(jìn)出場動(dòng)畫樣式 默認(rèn)為:1 */
? ? ? ? // ? ? ? ?tempView.animatingStyle ?= 1;
? ? ? ? self.alertView1 = tempView;
? ? } actionBlock:^(NSInteger index) {
? ? ? ? BAKit_StrongSelf
? ? ? ? [self.alertView1 ba_alertHidden];
? ? ? ? if (index == 1)
? ? ? ? {
? ? ? ? ? ? NSLog(@"點(diǎn)擊了確定按鈕!");
? ? ? ? ? ? ViewController2 *vc2 = [ViewController2 new];
? ? ? ? ? ? vc2.title = @"alert1";
? ? ? ? ? ? [self.navigationController pushViewController:vc2 animated:YES];
? ? ? ? }
? ? }];
}
- (void)alert2
{
// ? ?/*! 2、自定義按鈕顏色 */
? ? BAKit_WeakSelf
? ? [BAAlert ba_alertShowWithTitle:@"溫馨提示:" message:titleMsg2 image:nil buttonTitleArray:@[@"取消", @"跳轉(zhuǎn)VC2"] buttonTitleColorArray:@[[UIColor redColor], [UIColor greenColor]] configuration:^(BAAlert *tempView) {
? ? ? ? BAKit_StrongSelf
? ? ? ? /*! 自定義按鈕文字顏色 */
? ? ? ? // ? ?tempView.buttonTitleColor = [UIColor orangeColor];
? ? ? ? tempView.bgColor = [UIColor colorWithRed:1.0 green:1.0 blue:0 alpha:0.3];
? ? ? ? tempView.isTouchEdgeHide = YES;
? ? ? ? /*! 是否開啟進(jìn)出場動(dòng)畫 默認(rèn):NO,如果 YES ,并且同步設(shè)置進(jìn)出場動(dòng)畫枚舉為默認(rèn)值:1 */
? ? ? ? tempView.showAnimate = YES;
? ? ? ? tempView.animatingStyle ?= BAAlertAnimatingStyleShake;
? ? ? ? self.alertView2 = tempView;
? ? } actionBlock:^(NSInteger index) {
? ? ? ? BAKit_StrongSelf
? ? ? ? [self.alertView2 ba_alertHidden];
? ? ? ? if (index == 0)
? ? ? ? {
? ? ? ? ? ? NSLog(@"點(diǎn)擊了取消按鈕!");
? ? ? ? }
? ? ? ? else if (index == 1)
? ? ? ? {
? ? ? ? ? ? NSLog(@"點(diǎn)擊了確定按鈕!");
? ? ? ? ? ? ViewController2 *vc2 = [ViewController2 new];
? ? ? ? ? ? vc2.title = @"alert2";
? ? ? ? ? ? [self.navigationController pushViewController:vc2 animated:YES];
? ? ? ? }
? ? }];
}
- (void)alert3
{
? ? /*! 3、自定義背景圖片 */
? ? BAKit_WeakSelf
? ? [BAAlert ba_alertShowWithTitle:@"溫馨提示:" message:titleMsg1 image:nil buttonTitleArray:@[@"取消", @"確定"] buttonTitleColorArray:@[[UIColor redColor], [UIColor greenColor]] configuration:^(BAAlert *tempView) {
? ? ? ? BAKit_StrongSelf
? ? ? ? /*! 自定義按鈕文字顏色 */
? ? ? ? // ? ?tempView.buttonTitleColor = [UIColor orangeColor];
? ? ? ? /*! 自定義alert的背景圖片 */
? ? ? ? tempView.bgImageName ? ? ?= @"背景.jpg";
? ? ? ? /*! 開啟動(dòng)畫,并且設(shè)置動(dòng)畫樣式,默認(rèn):1 */
// ? ? ? ?tempView.showAnimate = YES;
? ? ? ??
? ? ? ? /*! 沒有開啟動(dòng)畫,直接進(jìn)出場動(dòng)畫樣式,默認(rèn)開啟動(dòng)畫 */
? ? ? ? tempView.animatingStyle ?= BAAlertAnimatingStyleFall;
? ? ? ??
? ? ? ? self.alertView3 = tempView;
? ? } actionBlock:^(NSInteger index) {
? ? ? ? BAKit_StrongSelf
? ? ? ? [self.alertView3 ba_alertHidden];
? ? ? ? if (index == 0)
? ? ? ? {
? ? ? ? ? ? NSLog(@"點(diǎn)擊了取消按鈕!");
? ? ? ? }
? ? ? ? else if (index == 1)
? ? ? ? {
? ? ? ? ? ? NSLog(@"點(diǎn)擊了確定按鈕!");
? ? ? ? ? ? ViewController2 *vc2 = [ViewController2 new];
? ? ? ? ? ? vc2.title = @"alert3";
? ? ? ? ? ? [self.navigationController pushViewController:vc2 animated:YES];
? ? ? ? }
? ? }];
}
- (void)alert4
{
? ? /*! 4、內(nèi)置圖片和文字,可滑動(dòng)查看 */
? ? BAKit_WeakSelf
? ? [BAAlert ba_alertShowWithTitle:@"溫馨提示:" message:titleMsg1 image:[UIImage imageNamed:@"美女.jpg"] buttonTitleArray:@[@"取消", @"跳轉(zhuǎn)VC2"] buttonTitleColorArray:@[[UIColor redColor], [UIColor greenColor]] configuration:^(BAAlert *tempView) {
? ? ? ? BAKit_StrongSelf
? ? ? ? /*! 自定義按鈕文字顏色 */
? ? ? ? // ? ?tempView.buttonTitleColor = [UIColor orangeColor];
? ? ? ? /*! 自定義alert的背景圖片 */
? ? ? ? tempView.bgImageName = @"背景.jpg";
? ? ? ? /*! 是否顯示動(dòng)畫效果 */
? ? ? ? tempView.showAnimate = YES;
? ? ? ? self.alertView4 = tempView;
? ? } actionBlock:^(NSInteger index) {
? ? ? ? BAKit_StrongSelf
? ? ? ? [self.alertView4 ba_alertHidden];
? ? ? ? if (index == 0)
? ? ? ? {
? ? ? ? ? ? NSLog(@"點(diǎn)擊了取消按鈕!");
? ? ? ? }
? ? ? ? else if (index == 1)
? ? ? ? {
? ? ? ? ? ? NSLog(@"點(diǎn)擊了確定按鈕!");
? ? ? ? ? ? ViewController2 *vc2 = [ViewController2 new];
? ? ? ? ? ? vc2.title = @"alert4";
? ? ? ? ? ? [self.navigationController pushViewController:vc2 animated:YES];
? ? ? ? }
? ? }];
}
- (void)alert5
{
? ? /*! 5、完全自定義alert */
? ? _customView = [CustomView new];
? ? self.customView.frame = CGRectMake(50, SCREENHEIGHT - 300, SCREENWIDTH - 50 * 2, 162);
? ? BAKit_WeakSelf
? ? [BAAlert ba_alertShowCustomView:self.customView configuration:^(BAAlert *tempView) {
? ? ? ? BAKit_StrongSelf
? ? ? ? tempView.isTouchEdgeHide = YES;
? ? ? ? tempView.animatingStyle = BAAlertAnimatingStyleScale;
? ? ? ? self.alertView5 = tempView;
? ? }];
? ??
? ? self.customView.block = ^(NSInteger index) {
? ? ? ? BAKit_StrongSelf
? ? ? ? if (index == 1)
? ? ? ? {
? ? ? ? ? ? [self.alertView5 ba_alertHidden];
? ? ? ? }
? ? };
}
其他示例可下載demo查看源碼!
```
## 5、更新記錄:【倒敘】
?歡迎使用 [【BAHome】](https://github.com/BAHome) 系列開源代碼 !
?如有更多需求,請(qǐng)前往:[【https://github.com/BAHome】](https://github.com/BAHome)?
?
?最新更新時(shí)間:2017-06-23 【倒敘】
?最新Version:【Version:1.2.2】
?更新內(nèi)容:
?1.2.2.1、優(yōu)化部分宏定義
?
?最新更新時(shí)間:2017-05-20 【倒敘】
?最新Version:【Version:1.1.9】
?更新內(nèi)容:
?1.1.9.1、修復(fù)動(dòng)畫過度白屏問題 ?
?
?最新更新時(shí)間:2017-05-15 【倒敘】
?最新Version:【Version:1.1.8】
?更新內(nèi)容:
?1.1.8.1、精簡代碼結(jié)構(gòu),刪除多余或者重復(fù)代碼 ?
?1.1.8.2、規(guī)范代碼屬性和方法命名,原有方法名和屬性名有較大改動(dòng),忘見諒 ?
?1.1.8.3、重構(gòu) actionSheet,新增多種樣式 ?
?
?最新更新時(shí)間:2017-05-13 【倒敘】
?最新Version:【Version:1.1.7】
?更新內(nèi)容:
?1.1.7.1、精簡代碼結(jié)構(gòu),刪除多余或者重復(fù)代碼 ?
?1.1.7.2、規(guī)范代碼屬性和方法命名,原有方法名和屬性名有較大改動(dòng),忘見諒 ?
?1.1.7.3、優(yōu)化部分動(dòng)畫 ?
?1.1.7.4、subView 布局優(yōu)化 ?
?1.1.7.5、actionSheet 新增自定義文字顏色、title 字體顏色 ?
?
?最新更新時(shí)間:2017-05-10 【倒敘】
?最新Version:【Version:1.1.5】
?更新內(nèi)容:
?1.1.5.1、刪除原有封裝內(nèi)部按鈕點(diǎn)擊事件中 ba_dismissAlertView 方法,此方法可在外部自由調(diào)用 ?
?
?最新更新時(shí)間:2017-05-09 【倒敘】
?最新Version:【Version:1.1.4】
?更新內(nèi)容:
?1.1.4.1、pod 更新xib 文件
?
?最新更新時(shí)間:2017-05-08 【倒敘】
?最新Version:【Version:1.1.0】
?更新內(nèi)容:
?1.1.0.1、優(yōu)化方法名命名規(guī)范
?1.1.0.2、新增鍵盤內(nèi)部處理
?1.1.0.3、用原生 autoLayout 重構(gòu),自定義 alert 的布局再也不是問題了
?1.1.0.4、優(yōu)化代碼結(jié)構(gòu),修復(fù)內(nèi)在隱藏內(nèi)存泄漏
?1.1.0.5、新增 BAAlert_OC.h 文件,只需導(dǎo)入 BAAlert_OC.h 一個(gè)文件就可以使用 alert 和 actionSheet 了
?1.1.0.6、刪除了部分代碼和屬性,具體見源碼 和 demo
## 6、bug 反饋
> 1、開發(fā)中遇到 bug,希望小伙伴兒們能夠及時(shí)反饋與我們 BAHome 團(tuán)隊(duì),我們必定會(huì)認(rèn)真對(duì)待每一個(gè)問題!
> 2、以后提需求和 bug 的同學(xué),記得把 git 或者博客鏈接給我們,我直接超鏈到你們那里!希望大家積極參與測試!
?
## 7、BAHome 團(tuán)隊(duì)成員
> 1、QQ 群?
479663605
?
【注意:此群為 2 元 付費(fèi)群,介意的小伙伴兒勿擾!】
?
> 孫博巖
?
QQ:137361770
?
git:[https://github.com/boai](https://github.com/boai)
簡書:[http://www.jianshu.com/u/95c9800fdf47](http://www.jianshu.com/u/95c9800fdf47)
微博:[![](https://img.shields.io/badge/微博-博愛1616-red.svg)](http://weibo.com/538298123)
> 馬景麗
?
QQ:1253540493
?
git:[https://github.com/MaJingli](https://github.com/MaJingli)
> 陸曉峰
?
QQ:442171865
?
git:[https://github.com/zeR0Lu](https://github.com/zeR0Lu)
> 陳集
?
QQ:3161182978
?
git:[https://github.com/chenjipdc](https://github.com/chenjipdc)
簡書:[http://www.jianshu.com/u/90ae559fc21d](http://www.jianshu.com/u/90ae559fc21d)
> 任子豐
?
QQ:459643690
?
git:[https://github.com/renzifeng](https://github.com/renzifeng)
> 吳豐收
?
QQ:498121294
?
> 石少庸
?
QQ:363605775
?
git:[https://github.com/CrazyCoderShi](https://github.com/CrazyCoderShi)
簡書:[http://www.jianshu.com/u/0726f4d689a3](http://www.jianshu.com/u/0726f4d689a3)
## 8、開發(fā)環(huán)境 和 支持版本
> 開發(fā)使用 最新版本 Xcode,理論上支持 iOS 8 及以上版本,如有版本適配問題,請(qǐng)及時(shí)反饋!多謝合作!
## 9、感謝
> 感謝 BAHome 團(tuán)隊(duì)成員傾力合作,后期會(huì)推出一系列 常用 UI 控件的封裝,大家有需求得也可以在 issue 提出,如果合理,我們會(huì)盡快推出新版本!
> BAHome 的發(fā)展離不開小伙伴兒的信任與推廣,再次感謝各位小伙伴兒的支持!
- PCB設(shè)計(jì)與封裝指導(dǎo)白皮書合集 428次下載
- LEEAlert優(yōu)雅的Alert ActionSheet
- cadence系列allegro的封裝資料 116次下載
- AD原理圖庫與封裝下載 154次下載
- TF卡座封裝原理圖 30次下載
- Bq769XX IIC 通訊 ALERT引腳
- PCB封裝設(shè)計(jì)步驟PPT課件下載 0次下載
- 在AD19 PCB中添加3D封裝模型的詳細(xì)步驟 0次下載
- 蘋果ios藍(lán)牙調(diào)試助手工具源代碼下載 7次下載
- ADI咨詢ICS ALERT-17-073-01
- 常見的電子元器件和芯片封裝類型 136次下載
- 70種電子元器件及芯片封裝類型資源下載 100次下載
- allegro與PADS的區(qū)別及創(chuàng)建PCB封裝的步驟 66次下載
- 《IC常見封裝形式》課件下載.PPT 128次下載
- DSP-D300 ALERT/IFLOWS Data Dec
- ios15正式版本什么時(shí)候發(fā)布 8003次閱讀
- 蘋果為什么不能更新ios15 2.7w次閱讀
- ios15支持蘋果7嗎? 5552次閱讀
- 蘋果怎么更新ios15? 5337次閱讀
- M1 MacBook上安裝任意iOS應(yīng)用(附步驟) 7.9w次閱讀
- 用戶可在蘋果iOS 14將第三方應(yīng)用谷歌Gmail設(shè)置為iOS默認(rèn)郵件 3750次閱讀
- iOS和Android到底有什么差距 3601次閱讀
- IOS6的防盜系統(tǒng)與IOS7相比到底有什么差距 3768次閱讀
- 蘋果iOS8系統(tǒng)如何省電有哪些小技巧詳細(xì)說明 3959次閱讀
- 探討iOS12使蘋果舊機(jī)型變流暢的內(nèi)幕! 6260次閱讀
- iOS12系統(tǒng)重大升級(jí),引入9項(xiàng)Siri新功能! 7066次閱讀
- iOS11.4驗(yàn)證通道已關(guān)閉_蘋果發(fā)布iOS12第四個(gè)測試版很驚喜 6319次閱讀
- iPhone5s升級(jí)iOS12和iOS11對(duì)比:真的快多了 1.3w次閱讀
- 蘋果iOS 12VS谷歌Android P,到底誰更勝一籌 6515次閱讀
- iOS 11.3 正式發(fā)布新功能全方位的匯總 5682次閱讀
下載排行
本周
- 1山景DSP芯片AP8248A2數(shù)據(jù)手冊(cè)
- 1.06 MB | 532次下載 | 免費(fèi)
- 2RK3399完整板原理圖(支持平板,盒子VR)
- 3.28 MB | 339次下載 | 免費(fèi)
- 3TC358743XBG評(píng)估板參考手冊(cè)
- 1.36 MB | 330次下載 | 免費(fèi)
- 4DFM軟件使用教程
- 0.84 MB | 295次下載 | 免費(fèi)
- 5元宇宙深度解析—未來的未來-風(fēng)口還是泡沫
- 6.40 MB | 227次下載 | 免費(fèi)
- 6迪文DGUS開發(fā)指南
- 31.67 MB | 194次下載 | 免費(fèi)
- 7元宇宙底層硬件系列報(bào)告
- 13.42 MB | 182次下載 | 免費(fèi)
- 8FP5207XR-G1中文應(yīng)用手冊(cè)
- 1.09 MB | 178次下載 | 免費(fèi)
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234315次下載 | 免費(fèi)
- 2555集成電路應(yīng)用800例(新編版)
- 0.00 MB | 33566次下載 | 免費(fèi)
- 3接口電路圖大全
- 未知 | 30323次下載 | 免費(fèi)
- 4開關(guān)電源設(shè)計(jì)實(shí)例指南
- 未知 | 21549次下載 | 免費(fèi)
- 5電氣工程師手冊(cè)免費(fèi)下載(新編第二版pdf電子書)
- 0.00 MB | 15349次下載 | 免費(fèi)
- 6數(shù)字電路基礎(chǔ)pdf(下載)
- 未知 | 13750次下載 | 免費(fèi)
- 7電子制作實(shí)例集錦 下載
- 未知 | 8113次下載 | 免費(fèi)
- 8《LED驅(qū)動(dòng)電路設(shè)計(jì)》 溫德爾著
- 0.00 MB | 6656次下載 | 免費(fèi)
總榜
- 1matlab軟件下載入口
- 未知 | 935054次下載 | 免費(fèi)
- 2protel99se軟件下載(可英文版轉(zhuǎn)中文版)
- 78.1 MB | 537798次下載 | 免費(fèi)
- 3MATLAB 7.1 下載 (含軟件介紹)
- 未知 | 420027次下載 | 免費(fèi)
- 4OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234315次下載 | 免費(fèi)
- 5Altium DXP2002下載入口
- 未知 | 233046次下載 | 免費(fèi)
- 6電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191187次下載 | 免費(fèi)
- 7十天學(xué)會(huì)AVR單片機(jī)與C語言視頻教程 下載
- 158M | 183279次下載 | 免費(fèi)
- 8proe5.0野火版下載(中文版免費(fèi)下載)
- 未知 | 138040次下載 | 免費(fèi)
評(píng)論
查看更多