国产探花免费观看_亚洲丰满少妇自慰呻吟_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字體的修改,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對武林網網站的支持!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 乌海市| 辽中县| 牡丹江市| 武城县| 清苑县| 彭山县| 家居| 共和县| 汝城县| 忻城县| 长武县| 正宁县| 镇远县| 大方县| 来凤县| 高邑县| 镇安县| 关岭| 鄂伦春自治旗| 科技| 沙雅县| 河西区| 滕州市| 光泽县| 上栗县| 汾阳市| 涞水县| 桐梓县| 卫辉市| 安仁县| 安图县| 梓潼县| 上饶县| 堆龙德庆县| 邯郸县| 江山市| 安溪县| 光山县| 台前县| 威宁| 广饶县|