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
uicolor
swift 导航栏
navigationBar.barTintColor=
UIColor
.rgb(65,green:158,blue:255)self.navigationController?.
onebook_
·
2020-01-03 08:27
Swift绘制圆角图片
size:图片大小///-fillColor:裁切区域填充颜色///-completion:回调裁切结果图片funcWestrice_cornetImage(size:CGSize,fillColor:
UIColor
Westrice
·
2020-01-03 03:53
JSPatch写UITableView
所以尝试写一个简单的UITableView视图1.动态添加Property2.struct变量替换3.NSArray的使用4.for循环的不同.5.打印console.log()6.require('
UIColor
BestJoker
·
2020-01-03 01:57
iOS ---
UIColor
中使用16进制选取颜色
iOS中的
UIColor
可以使用16进制来选取颜色.预先定义如下:#defineUIColorFromHex(s)[UIColorcolorWithRed:(((s&0xFF0000)>>16))/255.0green
icetime17
·
2020-01-02 22:48
iOS开发经验总结
手机型号屏幕尺寸iPhone44s320*480iPhone55s320*568iPhone66s375*667iphone6plus6splus414*736二、给navigationBar设置title颜色
UIColor
蝴蝶之梦天使
·
2020-01-02 19:19
Swift基础语法
aplacewherepeoplecanplayimportUIKitvarstr="Hello,playground"leta:Int=10letb=20.3letc=Double(a)+bletview=UIView()view.backgroundColor=
UIColor
.blueColor
Young_Blood
·
2020-01-02 06:00
Swift UIImage扩展通过颜色初始化、圆角图片、生成二维码、缩放
(color:
UIColor
,size:CGSize=CGSize(width:1.0,height:1.0)){UIGraphicsBeginImageContextWithOptions(size,
一根聪
·
2020-01-01 22:50
Swift学习笔记(2)
{创建变量代码}()例子lazyvarview:UIView={letview=UIView(frame:CGRectMake(10,10,100,100))view.backgroundColor=
UIColor
.redColor
captain_Lu
·
2020-01-01 13:14
Swift 去除默认颜色
letitems=self.tabBar.itemsforiteminitems{item.setTitleTextAttributes([NSForegroundColorAttributeName:
UIColor
.self_darkgreyColour
安然0o
·
2020-01-01 13:40
iOS小记--
UIColor
反转
今天脑洞一开,想起
UIColor
既然可以用HEXdata(0xFFFFFF)去设置,那我可不可以取个反色,这样就可以实现某些控件的文字和背景协调变化了;越想越激动,于是开干。
原鸣清
·
2020-01-01 10:21
Swift版本UItextView添加placeholder和字数控制
importFoundationimportUIKitclassPlaceholderTextView:UITextView{publicvarmaxCount=10//最大长度staticletdefaultPlaceholderColor:
UIColor
iOneWay
·
2020-01-01 02:58
OC:
UIColor
+MaxMethod
.h文件#import@interfaceUIColor(MaxMethod)+(
UIColor
*)colorWithHex:(int)hex;+(
UIColor
*)colorWithHex:(int)
一欧Yiou
·
2020-01-01 01:42
swift3 十六进制颜色转换为
UIColor
给String添加扩展extensionString{funcuicolor(alpha:CGFloat=1.0)->
UIColor
{//存储转换后的数值varred:UInt32=0,green:UInt32
CoderAzreal
·
2019-12-31 22:31
取图片上面的颜色
使用方法button.backgroundColor=[selfmostColor:self.imageViewOne.image];#pragmamark-吸取颜色-(
UIColor
*)mostColor
梁苏珍
·
2019-12-30 12:02
swift 之tableview 随记
cell底部线是不到头的问题添加view是一种方式另外可以设置隐藏cell分割线self.tableView.separatorColor=
UIColor
.clearColor()显示右侧箭头cell.accessoryType
chinwy
·
2019-12-30 09:48
简单适配iOS13的深色模式
1.颜色适配在iOS13中系统提供了动态颜色的方法:+(
UIColor
*)colorWithDynamicProvider:(
UIColor
*(^)(UITraitCollection*traitCollection
BoxJing
·
2019-12-30 06:44
利用UIBezierPath绘制空心圆角图片
100)letcornerRadius:CGFloat=50UIGraphicsBeginImageContextWithOptions(size,false,UIScreen.main.scale)
UIColor
.red.setFil
路过独木桥
·
2019-12-30 04:09
【Swift】Swift中tableviewcell分割线显示不全解决方案
这些小问题得记录一下,方便后面查找,直接上代码:overridefuncviewDidLoad(){super.viewDidLoad()self.view.backgroundColor=
UIColor
.whiteif
简单的美利坚
·
2019-12-29 17:48
AppDelegate
1.NavigationBar的设置UINavigationBar.appearance().tintColor=
UIColor
.whiteletdict:NSDictionary=[NSForegroundColorAttributeName
墓园派对
·
2019-12-29 16:45
设置系统导航栏半透明效果
targetController的导航条设置颜色和透明度**@paramcolor*@paramalpha*@paramtargetController*/-(void)setNavigationBarColor:(
UIColor
HJR
·
2019-12-29 13:49
Swift -- 展示某个信息
CGRect(x:0,y:0,width:WIDTH-width,height:60))alertView.layer.cornerRadius=20alertView.backgroundColor=
UIColor
.blackaler
嗯哼丶傻大个是你
·
2019-12-29 03:48
iOS 16进制颜色
1,#000000格式添加个
UIColor
分类-(
UIColor
*)colorWithHexString:(NSString*)stringToConvert{NSString*cString=[[stringToConvertstringByTrimmingCharactersInSet
Helong
·
2019-12-29 03:21
在 iOS 里 100% 还原 Sketch 实现的阴影效果(转载:https://juejin.im/post/5dd4cd71f265da0bf80b5820)
实际项目中也有卡片阴影的使用extensionCALayer{funcskt_setShadow(color:
UIColor
?
辛乐
·
2019-12-28 19:41
UIView详解之二:视图的外观
1、背景颜色、透明度以及是否隐藏@property(nullable,nonatomic,copy)
UIColor
*backgroundColor;@property(nonatomic)CGFloatalpha
雨夜的泪
·
2019-12-28 16:02
便捷方法库
1.用十六进制初始化
UIColor
()extensionUIColor{funccolorFrom(hexhex:Int)->
UIColor
{letr=(hex&0xff0000)>>16letg=(hex
CallOfOrange
·
2019-12-28 08:54
将16进制的字符串转换为颜色
.m的文件+(
UIColor
*)colorWithHexString:(NSString*)color{NSString*cString=[[colorstringByTrimmingCharactersInSet
贼海鸥
·
2019-12-28 08:42
iOS开发
UIColor
小技巧
封装编程中常用的
UIColor
在Objective-C中,可以使用宏如:/**======颜色=========*/#defineXWARGBColor(a,r,g,b)[UIColorcolorWithRed
猫爪
·
2019-12-28 03:13
iOS开发改变图片颜色
第一种方法+(UIImage*)changeImage:(UIImage*)imgwithColor:(
UIColor
*)color{//获取画布UIGraphicsBeginImageContextWithOptions
薄凉_简书
·
2019-12-28 01:58
Swift3常用工具类方法
1.扩展图片//通过颜色生成图片extensionUIImage{classfunccreateImage(withcolor:
UIColor
,size:CGSize)->UIImage{letrect
Distance先生
·
2019-12-28 00:38
iOS UILabel设置文字的不同样式
%"];NSMutableAttributedString*textStr=[[NSMutableAttributedStringalloc]initWithString:contentStr];//
UIColor
张小鱼爱吃鱼_呵呵
·
2019-12-27 18:38
iOS开发丨
UIColor
使用十六进制字符串作为颜色
大家都知道原生的
UIColor
只支持rgba的形式来生成颜色,有时候项目开发中,设计师给出的并不一定是OC所支持的颜色格式,而是Web通用的16进制颜色格式。
炼心术师
·
2019-12-27 17:29
iOS 中根据线条的角度不同随机产生颜色
反正切函数值域范围是不一样的atan:(-π/2,+π/2),atan2f:(-π,+π)(
UIColor
)lineColor{CGFloatxDs=self.end.x-self.begin.x;CGFloatyDs
旅行和时光
·
2019-12-27 15:58
个人头像
个人头像有以下几个属性:/**头像边框颜色(默认白色)*/@property(nonatomic,strong)
UIColor
*strokeColor;/**头像边框宽度(默认2.0)*/@property
Nicole__Zhang
·
2019-12-27 15:00
iOS-收集的不常用却实用的小方法和技巧
1.颜色转变成图片-(UIImage*)createImageWithColor:(
UIColor
*)color{CGRectrect=CGRectMake(0.0f,0.0f,1.0f,1.0f);UIGraphicsBeginImageContext
船长_
·
2019-12-27 09:15
Swift开发小技巧系列 - 改造
UIColor
letcolor=
UIColor
(red:255/255,green:32/255,blue:171/255,alpha:1)
UIColor
有一个初始化函数init(red:CGFloat,gree
DEREK_ZHOU
·
2019-12-27 02:00
UIImage 颜色渲染imageWithRenderingMode
UIImageimageNamed:@"多边形-1"]imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];imgV.tintColor=[
UIColor
JohnayXiao
·
2019-12-27 00:48
Swift 2.0 如何替代 pch
importUIKit//设置全局颜色letcommanColor=
UIColor
(colorLiteralRed:0/255,green:175.0/255,blue:240.0/255,alpha:
梁同桌
·
2019-12-25 18:21
IOS:
UIColor
_使用十六进制数字或字符串实现自定义的颜色
引言
UIColor
为我们提供了很多系统定义的颜色,比如:[UIColorredColor]、[UIColorblueColor]......这样;但是在项目中我们经常需要根据用户需求使用一些自定义的颜色
遇见0620
·
2019-12-24 21:29
[iOS]UIView添加阴影
floatViewwithColor:[UIColorblackColor]];}///添加四边阴影效果(void)addShadowToView:(UIView*)theViewwithColor:(
UIColor
aggie1024
·
2019-12-24 16:22
字体属性小记
NSFontAttributeName设置字体属性,默认值:字体:Helvetica(Neue)字号:12NSForegroundColorAttributeName设置字体颜色,取值为
UIColor
对象
后青春期的诗大喵
·
2019-12-24 11:44
i0S-CAShaperLayer结合UIBezierPath画圆一
UIBezierPath*_trackPath;CAShapeLayer*_progressLayer;UIBezierPath*_progressPath;}@property(nonatomic,strong)
UIColor
星星爱上月亮
·
2019-12-24 08:31
UIImageView(图片)
lazyvartitleImg:UIImageView={letimgView=UIImageView()imgView.image=UIImage.init(named:"x")imgView.backgroundColor=
UIColor
.yellowimgView.isUserInteractionEnabled
龙马longma112
·
2019-12-24 05:49
Swift4.0 登录页面渐变色
{didSet{loginBtn.layer.borderColor=
UIColor
.white.withAlph
Codepgq
·
2019-12-24 00:18
Objective-C编码规范
YoY1.语言(Language)需要使用USEnglishUSEnglishshouldbeused.Preferred:
UIColor
*myColor=[UIColorwhiteColor];NotPreferred
大脸猫121
·
2019-12-23 18:34
iOS开发-十六进制字符串转颜色(@"#297bda")
-(
UIColor
*)colorWithHexString:(NSString*)color{NSString*cString=[[colorstringByTrimmingCharactersInSet
才华惊动警方
·
2019-12-23 18:37
设置TabBarItem的字体大小、颜色,各种状态下的图片
titlewithTitleSize:(CGFloat)sizeandFoneName:(NSString*)foneNameselectedImage:(NSString*)selectedImagewithTitleColor:(
UIColor
_Amok
·
2019-12-23 14:14
iOS UITableViewCell选中时,子视图背景颜色受影响问题
backgroundColor=
UIColor
.hx_color(withHexRGBAString:"#FF5B45");}OC代码-(void)
觉醒的苍红之刃
·
2019-12-23 08:16
swift3 修改导航栏UINavigationController的颜色
1.NavigationBar背景颜色UINavigationBar.appearance().barTintColor=
UIColor
.greenColor()2.NavigationBar文字颜色lettextAttr
良辰岁月
·
2019-12-23 07:08
OC-->Swift
UIViewalloc]initWithXXX:];SwiftUIView(XXX:)类名()===alloc/init等价类方法OC[UIColorredColor]SwiftUIColor.red()2.0
UIColor
.redColor
颜sir
·
2019-12-23 04:22
导航栏透明
-(void)setNavigationBar{self.navigationController.navigationBar.translucent=YES;
UIColor
*color=[UIColorclearColor
陌上北辰
·
2019-12-23 04:26
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
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
其他