国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > iOS > 正文

iOS中 UIActionSheet字體的修改

2020-07-26 02:47:26
字體:
來源:轉載
供稿:網友

一,效果圖。

二,代碼。

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];    }  }}

以上所述是小編給大家介紹的iOS中 UIActionSheet字體的修改,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對武林網網站的支持!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 涿鹿县| 安康市| 南澳县| 家居| 上思县| 韶山市| 安吉县| 湛江市| 永平县| 灯塔市| 金秀| 河北区| 巨野县| 黄浦区| 曲阜市| 柞水县| 焦作市| 绥芬河市| 拜泉县| 普陀区| 太和县| 苏州市| 卢氏县| 永福县| 黄龙县| 泰兴市| 宜都市| 永胜县| 木兰县| 巨野县| 台南县| 公主岭市| 云南省| 巴马| 罗城| 黄龙县| 林州市| 高青县| 运城市| 宁化县| 盐城市|