雷火官网-中国知名电竞赛事平台

找軟件用軟件,就到華軍軟件園! 軟件發布
所在位置: 首頁 — 教程攻略 — 教程 — 蘋果軟件教程  —  iOS中 UIAc...

iOS中 UIActionSheet字體如何修改

作者:小橋流水 日期:2017-07-11

一,效果圖。

iOS中 UIActionSheet字體如何修改 三聯

二,代碼。

RootViewController.h#import <UIKit/UIKit.h>@interface RootViewController : UIViewController<UIActionSheetDelegate>@endRootViewController.m-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{  UIActionSheet *actionSheet=[[UIActionSheet alloc]initWithTitle:nil delegate:self cancelButtonTitle:@"取消" destructiveButtonTitle:nil otherButtonTitles:@"手機找回密碼", nil];  [actionSheet showInView:self.view];}#pragma mark - UIActionSheetDelegate- (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex{  switch (buttonIndex) {    case 0:    {      NSLog(@"--0--");    }      break;    case 1:    {       NSLog(@"--1--");    }      break;    default:      break;  }}- (void)willPresentActionSheet:(UIActionSheet *)actionSheet{  for (UIView *subViwe in actionSheet.subviews) {    if ([subViwe isKindOfClass:[UIButton class]]) {      UIButton *button = (UIButton*)subViwe;      button.titleLabel.font=[UIFont systemFontOfSize:15];      [button setTitleColor:[UIColor redColor] forState:UIControlStateNormal];    }  }}

相關文章

最新教程 更多

淘寶app怎么投訴淘寶賣家-淘寶app投訴淘寶賣家的方法 淘寶app怎么投訴淘寶賣家-淘寶app投訴淘寶賣家的方法

淘寶app怎么修改密碼-淘寶app修改密碼的方法 淘寶app怎么修改密碼-淘寶app修改密碼的方法

淘寶app怎么掃碼-淘寶app掃碼的方法 淘寶app怎么掃碼-淘寶app掃碼的方法

淘寶app怎么設置淘寶昵稱-淘寶app設置淘寶昵稱的方法 淘寶app怎么設置淘寶昵稱-淘寶app設置淘寶昵稱的方法

淘寶怎么用微信支付-淘寶用微信支付的方法 淘寶怎么用微信支付-淘寶用微信支付的方法

熱門教程 更多

騰訊新聞怎么收藏新聞-騰訊新聞收藏新聞的方法 騰訊新聞怎么收藏新聞-騰訊新聞收藏新聞的方法

淘寶app怎么調大字體-淘寶app調大字體的方法 淘寶app怎么調大字體-淘寶app調大字體的方法

騰訊新聞怎么開啟一鍵防護模式-騰訊新聞開啟一鍵防護模式的方法 騰訊新聞怎么開啟一鍵防護模式-騰訊新聞開啟一鍵防護模式的方法

淘寶app怎么投訴淘寶賣家-淘寶app投訴淘寶賣家的方法 淘寶app怎么投訴淘寶賣家-淘寶app投訴淘寶賣家的方法

同程旅行怎么實名認證-同程旅行實名認證的方法 同程旅行怎么實名認證-同程旅行實名認證的方法