BaiduMap_IOSSDK_v6.6.7_Docs
6.6.7
BaiduMapAPI_Map.framework
Headers
BMKLabelUIView.h
浏览该文件的文档.
1
//
2
// BMKLabelUIView.h
3
// MapComponent
4
//
5
// Created by zhaoxiangru on 2024/3/12.
6
// Copyright © 2024 Baidu. All rights reserved.
7
//
8
9
#import "
BMKBaseUIView.h
"
10
#import "
BMKTextStyle.h
"
11
12
NS_ASSUME_NONNULL_BEGIN
13
14
@interface
BMKLabelUIView
:
BMKBaseUIView
15
@property
(nonatomic, strong) NSString *
text
;
16
@property
(nonatomic, assign)
int
maxLines
;
// @Default 20
17
@property
(nonatomic, strong)
BMKTextStyle
*
style
;
18
@end
19
20
NS_ASSUME_NONNULL_END
BMKLabelUIView::maxLines
int maxLines
Definition:
BMKLabelUIView.h:16
BMKLabelUIView::text
NSString * text
Definition:
BMKLabelUIView.h:15
BMKBaseUIView
Definition:
BMKBaseUIView.h:37
BMKLabelUIView
Definition:
BMKLabelUIView.h:15
BMKLabelUIView::style
BMKTextStyle * style
Definition:
BMKLabelUIView.h:17
BMKTextStyle.h
BMKBaseUIView.h
BMKTextStyle
文本样式
Definition:
BMKTextStyle.h:19
制作者
1.8.20