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
ios零碎小知识点总结
self.vip_label.textrangeOfString:@"/"];NSMutableAttributedString*attString=[[NSMutableAttributedStringalloc]
initWithString
潮人花钱不用钱
·
2020-02-07 05:47
NSAttributedString文本属性设置的使用
NSFontAttributeName,默认值:字体:Helvetica(Neue)字号:12NSMutableAttributedString*textFont=[[NSMutableAttributedStringalloc]
initWithString
番薯大佬
·
2020-02-05 14:16
iOS-将中文转成拼音的方法
NSString*chineseText=@"我爱编程";if([chineseTextlength]){NSMutableString*pinyinText=[[NSMutableStringalloc]
initWithString
雪落倾城
·
2020-02-02 22:56
IOS - UITextView文字链接 NSLinkAttributeName 改变链接文字颜色
UITextViewNSAttributedStringNSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
Th丶小伟
·
2020-02-01 21:29
iOS NSString引用计数、存储区域、数据类型
NSString*str3=@"1234567890";
initWithString
、stringWithString编译器会警告:对文本使用“
initWithString
:”是多余的NSString*
魔力双鱼
·
2020-02-01 17:56
iOS13 textFiled.attributedPlaceholder 颜色设置无效
iOS13attributedPlaceholder颜色设置无效NSMutableAttributedString*attrString=[[NSMutableAttributedStringalloc]
initWithString
MRGOD1994
·
2020-01-07 13:43
ios修改textField的placeholder的字体颜色、大小
方法1:cell.textFiled.attributedPlaceholder=[[NSAttributedStringalloc]
initWithString
:@"Placeholder"attributes
GreenB
·
2020-01-07 09:31
UILabel首行缩进 & 顶部和底部对齐
resetContentText:(NSString*)text{NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
IRONYT
·
2020-01-07 06:26
NSString
常用创建方法//实例化方法创建(instancetype)
initWithString
:(NSString*)aString;(instancetype)initWithFormat:(NSString
DVWang
·
2020-01-06 03:45
ios YYLabel 计算富文本高度
messageyyLabel:(YYLabel*)lable{NSMutableAttributedString*introText=[[NSMutableAttributedStringalloc]
initWithString
小西贝晨
·
2020-01-06 00:04
iOS YYText 使用详解
下面我们来看看各个功能的实现:先创建一个可变属性字符串:NSMutableAttributedString*text=[[NSMutableAttributedStringalloc]
initWithString
sheldon_龙
·
2020-01-05 20:39
转载:同一个UILabel实现不同大小不同颜色显示
100,100,200,30)];NSString*balance=@"888888";NSMutableAttributedString*aString=[[NSMutableAttributedStringalloc]
initWithString
Jachins
·
2020-01-04 17:09
UILabel 首行缩进
label=[[UILabelalloc]init];NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
dequal
·
2020-01-04 14:16
NSString的使用
创建常量字符串创建空字符串
initWithString
方法用标准C创建字符串创建格式化字符串创建临时字符串从文件创建字符串用字符串创建字符串,并写入到文件用C比较:strcmp函数isEqualToString
飞天猪Pony
·
2020-01-03 19:23
iOS 字符中让数字变色
NSMutableAttributedString字体NSMutableAttributedString*AttributedStr=[[NSMutableAttributedStringalloc]
initWithString
94bu1yang
·
2020-01-03 12:09
ios-UILabel改变某段文字的字体或颜色
strTemp;NSUIntegeriStrTemp=strTemp.length;NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
sunfire
·
2020-01-03 00:43
UITextField 设置占位符的三种形式
设置光标颜色self.tintColor=[UIColorwhiteColor];//设置占位符的位置self.attributedPlaceholder=[[NSAttributedStringalloc]
initWithString
Dosun
·
2020-01-02 19:05
UILabel 设置行间距和字间距
NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
:self.label.textattributes
风___________
·
2020-01-02 11:20
iOS开发 改变字符串中所有指定字符串的颜色
model.searchText,搜索条件(把外部的搜索条件保存到model中)NSMutableAttributedString*nameString=[[NSMutableAttributedStringalloc]
initWithString
有O梦想的咸鱼
·
2020-01-02 05:37
数字转繁体汉字(含小数)
NSString*)digitTransformIntoChchr:(NSString*)inputText{NSMutableString*moneyStr=[[NSMutableStringalloc]
initWithString
坤哥爱卿
·
2020-01-02 01:06
iOS UIButton设置下划线
UIButton*)btnsetTitle:(NSString*)title{NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
vision_colion
·
2019-12-31 20:36
ios开发:文字处理富文本、粘贴等
pasteboard.string=@“要复制的文字”;文字做富文本//做富文本NSMutableAttributedString*attributedText2=[[NSMutableAttributedStringalloc]
initWithString
SadMine
·
2019-12-31 09:28
利用属性字符串修改字体大小 颜色
NSMutableAttributedString*AttributedStr=[[NSMutableAttributedStringalloc]
initWithString
:label.text];[
沃伦盖茨
·
2019-12-31 04:24
NSString 三种截取字符串的方法详解
NSMutableString*str1=[[NSMutableStringalloc]
initWithString
:@"中华人民共和国中央人民
J_mine
·
2019-12-30 22:54
设置价格删除线
主要是通过富文本来进行变更类似这样的效果//设置价格删除线NSAttributedString*attrStr=[[NSAttributedStringalloc]
initWithString
:self.price.textattributes
江湖人称_赫大侠
·
2019-12-30 10:30
iOS UILabel设置文字的不同样式
NSRangerang=[contentStrrangeOfString:@"%"];NSMutableAttributedString*textStr=[[NSMutableAttributedStringalloc]
initWithString
张小鱼爱吃鱼_呵呵
·
2019-12-27 18:38
字符串中加深个别字体颜色和字体大小
NSMutableAttributedString*textColor=[[NSMutableAttributedStringalloc]
initWithString
:_bookPrice.text];
Mrxiaowang
·
2019-12-27 08:19
iOS富文本字符串AttributedString详解
首先要创建一个带有属性的字符串NSMutableAttributedStringNSMutableAttributedString*attrString=[[NSMutableAttributedStringalloc]
initWithString
JerryLMJ
·
2019-12-26 21:24
UILabel的text显示不同的颜色,高度自适应
self.title=@"ForiOS6&later";NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
忧伤的烟
·
2019-12-26 07:01
iOS 在UILabel显示不同的字体和颜色和大小
一个label上不同颜色和字体NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
:@"UsingNSAttributedString
透支未来
·
2019-12-26 04:39
iOS NSMuttableAttstring~详解
//联系人:石虎QQ:1224614774昵称:嗡嘛呢叭咪哄一、NSMuttableAttstring实例化方法1.实例化方法:使用字符串初始化-(id)
initWithString
:(NSString
石虎132
·
2019-12-25 01:08
iOS 9 UIWebView不能加载百度和控制电池条字体颜色
本来很简单的东西,不应该出错的,但是还是有错,而且还是两个错误1:1如上图,我用xib画的一个UIWebView,然后让他加载一个百度的网页,代码是这样的:NSURL*url=[[NSURLalloc]
initWithString
GuangdongQi
·
2019-12-22 18:51
ios(oc)富文本
-(void)demo{NSMutableAttributedString*abs=[[NSMutableAttributedStringalloc]
initWithString
:@"asl;kda;sllda
成熟的青菜
·
2019-12-21 05:19
文本转语音
AVSpeechSynthesizer*av=[[AVSpeechSynthesizeralloc]init];AVSpeechUtterance*utterance=[[AVSpeechUtterancealloc]
initWithString
codeShuai
·
2019-12-21 01:48
iOS 关于对Label的实用型操作
(引用链接)NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
:@"UsingNSAttributedStr
加基特
·
2019-12-20 20:41
yylabel添加高亮点击字体
NSMutableAttributedString*muAtt=[[NSMutableAttributedStringalloc]
initWithString
:[NSStringstringWithFormat
child_cool
·
2019-12-18 23:17
UILabel UiButton 文字下面加下划线
NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
:@"直接进入"];NSRangestrRange
loohoo
·
2019-12-18 22:14
UILabel(富文本)
;NSMutableAttributedString*attrStr=[[NSMutableAttributedStringalloc]
initWithString
:str];attrStr添加字体和设置字体的范围
guaker
·
2019-12-18 17:20
iOS 开发常用小技巧
1.修改UILable的文本行间距NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
Cz1024
·
2019-12-18 06:53
iOS 富文本的应用(图片与文字混编)
self.dic[@"backCoin"]];//创建一个富文本NSMutableAttributedString*attriStr=[[NSMutableAttributedStringalloc]
initWithString
z小志
·
2019-12-18 00:22
Cocos2dx 使用系统字体减少游戏包大小
FontStroke描边glow外发光quadcommand矩形绘制(四边形)setGLProgramState设置Shader系统字体的渲染采取了和图片一样的渲染方式,渲染核心代码:texture->
initWithString
一剑卿心
·
2019-12-17 06:26
iOS编程,怎么改变字符串的颜色
NSString*stringForColor=@"颜色";//创建对象.NSMutableAttributedString*mAttStri=[[NSMutableAttributedStringalloc]
initWithString
霍伟健
·
2019-12-15 20:19
label 关键字标红(富文本)
result=@"开源中国社区";//设置标签文字NSMutableAttributedString*attrituteString=[[NSMutableAttributedStringalloc]
initWithString
张家杰仔
·
2019-12-15 09:24
ios网络开发 同步下载和异步下载
步骤:1.创建NSURLNSURL*url=[[NSURLalloc]
initWithString
:@"http://www.baidu.com/"];2.通过URL创建NSURLRequestNSURLRequest
韩七夏
·
2019-12-14 08:23
iOS 语音合成
synthesizer=[[AVSpeechSynthesizeralloc]init];//语音合成器AVSpeechUtterance*utterance=[[AVSpeechUtterancealloc]
initWithString
CAICAI0
·
2019-12-13 21:21
ios 富文本删除线不出现
NSStringstringWithFormat:@"¥%@",info[@"single_price"]];NSMutableAttributedString*oldStr=[[NSMutableAttributedStringalloc]
initWithString
c5550ea746f8
·
2019-12-13 13:18
自定义 UITextField
NSString*placeholderString=@"搜一搜";NSMutableAttributedString*placeholder=[[NSMutableAttributedStringalloc]
initWithString
大墙66370
·
2019-12-13 06:54
iOS设置UILabel的段落样式
NSMutableParagraphStyle属性可对段落内容进行设置,代码如下//设置Label行间距NSMutableAttributedString*text=[[NSMutableAttributedStringalloc]
initWithString
IT小妞儿
·
2019-12-12 18:34
boundingRectWithSize计算高度为0的问题
记一个小问题,在iOS8下,貌似也不是所有8的系统,也不去纠结这个,NSMutableAttributedString*calStr=[[NSMutableAttributedStringalloc]
initWithString
狗狗臭鸡蛋
·
2019-12-12 17:33
关于Objective-C对象的两段构造模式的理解
如下是一个NSString对象的创建示例:NSString*str=[[NSStringalloc]
initWithString
种花家的码农
·
2019-12-12 13:32
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他