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
uifont
iOS 根据文字计算宽高
宽-(CGFloat)calculateRowWidth(NSString*)string{NSDictionary*dic=@{NSFontAttributeName:[
UIFont
systemFontOfSize
Roadsourth
·
2021-06-09 09:57
iOS自定义字体(二):全局字体修改
全局修改
UIFont
字体:(包括UILabel和UIButton、UITextField和UITextView的font字体,目前只对systemFontOfSize和boldSystemFontOfSize
degulade
·
2021-06-08 21:59
改变导航栏的字体大小和类型
[self.navigationController.navigationBarsetTitleTextAttributes:@{NSFontAttributeName:[
UIFont
systemFontOfSize
Sunney
·
2021-06-08 08:49
iOS开发小记
CGAffineTransformtransform=CGAffineTransformIdentity;transform=CGAffineTransformScale(transform,1.0,scale);
UIFont
Descriptor
瀚_
·
2021-06-06 10:36
iOS坑了我一天
bug.bug原因:因为自定义系统的
UIfont
类造成的,自己查一下就搞定了
2020silence
·
2021-06-04 19:02
cell文字高度自适应
1.iOS7及其以上可以通过计算文字高度的方法输出高度NSString*str=[_laughtInfoDicobjectForKey:@"info"];;
UIFont
*tfont=[
UIFont
systemFontOfSize
Double丶K
·
2021-05-19 23:40
iOS 自定义字体不显示
最近遇到一个很奇怪的问题,自定义字体不显示,具体的操作步骤就不在赘述,通过[
UIFont
familyNames]怎么也找不到导入的字体,但通过xib设置label属性却能找到导入的字体.=.
Lin__Chuan
·
2021-05-19 07:13
根据内容计算相对-控件高度
根据文本+字体+给定宽度,计算高度+(CGFloat)getHeightForText:(NSString*)textShowfont:(
UIFont
*)fontShowwidth:(CGFloat)widthShow
by小杰
·
2021-05-19 05:53
NSMutableAttributedString/NSAttributedString 富文本设置
NSMutableParagraphStylealloc]init];[pssetAlignment:NSTextAlignmentCenter];NSDictionary*attribs=@{NSFontAttributeName:[
UIFont
fontWithName
阶梯
·
2021-05-17 14:27
iOS runtime之--动态修改字体大小
我们知道,通常代码设置字体大小用的是
UIFont
的几个类方法:systemFontOfSizefontWithName:sizebo
剑老师
·
2021-05-17 09:58
Ubantu 20.04 配置
Poweredby:NEFUAB_INVimsetg
uifont
=VeraMono:h10:cANSIsetnusettabstop=4setsofttabstop=4setshiftwidth=4setautoindentsetsmartindentinoremap
qq_45859188
·
2021-05-16 21:12
linux
设置UITextField的placeholder的颜色
;[textFieldsetValue:[UIColorredColor]forKeyPath:@"_placeholderLabel.textColor"];[textFieldsetValue:[
UIFont
boldSystemFontOfS
YYF也编程
·
2021-05-16 11:59
iOS笔记之 _UILabel高度自适应
这是一段很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长这是一段很长很长很长很长很长很长很长很长很长很长很长很长长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长的文字";
UIFont
sunny_轻芒
·
2021-05-16 09:26
富文本
在实际的应用开发中经常需要使用到富文本,这里总结经常使用到的富文本属性方便学习与记忆NSFontAttributeName:指定字体大小,默认是12point;
UIFont
代码实例:NSMutableAttributedString
Lucky灬Candy
·
2021-05-16 09:36
[iOS] 修改 tabbar 字体样式
Objective-C版本如果是使用ObjectiveC来开发,那么可以这么全局修改:NSDictionary*attributes=@{NSFontAttributeName:[
UIFont
systemFontOfSize
seventhboy
·
2021-05-16 07:45
[译]《iOS Human Interface Guidelines》——Label
最好支持动态类型并使用
UIFont
的preferredFontForTextStyle方
Cloudox_
·
2021-05-16 02:50
使用自定义字体的实现
项目中要使用自定义自定义字体,中间没遇到大坑,也不难,但还是总结获取一下系统中所有自带字体很简单,就当先抛个砖头了NSArray*fonts=[
UIFont
familyNames];for(NSString
懒得起名的伊凡
·
2021-05-15 21:07
Swift/iOS - 使用自定义字体
也可以打印一下可以使用的内置的字体//打印所有的字体forfanilyName:StringinfamilyNames{letfontNames=
UIFont
.fontNames(forFamilyName
燃烧的大叔
·
2021-05-14 16:20
查询整体的字体族(设置字体样式) - iOS
如下code用来查询当前字体的可选样式,废话不多说,code如下:NSArray*familyName=[
UIFont
familyNames];for(NSString*nameinfamilyName
survivorsfyh
·
2021-05-14 14:58
UIButton的基本使用
UIButton*btn=[UIButtonnew];//创建UIButton按钮//设置button里面的文字大小btn.titleLabel.font=[
UIFont
systemFontOfSize
不去未来
·
2021-05-14 07:12
根据后台返回的UIButton title动态改变UIButton宽度
MutableTitle)/***根据添加的title改变button的长度**@paramtext*/-(void)setMutableTitleWithString:(NSString*)texttextFont:(
UIFont
鬼丶白
·
2021-05-14 02:09
Button图文上下布局__iOS开发
UIButtonTypeCustom];[self.carBtnsetTitle:@"购物车"forState:UIControlStateNormal];self.carBtn.titleLabel.font=[
UIFont
systemFontOfSize
Stone_熊小叔
·
2021-05-13 14:06
iOS UILabel 自动适应文字的长度
UILabel*dateLabel=[UILabelnew];dateLabel.textColor=[UIColorwhiteColor];dateLabel.font=[
UIFont
systemFontOfSize
FisherJiam
·
2021-05-13 11:39
富文本NSAttributedString
NSBackgroundColorAttributeName字体背景颜色UIKIT_EXTERNNSString*constNSFontAttributeNameNS_AVAILABLE(10_0,6_0);//
UIFont
lltree
·
2021-05-12 23:12
动态获取字符串的长度
;CGSizesize=[titlesizeWithAttributes:@{NSFontAttributeName:[
UIFont
systemFontOfSize:18.0f]}];if(size.width
Gary_fei
·
2021-05-12 16:12
iOS之跑马灯文字上下滚动效果
jpg首先我们先看实现跑马灯的.h文件/**标题的字体默认为14*/@property(nonatomic)
UIFont
*titleFont;/**标题的颜色默认红色*/
flowerflower
·
2021-05-12 08:41
iOS 使用Iconfont Swift版
Iconfont选择你需要的图标,下载到本地解压缩,你会看到如下:将iconfont.ttf加入到你的工程下面,并且在info.plist中配置你的字体库:接下来就是如何使用了,在这里我对此进行了一个简单封装
UIFont
一根聪
·
2021-05-10 19:31
无标题文章
iOS
UIFont
字体名字大全FontFamily:AmericanTypewriterFont:AmericanTypewriterFont:AmericanTypewriter-BoldFontFamily
请叫我攻城狮
·
2021-05-10 15:48
ios计算UILabel的高度(带有行间距的情况)
-(void)setLabelSpace:(UILabel*)labelwithValue:(NSString*)strwithFont:(
UIFont
*)font{NSMutableParagraphStyle
透支未来
·
2021-05-10 00:29
NSString+Extent
-(CGFloat)heightWithText:(NSString*)textfont:(
UIFont
*)fontwidth:(CGFloat)width;-(CGFloat)heightWithFontSize
特喵了个咪的猫
·
2021-05-09 16:48
修改TextField的占位符(placeholder)大小和颜色
;[textFieldsetValue:[UIColorredColor]forKeyPath:@"_placeholderLabel.textColor"];[textFieldsetValue:[
UIFont
boldSystemFontOfSize
InitWithYou
·
2021-05-08 13:04
PlaceHolder设置垂直居中和颜色字体等
NSParagraphStyleAttributeName]mutableCopy];style.minimumLineHeight=searchTF.font.lineHeight-(searchTF.font.lineHeight-[
UIFont
systemFontOfS
___1o_8o
·
2021-05-07 16:31
UIButton(按钮)
font=
UIFont
.systemFont(ofSize:15)button.backgroundColor=
Alan龙马
·
2021-05-07 12:04
修改UITextField中的placeholder的字体
textFieldsetValue:[UIColorredColor]forKeyPath:@"_placeholderLabel.textColor"];修改字体大小:[textFieldsetValue:[
UIFont
boldSystemFontOfSize
CN_HarrySun
·
2021-05-07 00:49
不得不说的iOS字体在app中的使用规范
1.系统家族字体可通过以下代码在控制台打印出系统家族字体的个数和字体名称:NSArray*nameArray=[
UIFont
familyNames];NSLog(@"iOSfamilyfontcount
无忌不悔
·
2021-05-06 08:12
数字动画UICountingLabel运用
=[UICountingLabelnewAutoLayoutView];countLabel.textAlignment=NSTextAlignmentCenter;countLabel.font=[
UIFont
fontWithName
zhanghl_xing
·
2021-05-06 06:26
CTFont
typedefconststructCF_BRIDGED_TYPE(
UIFont
)__CTFont*CTFontRef;typedefconststructCF_BRIDGED_TYPE(NSFont)
李潇南
·
2021-05-05 10:00
使用NSAttributedString在UILabel上加在HTML
NSAttributedString用法UILabel*label=[[UILabelalloc]initWithFrame:CGRectMake(0,0,320,500)];label.font=[
UIFont
systemFontOfSize
DeadRoach
·
2021-05-05 10:06
iOS 动态计算label高度
2016.12.7NSString*text=[self.dataArrobjectAtIndex:indexPath.section];CGFloatwidth=SCREEN_WIDTH-30;//距左右各15
UIFont
夏天爱西瓜汁
·
2021-05-05 07:11
iOS 开发中超级简单的自适应宽度与自适应高度
interfaceUILabel(QYPayHeightAndWidth)+(CGFloat)getHeightByWidth:(CGFloat)widthtitle:(NSString*)titlefont:(
UIFont
冯龙胜
·
2021-05-05 03:57
iOS 文本属性Attributes
文本属性Attributes1.NSKernAttributeName:@10调整字句kerning字句调整2.NSFontAttributeName:[
UIFont
systemFontOfSize:_
超人_22
·
2021-05-04 21:04
UILabel
UILabelalloc]initWithFrame:CGRectMake(0,0,120,40)];//设置默认文本myLabel.text=@"这是一条数据";//设置字体大小myLabel.font=[
UIFont
systemFontOfSize
ZebZheng
·
2021-05-03 11:16
UITextField - 输入框
基本属性self.testField.font=[
UIFont
systemFontOfSize:12];self.testField.textColor=[UIColorredColor];self.testField.borderStyle
居然是村长
·
2021-05-03 04:43
iOS 10
UIFont
问题
[
UIFont
fontWithName:@"PingFangSC-Regular"size:s]:[
UIFont
systemFontOfSize:s/1.0f]#defineFontPingFangSC_Light
黑点
·
2021-05-01 23:09
当NSAttributedString遇上链式编程
可是它的使用经常是这样的:NSDictionary*attributeDic=[NSDictionarydictionaryWithObjectsAndKeys:[
UIFont
systemFontOfSize
BreadAwesome
·
2021-04-30 15:28
自适应文本高度的方法
//根据字符串计算高度方法:-(CGFloat)getHeightLineWithString:(NSString*)stringwithWidth:(CGFloat)widthwithFont:(
UIFont
您079
·
2021-04-30 11:09
自适应文字高度,宽度
widthfont:(CGFloat)font{CGSizesize=CGSizeMake(width,HEIGHT);NSDictionary*dic=@{NSFontAttributeName:[
UIFont
systemFontOfSize
w佐w
·
2021-04-30 10:15
iOS设置font weight
systemFontOfSize:weight:前一个就是调整字体大小,主要说说后一个,以下的这些都是填入权重值(即weight:后)
UIFont
WeightUltraLight-超细字体
UIFont
WeightThin
CrystalZhu
·
2021-04-30 08:23
UILable上的字显示不同的颜色和字体,Lable加下划线
initWithString:[NSStringstringWithFormat:@"由%@发起",model.userName]];[straddAttribute:NSFontAttributeNamevalue:[
UIFont
fontWithName
我的天空蔚蓝色
·
2021-04-30 01:42
IOS
UIfont
字体大小设置
OC废除了很多方法,其中就包括设置字体大小的
uifont
。其中这两个都是设置字体大小的方法,但是我们看第一个就会发现,这个方法iOS3以后便废除了。
花开花非花
·
2021-04-29 18:39
上一页
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
其他