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纯代码启动
backgroundColor=
UIColor
.white//设置rootletrootVC=MainViewController()self.window!.
迎风尿一尺
·
2020-06-29 00:33
swift简单代码记录
)button.frame=CGRect(x:100,y:100,width:100,height:100)view.addSubview(button)button.backgroundColor=
UIColor
.bluebutton
私心丶
·
2020-06-28 21:40
iOS开发一行代码解决绘制图片头像(将UILabel/UIView 转化成Image封装了一套方法)
UIHeadImageView.h#import@interfaceHeadImageView:UIView-(id)initWithFrame:(CGRect)frameBackGroundColor:(
UIColor
Courage_SC
·
2020-06-28 20:51
一个轻量的顶部消息通知器
(void)popNote:(NSString*)text;+(void)popNoteOnMainThread:(NSString*)text;@property(strong,nonatomic)
UIColor
7hriller
·
2020-06-28 18:53
Initializer element is not a compile-time constant
比如下面这种写法就是错误的,因为这里面涉及到他的一个执行先后的关系
UIColor
*constkBtnUnseleColor=[UIColorcolorWithRed:87/255.0green:87/255.0blue
iOS坚持者
·
2020-06-28 15:29
iOS 化虚线
void)drawDashLine:(UIView*)lineViewlineLength:(int)lineLengthlineSpacing:(int)lineSpacinglineColor:(
UIColor
weixin_34198583
·
2020-06-28 13:03
iPhone:修改tabbar图片及背景图片(待整理)
49CGRectframe=CGRectMake(0,0,self.view.bounds.size.width,49);UIView*view=[[UIViewalloc]initWithFrame:frame];
UIColor
weixin_34162228
·
2020-06-28 12:28
ios UIView 和 UIButton边框和阴影设置
self.passwordLabel.layer.borderWidth=1; self.passwordLabel.layer.cornerRadius=6; self.passwordLabel.layer.borderColor=[
UIColor
weixin_33890499
·
2020-06-28 07:31
ios将图片切圆,描边
-(UIImage*)imageWithBorderW:(CGFloat)borderWborderColor:(
UIColor
*)colorimage:(UIImage*)image{//1.开启一个和原始图片一样大小的位图上下文
我站在冰上
·
2020-06-28 06:04
iOS13-适配夜间模式/深色外观(Dark Mode)
颜色适配iOS13之前
UIColor
只能表示一种颜色,从iOS13开始
UIColor
是一个动态的颜色,它可以在LightMode和DarkMode拥有不同的颜色。i
weixin_33817333
·
2020-06-28 05:13
IOS 十六进制字符串转换成
UIColor
/***十六进制转换成
UIColor
**@paramstringToConvert十六进制字符串**@returnUIColor*/+(
UIColor
*)hexStringToColor:(NSString
weixin_33713503
·
2020-06-28 03:00
读ColorDemo源码学习Swift协议
在Protocol.swift中定义协议protocolHexColor{}扩展协议,添加一个类方法extensionHexColorwhereSelf:
UIColor
{//使用where语句来判断,当
alvin_ding
·
2020-06-27 23:51
navigationBar设置setBackgroundImage控制器向下偏移
navigationBar.backgroundColor=
UIColor
.red或者navigationController?.
黯然_
·
2020-06-27 23:18
JSPatch
//更改背景色//JSvarredColor=
UIColor
.redColor();self.setBackgroundColor(redColor);//mesonryrequire('UICollectionViewCell
西西西瓜sama
·
2020-06-27 22:22
UINavigationBar Tips
letallNavigationBar=UINavigationBar.appearance()//设置allNavigationBar的属性...更改导航栏的背景颜色:navigationBar.barTintColor=
UIColor
.blackColor
云抱住阳光太阳没放弃发亮
·
2020-06-27 21:11
CGBlendMode
目标色的透明度R--resultS--原色D--目标色Ra、Sa、Da分别为三种颜色的透明度-(UIImage*)changImageColorWithImage:(UIImage*)imagecolor:(
UIColor
tianlei
·
2020-06-27 18:56
对十六进制颜色的设置
-(
UIColor
*)colorFromHexRGB:(NSString*)inColorString{
UIColor
*result=nil;unsignedintcolorCode=0;unsignedcharredByte
Kloar
·
2020-06-27 13:41
NSData
//letimage=UIImage.imageViewColor(color:
UIColor
.lightGray)//letdata:NSData=UIImagePNGRepresentation(image
lanmoyingsheng
·
2020-06-27 11:26
根据color生成一张尺寸为1*1的image
直接创建
UIColor
的分类,增加自定义类方法.
EasyNzw
·
2020-06-27 08:47
接入BaiduMap的一些问题
但是照着文档处理的时候,Xcode编译出现
UIColor
错误。现在说下我的处理方式:如果你有.pch文件,请把.pch里面预编译的文件用一个.h文件存放。然后.pchimport改.h文件!
向晚forever
·
2020-06-27 05:34
中间的提醒内容
指示器的alpha=1.0(确保文字完全实现)指示器的背景色是半透明的(通过RGB方法实现)(clearColor是透明色)创建颜色直接创建对应的颜色+(
UIColor
*)blackColor;//0.0white
Z了个L
·
2020-06-27 05:12
如何实现一个平滑的颜色过渡
-(NSArray*)getRGBDictionaryByColor:(
UIColor
*)originCol
进击的_superman
·
2020-06-27 04:52
ios
ios开发
RGB
UIColor
带边框的虚线
paramcolor边框颜色@paramborderWidth边框粗细@return返回一张带边框的图片+(UIImage*)imageWithSize:(CGSize)sizeborderColor:(
UIColor
BeeQiang
·
2020-06-27 03:32
8.18 常用的一些控件,代码版
UIViewController{overridefuncviewDidLoad(){super.viewDidLoad()//改下背景色,方便查看self.view.backgroundColor=
UIColor
.grayColor
jayck
·
2020-06-27 01:19
iOS开发修改或删除UITabbar顶部线的颜色小技巧(即修改图片颜色的方法)
阴影颜色就是修改图片颜色,以下我写了个类目UIImage+ImageColor.h#import@interfaceUIImage(ImageColor)+(UIImage*)imageWithColor:(
UIColor
Courage_SC
·
2020-06-27 00:36
swift根据颜色创建图片
//根据颜色创建UIImagefunccreatImageWithColor(color:
UIColor
)->UIImage{letrect=CGRect.init(x:0,y:0,width:1.0,
SimpleTogether
·
2020-06-27 00:34
iOS UIButton添加圆角,添加边框(swift)
CGRect.init(x:75,y:0,width:60,height:50))dingshibutton.setTitle("定时",for:.normal)dingshibutton.setTitleColor(
UIColor
.black
代码的贝多芬的音符
·
2020-06-26 15:44
iOS view加虚线边框
@implementationUIView(dottedLine)-(void)addBottedlineWidth:(CGFloat)lineWidthlineColor:(
UIColor
*)lineColor
guaHa
·
2020-06-26 06:54
iOS
设置Tabbar和NavigationBar的颜色
//tabbar图标颜色UITabBar.appearance().tintColor=
UIColor
.themeBackgroundColor()//NavigationBar背景色UINavigationBar.appearance
csp
·
2020-06-25 19:25
Swift 懒加载 / getter & setter / 构造函数 / 析构函数 / 单例
懒加载lazyvardemoView:UIView={letv=UIView(frame:CGRectMake(10,10,100,100))v.backgroundColor=
UIColor
.redColor
iOS_成才录
·
2020-06-25 18:38
学习
//颜色转图片(UIImage*)getImageWithColor:(
UIColor
*)color{CGRectrect=CGRectMake(0.0f,0.0f,1.0f,1.0f);UIGraphicsBeginImageContext
jonas_fate
·
2020-06-25 18:26
知识点整理(1)
表示对一类属性(这里表示对文字属性)进行统一设置UITabBarItem.appearance().setTitleTextAttributes([NSForegroundColorAttributeName:
UIColor
.redColor
xhwASS
·
2020-06-25 15:58
Swift UISearchBar笔记
初始化在父控件中的位置,和大小SearchBarView.frame=CGRect(x:60,y:40,width:200,height:40)//背景色SearchBarView.backgroundColor=
UIColor
.clear
三少爷_贱
·
2020-06-25 11:07
iOS 几种纯色圆进度条画法
interfaceCircleProgress:UIView{CGContextRefctx;}@property(nonatomic,assign)floatlineWidth;@property(nonatomic,strong)
UIColor
_Waiting_
·
2020-06-25 07:21
改变Button的形状
letbtn=UIButton(type:.System)btn.frame=CGRect(x:100,y:100,width:100,height:100)btn.backgroundColor=
UIColor
.redColor
Dove_Q
·
2020-06-25 06:16
2023-随机色 以及 颜色 宏定义
arc4random()%255)/256;CGFloatblue=(float)(arc4random()%255)/256;CGFloatalpha=(float)(arc4random()%255)/256;
UIColor
ArrQing
·
2020-06-24 19:33
KVC、KVO
指示器的alpha=1.0指示器的背景色是半透明的创建颜色直接创建对应的颜色+(
UIColor
*)blackColor;//0.0white+(
UIColor
*)darkGrayColor;//0.333white
xdkoo
·
2020-06-24 18:13
swift4 16进制转RGB
withDrawBtn.backgroundColor=
UIColor
.colorWithHexString(Color_Value:"#e6761c",alpha:1.0)classfunccolorWithHexString
曾柏超
·
2020-06-24 14:48
iOS 给整个tableview外框添加阴影
只需几句话即可:tableView.layer.shadowColor=
UIColor
(white:000000,alpha:0.3).CGColortableView.layer.shadowOffset
我真不是他舅
·
2020-06-24 13:18
16进制颜色colorWithHexString
+(
UIColor
*)colorWithHexString:(NSString*)stringToConvert{NSString*cString=[[stringToConvertstringByTrimmingCharactersInSet
曾柏超
·
2020-06-24 11:05
ios 更改navigationbar的title颜色
UIColor
*whiteColor=[UIColorwhiteColor];NSDictionary*dic=[NSDictionarydictionaryWithObject:whiteColorforKey
咋了爸爸
·
2020-06-24 10:26
swift中UIView的使用
overridefuncviewDidLoad(){super.viewDidLoad()self.view.backgroundColor=
UIColor
.redself.setupView()}funcsetupV
不安分心
·
2020-06-24 08:45
iOS 判断两个颜色是否相同
-(BOOL)firstColor:(
UIColor
*)firstColorsecondColor:(
UIColor
*)secondColor{if(CGColorEqualToColor(firstColor.CGColor
上帝很忙
·
2020-06-24 04:03
UIlabel设置背景为圆形
bounds.size.width-20,200))text.text="背景为圆形"text.backgroundColor=self.view.backgroundColortext.textColor=
UIColor
.wh
lfb_CD
·
2020-06-24 04:19
swift学习日志
swift用RBG颜色设置自定义颜色
有时候我们想用代码创建控件,并且用RBG颜色来自定义背景颜色这个是Mac自带的测色计快捷键shift+command+c即可复制RBG格式的颜色#DD0000这个是csdn的logo里的红色我们得到的是十六位颜色代码但是
UIColor
lfb_CD
·
2020-06-24 04:19
swift学习日志
iOS------下拉框
listTableArr;//下拉列表数据@property(nonatomic,copy)NSString*textPlaceholder;//文本占位符@property(nonatomic,strong)
UIColor
彬至睢阳
·
2020-06-24 03:54
iOS navigationController 改变 title 颜色
1.添加navigationController的title[self.navigationItemsetTitle:@""];2.设置navigationControllertitle的颜色
UIColor
皇帝码农
·
2020-06-24 02:09
Swift将protocol的方法声明为mutating
protocolVehicle{varnumberOfWheels:Int{get}varcolor:
UIColor
{gets
TomatosX
·
2020-06-24 01:01
Swift_ios_开发之UINavigationController的常用属性那些事
navigationBar.backgroundColor=
UIColor
.redColor()3.导航栏的表层颜色,即首先看到的颜色//ba
ChinaSwift
·
2020-06-23 19:27
3、UIButton
overridefuncviewDidLoad(){view.backgroundColor=
UIColor
.whiteColor()//点击
广东煲仔饭049
·
2020-06-23 12:51
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
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
其他