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
UIAlertController颜色字号更改,个性十足~
UIAlertController颜色效果图NSMutableAttributedString*attTitle=[[NSMutableAttributedStringalloc]
initWithString
我是七月
·
2017-12-07 01:51
iOS-attributedText-设置富文本类型字体
1、初始化NSMutableAttributedString*attrString=[[NSMutableAttributedStringalloc]
initWithString
:string];2、设置字体类型方
夜未殇
·
2017-12-06 06:24
格式化字符串
返回两位小数字符串+(NSString*)setTwoPointStr:(NSString*)string{NSMutableString*tempStr=[[NSMutableStringalloc]
initWithString
PZcoder
·
2017-12-04 07:02
修改iOS placeholder的属性
方法一NSMutableAttributedString*placehoder=[[NSMutableAttributedStringalloc]
initWithString
:@"手机号"];[placehodersetAttributes
tinaH
·
2017-12-03 22:42
lable文字上面 加横线
NSUIntegerlength=[label.textlength];NSMutableAttributedString*attri=[[NSMutableAttributedStringalloc]
initWithString
枫叶知秋
·
2017-12-03 14:56
UILabel增加行间距
NSFontAttributeName:[UIFontsystemFontOfSize:17]};NSMutableAttributedString*mAttrStr=[[NSMutableAttributedStringalloc]
initWithString
mnz12138
·
2017-11-21 18:26
16为什么NSString要用Copy来修饰?
//深复制Person*xiaoMing=[[Personalloc]init];NSMutableString*name=[[NSMutableStringalloc]
initWithString
:@
i张迷
·
2017-10-14 23:38
UILabel设置行高
NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
:self.tipsLabel.text
Do_More
·
2017-08-21 12:05
iOS 开发总结(三)
总结一下常见的小问题.1.设置UILabel的行间距//设置图片行间距NSMutableAttributedString*attribute=[[NSMutableAttributedStringalloc]
initWithString
Lizzzzzzhen
·
2017-08-17 17:36
iOS 常用知识点汇总 持续更新
UILabel*)labelstring:(NSString*)string{NSMutableAttributedString*noteStr=[[NSMutableAttributedStringalloc]
initWithString
Mars_pananting
·
2017-07-31 20:20
iOS 常用知识点汇总 持续更新
UILabel*)labelstring:(NSString*)string{NSMutableAttributedString*noteStr=[[NSMutableAttributedStringalloc]
initWithString
Mars_pananting
·
2017-07-31 20:20
NSString & NSMutableStirng
NSString初始化stringWithFormat://类方法initWithFormat://实例方法stringWithString://类方法
initWithString
://实例方法直接赋值长度
东土大唐小苏苏
·
2017-07-25 18:42
NSMutableAttributeString不同颜色的label
NSString*reslutStr=@"27十二月";NSMutableAttributedString*attriString=[[NSMutableAttributedStringalloc]
initWithString
坤哥爱卿
·
2017-07-11 11:25
iOS 字符中插入按钮(简单图文混排)
调用方法用字符串标记需要点击的位置NSMutableAttributedString*attributedString1=[[NSMutableAttributedStringalloc]
initWithString
winterLiao
·
2017-07-04 14:02
oc
iOS
iOS 字符中插入按钮(简单图文混排)
调用方法用字符串标记需要点击的位置NSMutableAttributedString*attributedString1=[[NSMutableAttributedStringalloc]
initWithString
winterLiao
·
2017-07-04 14:02
oc
iOS
iOS开发UILabel设置不同的字体颜色设置行间距,获取大小
NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
:@"你的文字内容"];[straddAttribute
一个萝卜X个坑
·
2017-05-24 19:02
富文本添加可点击事件
一、点击到转到网页类型如下代码:NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
ZYiDa
·
2017-05-17 17:27
iOS富文本使用技巧
NSMutableAttributedString类型的实例对象:例如:objcNSMutableAttributedString*AttributedStr=[[NSMutableAttributedStringalloc]
initWithString
木子尚武
·
2017-05-11 11:34
NSString中常用的方法(创建、截取、读取、写入、转化数据类型、拼接、替换、)
3616803.html1、創建字符串1)NSSring*str=@”adf”;2)NSString*str1=[NSStringnew];NSString*str2=[[NSStringalloc]
initWithString
噬尾蛇
·
2017-05-08 18:31
关于label内容首行缩进两个字符
NSMutableAttributedString*promiseLabelText=[[NSMutableAttributedStringalloc]
initWithString
:@"****健康购平台卖家销售并发货的商品
没错就是豪哥灬
·
2017-04-28 15:46
文本样式调整
initWithFrame:CGRectMake(50,50,240,150)];NSMutableAttributedString*attrStr=[[NSMutableAttributedStringalloc]
initWithString
闹钟先生的闹钟
·
2017-03-18 10:36
iOS UIWebview get和post请求传参数给链接的页面
UIWebView传参数给链接的页面有两种方式:①.get请求:直接在链接后面拼接参数.url=[[NSURLalloc]
initWithString
:@"http://www.*****.com/index.php
DestinyFighter_
·
2017-03-17 11:36
在做优惠价格的时候需要用到删除线,但是网上的删除线千篇一律,都是大抄小抄,其实苹果的NSAttributedString就可以实现这一点啦。
;NSUIntegerlength=[oldPricelength];NSMutableAttributedString*attri=[[NSMutableAttributedStringalloc]
initWithString
ShineYangGod
·
2017-03-03 09:48
ios UITextField 的 placeholder 的设置
NSString*holderText=@"标哥的技术博客";NSMutableAttributedString*placeholder=[[NSMutableAttributedStringalloc]
initWithString
万忍
·
2017-02-19 20:33
NSString的用法
NSString1、创建字符串1)NSSring*str=@”asdf”;2)NSString*str1=[NSStringnew];3)NSString*str2=[[NSStringalloc]
initWithString
KiMan
·
2017-02-04 10:55
iOS中给文字添加阴影
iOS中给文字添加阴影:NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
单酱色
·
2017-01-14 16:01
iOS中UILabel text两边对齐的实现代码
NSAttributedString*)setTextString:(NSString*)text{NSMutableAttributedString*mAbStr=[[NSMutableAttributedStringalloc]
initWithString
编织人生_程就未来
·
2017-01-11 15:43
iOS更改字符串中某些字体的颜色
NSString*contentStr1=@"合计:¥150";NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
iOS乐乐
·
2017-01-11 14:10
NSAttributedString 多格式字符串
aStringrangeOfString:@"(必填)"];NSMutableAttributedString*tempString=[[NSMutableAttributedStringalloc]
initWithString
diye9599
·
2016-11-22 10:00
iOS开发之修改NSString字符串中某段字符串的颜色
NSString字符串中某段字符串的颜色NSMutableAttributedString*totalContentAttributedStr=[[NSMutableAttributedStringalloc]
initWithString
LeonZe
·
2016-11-18 14:26
设置UITextField占位符placeholder颜色
Tip使用attributedPlaceholderNSAttributedString*placeHolder=[[NSAttributedStringalloc]
initWithString
:@"请输入密码
Roy_Liang
·
2016-11-16 13:11
如何实现推送并播报消息?
AVSpeechSynthesizer*av=[[AVSpeechSynthesizeralloc]init];//设置播报的内容AVSpeechUtterance*utterance=[[AVSpeechUtterancealloc]
initWithString
繁华乱世沧桑了谁的容颜
·
2016-11-14 16:50
将字符串切割成数组 componentsSeparatedByString
将字符串切割成数组-(void)viewDidLoad{NSString*a=[[NSStringalloc]
initWithString
:@"冬瓜,西瓜,火龙果,大头,小狗"];NSArray*b=[
烈焰德玛
·
2016-11-14 10:22
自定义字符串中 某个字符串的大小、颜色
现在给你一个完美解决的办法,直接上代码:NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
:[NSSt
正确的道路上用笨方法
·
2016-11-08 14:04
iOS UIWebView调用JS代码的内存坑
我们的工程是ARC模式,我们在ARC模式下退出UIWebView的时候进行了以下操作_gameWebView.delegate=nil;NSURL*url=[NSURLalloc]
initWithString
LeoCao
·
2016-10-29 14:15
iOS-利用NSAttributedString实现图文混排
可以实现带有属性的文字和文字内包含图片的文本内容展示.效果如下:1-初始化可变属性字符串NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
iMazy
·
2016-10-25 11:29
iOS
iOS深浅拷贝的思考
先把测试代码搬上来:NSMutableString*str1=[[NSMutableStringalloc]
initWithString
:@"hello"];NSString*str2=@"god";NSArray
飞到哪
·
2016-10-10 12:33
ios富文本功能/文字特性设置
;NSRangeWZRange=NSMakeRange(5,2);NSMutableAttributedString*wantStr=[[NSMutableAttributedStringalloc]
initWithString
L_weiguo
·
2016-09-29 11:30
字符串相关函数整理
NSString使用OC字符串创建OC字符串-(id)
initWithString
:(NSString*)aString;+(id)stringWithString:(NSString*)string;
1vanFan
·
2016-09-16 12:39
iOS基础笔记
iOS 更改字符串特定字符颜色
为要被修改的字符串redRange为要被修改颜色的特定字符位置*/NSMutableAttributedString*contentStr=[[NSMutableAttributedStringalloc]
initWithString
徐晓宇
·
2016-09-14 16:20
图文结合/在label前后插入图片。
在label中插入图片NSMutableAttributedString*labelStr=[[NSMutableAttributedStringalloc]
initWithString
:model.buyer_goods_name
夏日里的夏天
·
2016-09-14 14:37
ios 实现价钱打折效果 数字上划横线
IBOutletUILabel*priceLabel;//.mNSMutableAttributedString*priceAttrString=[[NSMutableAttributedStringalloc]
initWithString
蝉蜕
·
2016-09-13 14:17
UI
iOS中copy,strong,retain,weak和assign的区别
NSObject赋值示意图1如下:NSMutableString*tempMStr=[[NSMutableStringalloc]
initWithString
:@"strValue"];NSLog(@"
壮了个壮
·
2016-09-08 12:54
YYText 库学习总结
yytext.png下面我们来看看各个功能的实现:先创建一个可变属性字符串:NSMutableAttributedString*text=[[NSMutableAttributedStringalloc]
initWithString
0o冻僵的企鹅o0
·
2016-09-02 16:18
OC实现简单的图文混排
showCity:(NSString*)cityname{//实现富文本NSMutableAttributedString*string=[[NSMutableAttributedStringalloc]
initWithString
飞天猪Pony
·
2016-08-19 13:29
UIButton 添加下划线
UIButtonbuttonWithType:UIButtonTypeSystem];NSMutableAttributedString*title=[[NSMutableAttributedStringalloc]
initWithString
骑行怪状
·
2016-08-10 23:52
iOS中bridge的使用
Fundation是CoreFundation一种包装,在MRC底层数据结构是一摸一样//在MRC情况下CF对象和NS对象是一个东西//NSString*string=[[NSStringalloc]
initWithString
luffy的笑容
·
2016-08-06 22:32
NSAttributedString富文本简单介绍和常用方法浅析
NSAttributedString基本知识点介绍1、初始化方法-(instancetype)
initWithString
:(NSString*)str; -(instancetype)
initWithString
hbblzjy
·
2016-07-25 11:00
富文本
NSString
iOS一些工具方法(欢迎补充)
labelLineSpacing:(CGFloat)lineSpacing{NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
RoadDreams
·
2016-07-22 23:57
iOS 把你的UILabel多彩起来
label{ NSString*titlStr=label.text; NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
u012265444
·
2016-07-14 13:00
ios
UILabel
字体
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他