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
ios拓展18-图片纯色渲染分类
interfaceUIImage(Tint)/***为图片填充自定义颜色**@paramtintColor需要填充的颜色**@return填充后的颜色*/-(UIImage*)imageWithTintColor:(
UIColor
Abler
·
2020-03-06 07:19
【Objective-C】UIView&UILabel 等控件加阴影
UILabel控件初始化之后对象自带阴影属性:@property(nullable,nonatomic,strong)
UIColor
*shadowColor;//defaultisnil(noshadow
酷酷的小虎子
·
2020-03-06 00:55
状态栏颜色修改
//设置状态栏颜色-(void)setStatusBarBackgroundColor:(
UIColor
*)color{UIView*statusBar=[[[UIApplicationsharedApplication
梁苏珍
·
2020-03-05 20:19
iOS开发之修改UISearchBar的背景颜色
:http://www.cnblogs.com/Walking-Jin/p/5754519.html定义方法/**取消searchBar背景色*/-(UIImage*)imageWithColor:(
UIColor
朱晓晓的技术博客
·
2020-03-05 19:45
我的 iOS 学习小记
不支持自动生成大纲目录啊...这好尴尬...持续继承Jenkins中SVN由于服务器时间不一致导致无法更新到最新版本在链接中增加@HEADhttps://xxxxx/项目名称@HEADxib技巧xib中用
UIColor
旭丶Joy
·
2020-03-05 18:29
iOS-调试
为了调查清楚,我可能会使用调试器来看看诸如我在导航栏上设置的
UIColor
实例,这东西到底是什么颜色?UI
WildDylan
·
2020-03-05 15:35
UIImage和
UIColor
的那些事
解决方案一:1.取背景图片的主色2.判断主色是否是白色,如果是白色则改变按钮的颜色//获取图片的主色+(
UIColor
*)mainColor:(UIImage*)image{intbitmapInfo=
Baby小猪
·
2020-03-05 08:45
简单实现代理传值
用代理反向传值在想要的类传值的里面@protocoloneViewControllerDelegate//定义了一个协议-(void)changeBgColor:(
UIColor
*)color;//用这个方法进行回调传值
来根黄鹤楼啊
·
2020-03-05 07:19
iOS开发 获取图片中的颜色
直接扩展UImage获取图片中的颜色extensionUIImage{//pos坐标点funcgetPixelColor(pos:CGPoint)->
UIColor
{letpixelData=CGDataProviderCopyData
小黑Swift
·
2020-03-05 05:28
viewDidLoad 被调用两次
{didSet{view.backgroundColor=
UIColor
.white}}
南国青天
·
2020-03-04 23:07
swift-1 常量和变量
也方便自己查找,可以当做自己的一份文档.1定义常量let初始化之后不可修改定义变量var定义之后可以修改leta=10varb=20.5b=14.5letv=UIView()v.backgroundColor=
UIColor
.red
sunmumu1222
·
2020-03-04 13:59
iOS10-Swift 3.0状态Normal的新写法
通常的写法不赘述直接来看看示例:letbtn=UIButton(type:.custom)btn.setTitle("click",for:[])btn.setTitleColor(
UIColor
.blue
韩旭杰
·
2020-03-04 08:08
iOS 绘制图形
画圆*context当前上下文*fillColor填充色*radius半径*point圆心点坐标*/+(void)drawCircle:(CGContextRef)contextfillcolor:(
UIColor
Jixin
·
2020-03-04 07:10
iOS中十六进制的颜色转换
UIColor
(RGB)
在程序开发中,设计人员给我们的图片可能是像下图一样的。颜色是使用十六进制表示的69E286D3-11E1-4833-AAB8-9BB095C6F7F3.png此时,我们需要将颜色转换成我们需要的RGB值,这就需要使用像下面的这段代码调用方法-(void)viewDidLoad{[superviewDidLoad];for(inti=0;i@interfaceUIColor(Hex)//透明度固定为
艳晓
·
2020-03-04 06:39
UIColor
分类-随机色
项目初期,会不断的调整布局,通过
UIColor
分类的方式添加方法,直接生成一个随机色,可以提升工作效率.h#import@interfaceUIColor(RandomColor)/***设置RGB颜色
ShenYj
·
2020-03-04 05:50
swift snp布局
123.pngfuncsetupUI(){letgrayView=UIView()grayView.backgroundColor=
UIColor
.grayself.addSubview(grayView
曾柏超
·
2020-03-03 16:50
Swift与OC中纯色button背景点击响应效果解决
一般来说我们在app中经常用到一些纯色的响应按钮,一般来说这些控件我们都会用UIButton来做,直接用loginBtn.backgroundColor=
UIColor
.colorWithHex(hexRGBValue
hoggenWang
·
2020-03-03 07:53
iOS根据颜色返回图片
//根据颜色返回图片-(UIImage*)imageWithColor:(
UIColor
*)color{CGRectrect=CGRectMake(0.0f,0.0f,1.0f,1.0f);UIGraphicsBeginImageContext
cocoaZ
·
2020-03-03 02:09
HexString转RGB
UIColor
的分类:.h文件:#import@interfaceUIColor(HexColor)+(
UIColor
*)colorWithHexString:(NSString*)coloralpha
倪大头
·
2020-03-03 01:26
点击cell时subView背景色消失
在自定义cell中使用如下方法:-(void)setHighlighted:(BOOL)highlightedanimated:(BOOL)animated{
UIColor
*backgroundColor
伏特加
·
2020-03-02 23:06
UITextField奔溃问题
项目在测试中遇到一个问题,当手机开启搜狗输入法点击textfield时软件会闪退,奔溃定位到了
UIColor
上。
faterman
·
2020-03-02 23:54
Swift的UISlider使用
vartimer=NSTimer()slider.frame=CGRectMake(10,200,view.frame.size.width-20,100)slider.backgroundColor=
UIColor
.lightGrayColor
wangjiawei
·
2020-03-02 19:48
iOS开发设置状态栏的颜色
//设置状态栏颜色-(void)setStatusBarBackgroundColor:(
UIColor
*)color{UIView*statusBar=[[[UIApplicationsharedApplication
福将的逆袭
·
2020-03-02 03:43
【iOS开发】自定义UITextView
UITextView/**占位文字*/@property(nonatomic,strong)NSString*placeholderWord;/**占位文字颜色*/@property(nonatomic,weak)
UIColor
文刂Rn
·
2020-03-02 03:11
iOS判断两个颜色是否相等(UIColorA == UIColorB)
判断两个颜色是否相等(UIColorA==UIColorB)+(BOOL)isEqualToColor:(
UIColor
*)colorAanotherColor:(
UIColor
*)colorB{if(
凌巅
·
2020-03-02 01:37
Swift之自定义Button
写代码咯importUIKitclassCustomBtn:UIButton{overrideinit(frame:CGRect){super.init(frame:frame)setTitleColor(
UIColor
.red
凡尘一笑
·
2020-03-02 01:57
UIView的tag属性
aView.tag=101;[self.windowaddSubview:aView];[aViewrelease];[self.windowviewWithTag:101].backgroundColor=[
UIColor
每日总结
·
2020-03-02 01:55
Objective-C编码规范
应该:
UIColor
*myColor=[UIColorwhiteColor];不应该:
UIColor
*myColour=[UIColorwhiteColor];代码组织在函数分组和protocol/del
内心强大的Jim
·
2020-03-01 23:45
【iOS】mask的一种应用场景
overridefuncviewDidLoad(){super.viewDidLoad()view.backgroundColor=
UIColor
.blackColor()mask()//emi
刘大帅
·
2020-03-01 21:11
初试Swift---UILabel
letlabel=UILabel.init(frame:CGRect(x:10,y:20,width:300,height:100))label.text="summerZao"label.textColor=
UIColor
.redla
磕瓜子的少年
·
2020-03-01 20:14
一个UIView 扩展,飘一个文字 然后消失,本意是用在btn点击飘字
想做一个btn点击飘一个红色+1然后消失,就自己写了个函数实现如下~extensionUIView{funcdriftingText(text:String,color:
UIColor
=
UIColor
.redColor
格调main
·
2020-03-01 18:56
iOS富文本
NSFontAttributeName设置字体属性,默认值:字体:Helvetica(Neue)字号:12NSForegroundColorAttributeNam设置字体颜色,取值为
UIColor
对象
_iceCoke
·
2020-03-01 16:13
iOS绘图及贝塞尔曲线关键知识
:1.假如是在drawRect:方法中单纯地画贝塞尔曲线-(void)set;-(void)setFill;-(void)setStroke;这三个方法是用来设置这种画线方式所需的边色或者填充色(是类
UIColor
Moker_C
·
2020-03-01 15:59
设置textfield的placeholder的颜色
//第一种UITextField*_userName=[[UITextFieldalloc]init];
UIColor
*color=[UIColorwhiteColor];_userName.attributedPlaceholder
Suger_森
·
2020-03-01 00:15
分页导航条目
h中声明-(instancetype)initWithSubViewControllers:(NSArray*)subViewControllers;@property(nonatomic,copy)
UIColor
何必轻言流年
·
2020-02-29 21:30
根据颜色生成图片
根据颜色生成图片-(UIImage*)saImageWithSingleColor:(
UIColor
*)color{UIGraphicsBeginImageContext(CGSizeMake(1.0f
SunyongHH
·
2020-02-29 13:35
searchBar 去黑线,改颜色
15D33533-33D9-4735-AF2A-B2DF0978AB04.pngimportUIKitletColor_Search_Bar=
UIColor
.init(white:240.0/255.0
廖马儿
·
2020-02-28 23:10
Swift4.0学习笔记(六)——开关(UISwitch)
CGRect(x:30,y:100,width:80,height:40))self.view.addSubview(switcher)//设置开启状态显示的颜色switcher.onTintColor=
UIColor
.red
古川不爱笑
·
2020-02-28 19:26
无标题文章
首先我们需要自定义绘制一个取消按钮**========*新建一个类`QKInfoCardCloseButton`继承自UIButton========*添加属性```@property(nonatomic)
UIColor
15c71b2c9951
·
2020-02-28 17:17
UILabel常用属性
null_resettable,nonatomic,strong)UIFont*font;//设置字体颜色(默认黑色)@property(null_resettable,nonatomic,strong)
UIColor
风轻鱼蛋
·
2020-02-28 14:20
写给自己的代码规范
应该:
UIColor
*baseColor=[UIColorwhiteColor];2、代码组织1、变量尽量以描述性的方式来命名。单个字符的变量命名应该尽量避免,除了在for()循环。
moonCoder
·
2020-02-28 07:22
随机颜色
//
UIColor
+Hex.m创建继承于
UIColor
的类别随机颜色
UIColor
+Hex.h+(
UIColor
*)colorWithHexString:(NSString*)hexSting;
UIColor
nothing_c
·
2020-02-28 03:32
电子签名-iOS
可以不传/**已签名的照片,跳转传入*/@property(nonatomic,strong)UIImage*signImage;/**签名笔划颜色*/@property(nonatomic,strong)
UIColor
LeeCoder
·
2020-02-28 02:16
Swift 16进制编码转
UIColor
话不多说啊,直接上代码importUIKit//MARK:通过16进制初始化UIColorextensionUIColor{convenienceinit?(hexNum:Int){self.init(hexStr:String(hexNum,radix:16))}convenienceinit?(hexStr:String){varhex=hexStr.trimmingCharacters(in
一根聪
·
2020-02-28 00:22
Swift之导航控制器(UINavigationController)
UINavigationController(rootViewController:viewC);//设置导航栏的统一的背景色UINavigationBar.appearance().barTintColor=
UIColor
.blueColor
贝尔特伦
·
2020-02-27 22:56
记录iOS一些通用工具方法(不定时更新)...
2017年02月25日(扩展)hexColor.h文件+(
UIColor
*)hexColorWithString:(NSString*)str;.m文件+(
UIColor
*)hexColorWithString
please_smile
·
2020-02-27 14:20
iOS 提升开发效率(工具类别)
UITextField.placeholder颜色新建UITextField类别.h@interfaceUITextField(LXExtension)/**占位文字颜色*/@property(nonatomic,strong)
UIColor
高产的白猫
·
2020-02-27 09:43
iOS开发之UITextfield
修改placeholder颜色1、通过attributedPlaceholder属性
UIColor
*color=;_userName.attributedPlaceholder=[[NSAttributedStringalloc
LearningCoding
·
2020-02-26 23:19
使用CoreGraphics绘制图形
为什么不设置成
UIColor
,UIImage而要设置成CGColor,CGImage呢,不知道~只知道就这么设置就对了。知其然,却不知其所以然。
MacPen
·
2020-02-26 10:31
NavigationBar背景颜色以及文字颜色-Swift
1.NavigationBar背景颜色UINavigationBar.appearance().barTintColor=
UIColor
.greenColor()2.NavigationBar文字颜色lettextAttr
厦门_小灰灰
·
2020-02-26 06:04
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
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
其他