E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
initWithString
NSString的retainCount
//
initWithString
不管@""中的内容是什么,retainCount都是-1//如果使用的是initWithFormat,@""里边为中文,则retainCount为1,如果@""里边是其他
寂寞先森666
·
2020-03-29 19:08
iOS中文转拼音
可以带音标也可以不带,转出来带拼音带空格,可以自行去掉NSMutableString*testString=[[NSMutableStringalloc]
initWithString
:@"你好,旅行者!
倪大头
·
2020-03-28 10:38
改变Textfield的占位文字的颜色
所以就产生了改变占位文字的颜色方法一,利用NSAttributedString属性来改变placeholderLabelNSAttributedString*attrString=[[NSAttributedStringalloc]
initWithString
不懂冯先生
·
2020-03-28 03:57
UITextView的坑
来看下它的行间距我用的是NSAttributeStringNSMutableAttributedString*attributedText=[[NSMutableAttributedStringalloc]
initWithString
升级打怪啊怪
·
2020-03-28 01:36
UILabel展示不同字体文字
UILabel展示不同字体大小、颜色NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
:@"UsingNSAttributedString
PZcoder
·
2020-03-28 00:54
调整label的行间距、字间距
labelWithSpace:(float)space{NSMutableAttributedString*attributedStr=[[NSMutableAttributedStringalloc]
initWithString
Moker_C
·
2020-03-27 17:51
UILabel 自动换行 和支持换行符
Doanyadditionalsetupafterloadingtheview,typicallyfromanib.NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
zfl1024
·
2020-03-27 13:31
NSMutableParagraphStyle富文本
一、实例化方法和使用方法NSMutableAttributedString*detailStr=[[NSMutableAttributedStringalloc]
initWithString
:detailString
旭日猎鹰
·
2020-03-27 13:43
iOS开发中通过UIFont设置不同的字体和字重
技术点是通过设置其富文本属性实现的,代码如下://设置indicationLB的字体NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
小蜜蜂Bee
·
2020-03-27 00:51
字符串NSString
;//str1指向常量区str1=@"哈哈";//str1(指针)的重指向NSLog(@"%@",str1);//2.废柴写法NSString*str2=[[NSStringalloc]
initWithString
七叶5323
·
2020-03-26 17:05
富文本-iOS
NSAttributedString共有21种效果核心API:NSAttributedStringNSMutableAttributedString三种初始化方法:NSAttributedString1、
initWithString
AlanGe
·
2020-03-26 17:17
label富文本添加删除线
NSUIntegerlength=[oldPricelength];NSMutableAttributedString*attritu=[[NSMutableAttributedStringalloc]
initWithString
child_cool
·
2020-03-24 22:18
iOS_Label 中显示不同的颜色和字体
couponDataobjectForKey:@"minimum_payment_amount"]];NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
青葱烈马
·
2020-03-24 17:54
让指定位置字符串中的任意位置显示不同的颜色大小
NSStringstringWithFormat:@"共有%@人在您面前排队",@"200"];NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
Mickey丶
·
2020-03-24 14:24
同一个lable中 字的字体颜色 大小不一样
NSMutableAttributedString*att=[[NSMutableAttributedStringalloc]
initWithString
:self.lableText.text];[attaddAttributes
VickyLanLan
·
2020-03-22 22:31
Label设置行高
NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
:detailLab.text
Michael_NO1
·
2020-03-22 15:08
iOS 输入框只能输入数字和小数点后保留几位的方法
scannerWithString:(NSString*)aString+(id)localizedScannerWithString:(NSString*)aString-(instancetype)
initWithString
我勒个去的
·
2020-03-22 13:17
Label上的富文本及图文混排,YYLabel部分文字可点击及换行失效问题
1.类似于如图:image.png1.NSMutableAttributedString*attri=[[NSMutableAttributedStringalloc]
initWithString
:@"
jimmywife
·
2020-03-22 13:54
实现字符串中所有的箭头都变成灰色
NSArray*numbers=@[@"→"];NSMutableAttributedString*stringss=[[NSMutableAttributedStringalloc]
initWithString
PM_崧崧
·
2020-03-21 10:12
ios开发:小技巧
0、键盘顶端颜色,文字的修改textField2.attributedPlaceholder=[[NSAttributedStringalloc]
initWithString
:[[TitleUtilitysharedInstance
SadMine
·
2020-03-20 14:10
富文本属性-图文混排
attributedText=[[NSMutableAttributedStringalloc]init];//1-你好NSAttributedString*first=[[NSAttributedStringalloc]
initWithString
HeavenWong
·
2020-03-20 12:12
iOS汉字转拼音
city=@"杭州";//或者使用:NSMutableString*cityP=[citymutableCopy];NSMutableString*cityP=[[NSMutableStringalloc]
initWithString
Freedom_fly
·
2020-03-20 07:02
iOS 字符串局部改变颜色
NSStringstringWithFormat:@"天气:%@",,strStaus];NSMutableAttributedString*attrDescribeStr=[[NSMutableAttributedStringalloc]
initWithString
命中注定IU
·
2020-03-20 00:19
同一个label字体显示不同颜色大小
、、、self.title=@"ForiOS6&later";NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
super_lian
·
2020-03-19 22:20
同一字符串不同颜色不同大小
/*新建*/NSMutableAttributedString*string=[[NSMutableAttributedStringalloc]
initWithString
:@"你还没有自己的群组,快去新建吧
QQ2213360495
·
2020-03-18 22:44
字符串部分变色
NSMutableAttributedString*attriString=[[NSMutableAttributedStringalloc]
initWithString
:desc];[attriStringaddAttribute
JohnDEEEN
·
2020-03-18 16:15
uilabel的不同的区域的内容的颜色不同
model.LUCKYDEGREE];//model.LUCKYDEGREE是数字NSMutableAttributedString*jihui=[[NSMutableAttributedStringalloc]
initWithString
zhouios
·
2020-03-18 15:53
UILabel更改行间距
更改Label行间距方法NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
PZcoder
·
2020-03-18 14:10
AVPlayer直播视频截图
创建播放器和输出-(void)viewDidLoad{[superviewDidLoad];NSMutableString*filepath=[[NSMutableStringalloc]
initWithString
雨燕oc
·
2020-03-18 01:59
NSString 初始化内存管理状态
stringWithString和
initWithString
不会生成新的对象,生成的对象地址就是常量ABC的地址。
达菲栀子
·
2020-03-17 18:16
text的部分颜色变化以及block的基本应用
NSMutableAttributedString*userNameStr=[[NSMutableAttributedStringalloc]
initWithString
:_fra
懒惰的习惯
·
2020-03-17 10:51
字符间距
configureContentLabelText{NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
Matte
·
2020-03-17 04:56
文字转语音
AVSpeechSynthesizer*synthsizer=[[AVSpeechSynthesizeralloc]init];AVSpeechUtterance*utterance=[[AVSpeechUtterancealloc]
initWithString
来敲代码
·
2020-03-17 03:03
一个label显示不同的颜色和字体大小
显示不同的颜色后面的几位数字颜色不一样自定义颜色:RGBCOLOR(255,166,11)NSMutableAttributedString*AttributedStr=[[NSMutableAttributedStringalloc]
initWithString
梁苏珍
·
2020-03-16 10:31
按关键字不区分大小写高亮标记搜索内容方法
textoptions:NSCaseInsensitiveSearch];NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
JasonEVA
·
2020-03-16 02:36
富文本的各种操作
NSMutableAttributedString*abs=[[NSMutableAttributedStringalloc]
initWithString
:@"ABCDEFGHIGKLMN北京上海帝都魔都端午端午吃粽子
跬步千里_LenSky
·
2020-03-15 17:07
iOS 区间设置字符串
NSStringstringWithFormat:@"余额¥%.2lf",moneyValue];NSMutableAttributedString*attributedStr=[[NSMutableAttributedStringalloc]
initWithString
花蕊1235
·
2020-03-15 14:38
- (void)sizeToFit 方法遇到的问题
例如;-(void)btnClick{NSMutableAttributedString*attributedString1=[[NSMutableAttributedStringalloc]
initWithString
啷个里个啷里个啷
·
2020-03-15 09:25
iOS UILabel/UIButton文字设置多个颜色
//假如我们的需求是将“注册”两个字设置为红色,“同意”设置为绿色NSMutableAttributedString*noteStr=[[NSMutableAttributedStringalloc]
initWithString
vision_colion
·
2020-03-15 05:04
汉字转拼音方法
多音字无效)请看如下代码:NSString*hanziText=@"北京市";if([hanziTextlength]){NSMutableString*ms=[[NSMutableStringalloc]
initWithString
PZcoder
·
2020-03-14 15:25
UILabel文字添加删除线
NSAttributedString*attrStr=[[NSAttributedStringalloc]
initWithString
:_model.originPriceattributes:@{NSFontAttributeName
CoderAO
·
2020-03-14 14:28
iOS 给xml文件添加子节点
=[NSStringstringWithFormat:@"%@/EmotionConfig.xml",lastGroupPath];NSString*rootPath=[[NSStringalloc]
initWithString
微笑不是你
·
2020-03-13 21:28
button下面添加下划线
方法一NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
:@"查看所有中奖记录"];NSRangestrRange
阶梯
·
2020-03-13 07:05
iOS 开发之UILable的常见属性
CGRectMake(0,120,320,30)];label.text=@"文本内容文本内容文本内容";label.attributedText=[[NSAttributedStringalloc]
initWithString
WuNai
·
2020-03-12 23:10
iOS UIAlertController颜色字号更改
NSMutableAttributedString*attTitle=[[NSMutableAttributedStringalloc]
initWithString
:@"标题1"attributes:@
龍飝
·
2020-03-11 04:46
一段图文混排代码(KDA)
KDAStringByRecordDetail:(RecordDetail*)recordDetail{NSMutableAttributedString*string=[[NSMutableAttributedStringalloc]
initWithString
hypercode
·
2020-03-09 08:16
iOS AVSpeechSynthesizer 语音合成
;//创建发声对象AVSpeechUtterance*utterance=[[AVSpeechUtterancealloc]
initWithString
:string];//发音语言中文zh-CNutterance.voice
geekMole
·
2020-03-08 23:02
图文混排
/定义一个NSMutableAttributedString带属性的字符串NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
Mustard_iOS
·
2020-03-08 00:49
Label后展示“全文”按钮-ios
借助YYText很好实现的NSMutableAttributedString*yytext=[[NSMutableAttributedStringalloc]
initWithString
:model.message
秋意_寒
·
2020-03-07 18:38
UILabel 加载html 字符串,以及设置带删除线的字符串
//添加删除线NSMutableAttributedString*attribtStr=[[NSMutableAttributedStringalloc]
initWithString
:[NSStringstringWithFormat
瑞廷
·
2020-03-07 07:00
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他