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开发 汉字转拼音 把用户名按照姓名首字母进行排序
/第一步汉字转拼音有2种方法一种是使用ChineseString别人写的类第二种是IOS自带的方法我使用的便是第二种NSMutableString*ms=[[NSMutableStringalloc]
initWithString
殇丶无痕
·
2020-08-09 02:41
IOS开发
进阶篇
UILabel设置多种字体、颜色
前言开发中常用到的设置UILabel的文本样式代码片段:NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
标哥-iOS攻城狮
·
2020-08-09 02:33
IOS开发笔记
iOS 界面上绘制不同字体 颜色 大小的字符串
NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
:@"绘制不同字体颜色大小的字符串"];[straddAttribute
weixin_30602505
·
2020-08-08 23:03
iOS 设置Label中特定的文字大小和颜色
直接上代码:_price=@"27";NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
weixin_30340819
·
2020-08-08 23:31
UILabel 添加下划线,改变字体颜色,NSMutableAttributedString实现富文本
NSMutableAttributedString*attributedStr=[[NSMutableAttributedStringalloc]
initWithString
:model.textMsg
mutou680
·
2020-08-08 22:37
IOS技术
iOS-修改字符串特定位子 字 体 颜色 字体大小
NSStringstringWithFormat:@"用户已支付¥%@元",self.indent.money];NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
iOSmling
·
2020-08-08 22:49
iOS 开发~设置label上文字显示不同大小、颜色、字体类型
;//创建AttributedNSMutableAttributedString*noteStr=[[NSMutableAttributedStringalloc]
initWithString
:[
H.A.N
·
2020-08-08 22:41
OC篇
如何设置在一个Label上显示不同颜色的text
",defaultStr,selfTakeStr,addressStr];NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
zhikang_in_csdn
·
2020-08-08 21:19
UI设置
CCTexture2D(CCTexture2D类可以方便的从图片,文本或raw数据文件中创建OpenGL所用贴图 initWithData drawAtPoint
initWithString
)
http://blog.csdn.net/honghaier/article/details/8068895#ifndef__CCTEXTURE2D_H__#define__CCTEXTURE2D_H__#include#include"cocoa/CCObject.h"#include"cocoa/CCGeometry.h"#include"ccTypes.h"#ifdefEMSCRIPTEN#
sssss年
·
2020-08-08 21:27
富文本的使用(让字符串特定字符颜色不同和在字符串上划横线)
transCurrentStr:(NSString*)currentString;{NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
码农--xc
·
2020-08-08 19:10
基础语法
算法
iOS Label显示不同颜色和字体
1、显示不同颜色,有两种方式(1)通过range来设置NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
coding_girl.
·
2020-08-08 19:17
iOS开发
29. IOS系统原生富文本 自定义Label颜色
NSStringstringWithFormat:@"%@%@",repeat,item.remember];NSMutableAttributedString*aStr=[[NSMutableAttributedStringalloc]
initWithString
qin_xiaogang
·
2020-08-08 18:07
iOS历程
webview链接 get和post请求传值给链接的页面
get请求url=[[NSURLalloc]
initWithString
:@"http://www.********.com.cn:8081/index.php/Account/iphoneTopup?
考拉Baby
·
2020-08-08 18:02
iOS改变Label上指定文字的颜色
textLabel.text=@"你好啊世界";NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
mazegong
·
2020-08-08 18:58
iOS开发~设置label上文字显示不同大小、颜色、字体类型
设置前效果如下:加入以下代码加以改变//创建AttributedNSMutableAttributedString*noteStr=[[NSMutableAttributedStringalloc]
initWithString
lizhilin_vip
·
2020-08-08 17:05
iOS开发
label标题文字改变颜色
NSMutableAttributedString*noteStr=[[NSMutableAttributedStringalloc]
initWithString
:@"输入一段话,123改变颜色"];NSRangeredRange
huazang163
·
2020-08-08 16:10
iOS
iOS
label
改变颜色
Lable 富文本代码
selfgetFitModel:tableView];NSMutableAttributedString*AttributedStr=[[NSMutableAttributedStringalloc]
initWithString
学习笔记666
·
2020-08-08 15:48
iOS
label中不同颜色字体的显示
NSMutableAttributedString*textString=[[NSMutableAttributedStringalloc]
initWithString
:@"活动时间:11月15日"];
Fanxiaomeng92
·
2020-08-08 15:25
UI控件
NSString 富文本 字符串中间一段变字体颜色
NSMutableAttributedString*attributedStr=[[NSMutableAttributedStringalloc]
initWithString
:@"本人已充分了解本保险产品
1990Scarlett
·
2020-08-08 14:28
iOS
iOS UILabel改变指定字体大小和颜色
self.enrollLabelself.person_name为创建UILabel的对象名字//改变颜色NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
陈世流年
·
2020-08-08 13:42
苹果
iOS
OC
给label添加不同颜色不同字体的内容
给label添加不同颜色不同字体的内容NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
:@"oc
Lu_Ca
·
2020-08-08 12:39
iOS
布局
设置label上文字显示不同大小、颜色、字体类型
;NSMutableAttributedString*noteStr=[[NSMutableAttributedStringalloc]
initWithString
:bottomS];//需要改变的第一个文字的位置
考拉Baby
·
2020-08-08 11:42
UILabel设置多种字体、颜色(文本中字体不同颜色)
NSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
:@"UsingNSAttributedString
BibleXu
·
2020-08-08 10:42
ios
同一个label显示不同的字体大小和字体颜色
];[self.viewaddSubview:label];//指定位置NSMutableAttributedString*str1=[[NSMutableAttributedStringalloc]
initWithString
XIAOHEICY
·
2020-08-08 10:34
Label
字符串和可变字符串
一、字符串的初始化方式1.不常使用的初始化方法一NSString*string=[[NSStringalloc]init];方法二NSString*string1=[[NSStringalloc]
initWithString
一心如若
·
2020-08-07 23:28
iOS软件开发OC基础
不可变字符串NSString和可变字符串NSMutableArray
;//用一个现有的字符串str1创建一个新的字符串str2NSString*str2=[[NSStringalloc]
initWithString
:str1];//用C字符串来创建一个OC字符串NSString
smile_榕
·
2020-08-07 21:13
Object-C学习笔记
iOS 富文本效果整理 基于NSAttributedString
属性可设置不同的文本样式首先初始化一个NSAttributedStringNSMutableAttributedString*abStr=[[NSMutableAttributedStringalloc]
initWithString
RollingPin
·
2020-08-07 12:22
爬爬爬之路:OC语言(四) NSString NSSArray NSValue常用方法介绍
不可变字符串NSString1.利用系统的类初始化一个对象创建一个NSString对象,调用其自定义初始化方法,并对其进行初始化NSString*str=[[NSStringalloc]
initWithString
慢慢向上爬的蜗牛
·
2020-08-06 11:58
OC学习
怎么通过http向服务器发送数据并接受到返回的数据
request=[[NSMutableURLRequestalloc]init];NSString*string=@"http://服务器地址";NSURL*connection=[[NSURLalloc]
initWithString
bidianzhang
·
2020-08-05 12:21
iOS
NSDate管理日期和时间
NSDate生成:NSDate*date=[NSDatedate];NSDate*date=[[NSDatealloc]
initWithString
:@"2010-01-0123:59:59+0900"
YG成真
·
2020-08-04 09:22
ios
ios 基础知识点总结
1、设置UILabel行间距NSMutableAttributedString*attrString=[[NSMutableAttributedStringalloc]
initWithString
:label.text
Eric博客
·
2020-08-04 02:26
iOS开发
NSAttributedString 属性
30ee7a851aea0447db06转自-(void)drawRect:(CGRect)rect{NSMutableAttributedString*attrStr=[[NSMutableAttributedStringalloc]
initWithString
sky_2016
·
2020-08-04 01:08
iOS
UIKit
设置label不同颜色
NSMutableAttributedString*textColor=[[NSMutableAttributedStringalloc]
initWithString
:photoSettingLabel.text
PaeanSs
·
2020-08-02 22:56
iOS 使用NSURLComponents快捷高效的提取URL中的各个参数
username=zhouyu&password=12345&sex=男";NSURLComponents*urlComponents=[[NSURLComponentsalloc]
initWithString
上进求知,认真思辨
·
2020-08-02 13:43
网络编程与通信
组件化开发
iOS开发
iOS修改行间距
labelText=cell.descLabel.text;NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
小柴2011
·
2020-08-01 12:52
将字符串切割成数组 componentsSeparatedByString
blog.sina.com.cn/s/blog_65de54500100unfd.html将字符串切割成数组-(void)viewDidLoad{NSString*a=[[NSStringalloc]
initWithString
lwq421336220
·
2020-07-31 20:59
nsstring
iOS
文字中添加图片
NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
:@"请在标记有的商户使用
李浩源OS
·
2020-07-31 19:19
iOS开发关键字关键字高亮、文字下面加横线
关键字高亮NSMutableAttributedString*attributeString=[[NSMutableAttributedStringalloc]
initWithString
:_member.name
Courage_SC
·
2020-07-31 18:58
OC三大基础类常用汇总
字符串String初始化定义NSString*str=[[NSStringalloc]
initWithString
:@"hello"];NSLog(@"%@",str);NSString*str=@"hello
Singularity_Lee
·
2020-07-30 23:00
iOS应用内一键拨打电话的2种实现方式
111111111”;NSString*telUrl=[NSStringstringWithFormat:@"telprompt:%@",phoneNum];NSURL*url=[[NSURLalloc]
initWithString
一个爱解剖程序的人
·
2020-07-30 17:15
一键拨打电话
iOS学习 NSPredicate模糊搜索(全方面搜索)支持中文、数字、字母
getPinyinWithString:(NSString*)string{NSString*pinyin;if([stringlength]){NSMutableString*ms=[[NSMutableStringalloc]
initWithString
LeftLee
·
2020-07-30 17:36
利用正则表达式选取出字符串中存在的链接
NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
:m_pContent.content
Allens-Lee
·
2020-07-30 12:19
一个lable显示不同的字体颜色
titleStrnumberStr:(NSString*)numberStr{NSMutableAttributedString*arrString=[[NSMutableAttributedStringalloc]
initWithString
郑军红
·
2020-07-30 11:03
给UILabel 或者 UIButton标题加下划线
details/38306141方法一:[objc]viewplaincopyNSMutableAttributedString*str=[[NSMutableAttributedStringalloc]
initWithString
yunxiu
·
2020-07-30 09:45
UIWebView
1.加载网页NSString*path=@"http://jinwan.c.jinerkan.com/v3/client/video";NSURL*url=[[NSURLalloc]
initWithString
DVWang
·
2020-07-29 11:53
计算文字高度和宽度
NSInteger)fontIntwidth:(CGFloat)width{NSMutableAttributedString*attrStr=[[NSMutableAttributedStringalloc]
initWithString
shawuer
·
2020-07-28 10:26
常用方法
富文本
NSMutableAttributedStringNSMutableAttributedString*attributedStr01=[[NSMutableAttributedStringalloc]
initWithString
然亦伞
·
2020-07-27 20:58
设置label 的 字间距 和行间距
NSMutableParagraphStylealloc]init];NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
HuangShi_DaXia
·
2020-07-27 15:02
iOS
开发
xib布局细碎小总结
NSMutableAttributedString实现,具体代码实现如下:NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
romancemystery
·
2020-07-27 14:56
计算NSMutableAttributedString 高度
NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]
initWithString
:content];NSMutableParagraphStyle
精神病患者link常
·
2020-07-15 19:47
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他