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
UINavigationBar全透明
transparentNavigationBar{UINavigationBar*bar=self.navigationController.navigationBar;bar.translucent=YES;
UIColor
Fintecher
·
2021-05-14 14:29
### 自定义控件 - textfield 带动画
@interfaceYCAnimationTextField:UIView//注释文字正常情况颜色@property(nonatomic,strong)
UIColor
*placeHolderNormalTextColor
___1o_8o
·
2021-05-14 13:15
进度条简单封装
importtypedefvoid(^ZRCompletionBlock)(void);@interfaceZRUploadProgressView:UIView@property(nonatomic,strong)
UIColor
RobinZhao
·
2021-05-14 01:26
UITextField 光标位置,placeholder样式
.Placeholder样式更改方法一:重写drawPlaceholderInRect:(CGRect)rect方法-(void)drawPlaceholderInRect:(CGRect)rect{
UIColor
hehtao
·
2021-05-13 18:39
创建颜色渐变view
[self.viewaddSubview:self.lzxview];CAGradientLayer*gradientLayer=[[CAGradientLayeralloc]init];//开始颜色
UIColor
xing_xing
·
2021-05-13 16:57
Swift 3.0 物品加入购物车的抛物线动画
(frame:CGRect.init(x:100,y:50,width:50,height:20))btn.setTitle("购买",for:.normal)btn.backgroundColor=
UIColor
.orangebtn.addTarget
Double丶K
·
2021-05-12 17:54
iOS:奇怪的问题
255.0green:238/255.0blue:238/255.0alpha:1.0];//灰色背景-(UIView*)viewStyleWithFrame:(CGRect)framebkColor:(
UIColor
风雪山神喵
·
2021-05-11 21:26
iOS封装一个同步倒计时
gif用法letbtn=ZHCountdownButton.init()btn.maxSec=5btn.setTitle("获取验证码2",for:.normal)btn.setTitleColor(
UIColor
.red
码农淏
·
2021-05-11 17:49
iOS - Swift UISearchController仿微信搜索框
//创建searchResultVCletsearchVC=UIViewController()//设置背景颜色为红色searchVC.view.backgroundColor=
UIColor
.redletsearchCo
云天大侠_general
·
2021-05-11 10:22
UITabBarController
UITabBarController的子类JMTabBarController所有关于UITabBarController的设置都是在JMTabBarController中完成设置属性//未选中的字体颜色
UIColor
Liuny
·
2021-05-10 22:42
解决隐藏隐藏导航栏导致滑动返回手势实效问题
UIViewController,UIGestureRecognizerDelegate{overridefuncviewDidLoad(){super.viewDidLoad()view.backgroundColor=
UIColor
.orange
王_凯
·
2021-05-10 19:13
UIButton添加倒计时
getButtonClick:(UIButton*)sender;--#pragmamark-获取验证码--(IBAction)getButtonClick:(UIButton*)sender-{-//正常状态下的背景颜色-
UIColor
Jackey_Zhou
·
2021-05-10 07:22
Swift_添加本地图片
imageView=UIImageView.init(frame:CGRectMake(50,200,300,300))imageView.backgroundColor=
UIColor
.cyanColor
_杜兜兜_
·
2021-05-10 02:45
Swift图片平铺
1.定义一个图片2.将图片转为颜色3.设置背景颜色letbackgroundImage=UIImage(named:"bg.png")letbackgroundColor=
UIColor
(patternImage
子璇o
·
2021-05-09 12:15
UILabel设置多种字体颜色、尺寸
NSMutableAttributedString(string:"每积累签到5天送50个名额")//设置数字5为红色str1.addAttribute(NSForegroundColorAttributeName,value:
UIColor
.redColor
楓葉乄神無月
·
2021-05-09 10:01
UIImage类别
#import@interfaceUIImage(Extension)//颜色值换成image+(UIImage*)createImageWithColor:(
UIColor
*)color;//画圆角矩形图
猪队友小L
·
2021-05-09 05:21
NSAttributedString
属性名说明类型默认值NSFontAttributeName字体NSFontHelvetica(Neue)字号12NSForegroundColorAttributeName前景色(文字颜色)
UIColor
Supremodeamor
·
2021-05-09 03:39
cell在选中的时候子控件的背景色没啦
-(void)setHighlighted:(BOOL)highlightedanimated:(BOOL)animated{
UIColor
*backgroundColor=self.limit.backgroundColor
爱运动爱学习
·
2021-05-08 20:12
UIButton(按钮)
lazyvardeleBtn:UIButton={letbutton=UIButton()button.setTitle("删除",for:.normal)button.setTitleColor(
UIColor
.white
Alan龙马
·
2021-05-07 12:04
iOS动画学习之边框着色
主要方法是:funcanimateStrokeWithColor(color:
UIColor
){strokeColor=color.CGColorvarstrokeAnimation:CABasicAnimation
UniThan
·
2021-05-05 21:16
获取图片主色调
-(
UIColor
*)mostColor{#if__IPHONE_OS_VERSION_MAX_ALLOWED>__IPHONE_6_1intbitmapInfo=kCGBitmapByteOrderDefault
yyl2019
·
2021-05-04 21:02
jspatch使用技巧
require('className’):require('UIView')varview=UIView.alloc().init()可以用逗号,分隔,一次性导入多个类:require('UIView,
UIColor
深藏不露的zack
·
2021-05-03 12:34
无标题文章
可翻页的卡片式弹出框的实现1.首先我们需要自定义绘制一个取消按钮========新建一个类QKInfoCardCloseButton继承自UIButton========添加属性@property(nonatomic)
UIColor
15c71b2c9951
·
2021-05-02 12:55
iOS 动态变色的Label
interfaceWYColorLabel:UILabel///变色比例0~1@property(nonatomic,assign)CGFloatcolorRatio;///混合颜色@property(nonatomic,strong)
UIColor
倚楼听风雨wing
·
2021-05-02 11:15
知识点总结18:给textField封装一个占位文字的分类需要注意的问题
UITextField的占位文字分类://在.h文件#import@interfaceUITextField(ZGKExtension)/**占位文字颜色*/@property(strong,nonatomic)
UIColor
枫之叶_小乙哥
·
2021-05-01 17:07
IOS中十六进制的颜色转换为
UIColor
1.日常开发当中、经常在绘制UI的时候会碰到需要把十六进制的颜色值转换为
UIColor
的情况、但是苹果官方又不提对应的方法给我们、这时没办法只能自己写了。废话不多说直接上代码!!
砧板上的五花肉
·
2021-04-30 12:02
根据
UIColor
生成图片
根据
UIColor
生成一个可以带任意圆角的图片.h文件#import@interfaceUIImage(LGFColorImage)#pragmamark-生成一个平面颜色圆角可缩放图像/**@paramcornerRadius
莱姆船长
·
2021-04-30 10:22
使用闭包的小案例(一)传参和返回值
UIViewController{overridefuncviewDidLoad(){super.viewDidLoad()letsc=UIScrollView()sc.backgroundColor=
UIColor
.redletbuttonW
叶子扬
·
2021-04-30 05:04
iOS开发之
UIColor
-RGB
//16进制色值转换使用方法ZXColorFromRGB(0xffffff);#defineZXColorFromRGB(rgbValue)[UIColorcolorWithRed:((float)((rgbValue&0xFF0000)>>16))/255.0green:((float)((rgbValue&0xFF00)>>8))/255.0blue:((float)(rgbValue&0xF
何展星
·
2021-04-29 20:17
SnapKit
SnapKit中文说明:http://www.hangge.com/blog/cache/detail_1097.html例子letredView=UIView()redView.backgroundColor=
UIColor
.redself.view.addSubview
工匠良辰
·
2021-04-29 05:56
UIColor
设置自定义的颜色不成功问题
转载:http://www.cnblogs.com/janken/archive/2012/05/24/2516316.html在iOS的开发中经常用到一个对象
UIColor
,这个对象提供了一个通过RGBA
ldjhust
·
2021-04-28 18:10
iOS字符串显示不同颜色
NSMutableAttributedStringalloc]initWithString:heightlightString];[straddAttribute:NSForegroundColorAttributeNamevalue:[
UIColor
FANTASIED
·
2021-04-27 18:55
获取图片主色调
-(
UIColor
*)mostColor{#if__IPHONE_OS_VERSION_MAX_ALLOWED>__IPHONE_6_1intbitmapInfo=kCGBitmapByteOrderDefault
雨雪霏霏why
·
2021-04-26 23:08
[iOS]导航栏颜色设置
NavigationController中添加属性:#import@interfaceETNavigationController:UINavigationController@property(nonatomic,strong)
UIColor
Mousses
·
2021-04-26 17:20
ios10变化
一,
UIColor
的问题官方文档中说:大多数core开头的图形框架和AVFoundation都提高了对扩展像素和宽色域色彩空间的支持.通过图形堆栈扩展这种方式比以往支持广色域的显示设备更加容易。
贝勒老爷
·
2021-04-26 09:22
UITextField 搜索框
]initWithFrame:CGRectMake(0,64,kScreenWidth,28)leftViewMargin:10textColor:[UIColorredColor]bgColor:[
UIColor
small_Sea
·
2021-04-25 07:51
iOS将
UIColor
转为UIImage 设置按钮背景颜色
/***创建纯色的图片,用来做背景*/+(UIImage*)switchToImageWithColor:(
UIColor
*)colorsize:(CGSiz
JasonEVA
·
2021-04-25 02:10
iOS Navigation的一些设置
//将标题的字设置成白色navigationBar.titleTextAttributes=[NSForegroundColorAttributeName:
UIColor
.white]//将默认返回键设置成白色
ldclll
·
2021-04-25 00:31
Xcode各类问题汇总
UIView{//statusBar.backgroundColor=
UIColor
.clear//}2.textfiled
贝灬小晖
·
2021-04-24 18:52
修改xib文件的控件边框颜色, iOS添加category文件
xib是很好用的工具,本文只是指出其中需要注意一点.类似控件的边框大小等不能直接设置的属性,我们会通过keypath去设置keypath.png边框颜色是默认的黑色,并不会因此改变.我们知道边框的颜色是
UIColor
盗跖矢儿
·
2021-04-24 12:33
【Swift】随机颜色代码
UIColor
.init(red:CGFloat(arc4random_uniform(255))/CGFloat(255.0),green:CGFloat(arc4random_uniform(255
鄒賢
·
2021-04-23 22:49
iOS | 常用技术点小记(3)
shadowImage才行tabBar.backgroundImage=.init()tabBar.shadowImage=.init()切换导航栏透明效果funcupdateNavBar(tintColor:
UIColor
清無
·
2021-04-23 17:42
iOS小技巧-自定义按钮设置颜色点击效果
buttonsetBackgroundImage[selfimageWithColor:[UIColorwhiteColor]]forState:UIControlStateNormal];-(UIImage*)imageWithColor:(
UIColor
神SKY
·
2021-04-23 12:03
图文混排小例子
super.viewDidLoad()//定义两个字符串letattrStr=NSAttributedString(string:"李亚飞",attributes:[NSForegroundColorAttributeName:
UIColor
.redColor
禅牧
·
2021-04-23 11:03
Note 11 播放器UI
label.text="HiHIHIHI"//设置label字体大小label.font=UIFont.systemFontOfSize(20)//设置label字体颜色label.textColor=
UIColor
cry_0416
·
2021-04-22 15:51
Swift
UIColor
颜色设置RGBA
backgroundColor=RGBA(r:242,g:242,b:242,a:1)第二种
UIColor
(r:255,g:255,b:255)
tuxw
·
2021-04-22 02:19
【转】iOS自己总结的超级详细分解富文本大全(AttributedString),图文混排很轻松
NSFontAttributeName设置字体大小和字体的类型默认12Helvetica(Neue)NSForegroundColorAttributeName设置字体颜色,默认黑色
UIColor
对象NSBackgroundColorAttributeName
陈大帅
·
2021-04-21 22:26
环形进度条
.h文件的内容就是一些声明#import@interfaceProgressView:UIView//中心颜色@property(strong,nonatomic)
UIColor
*centerColor
一欧Yiou
·
2021-04-20 16:20
iOS 06、iOS中的颜色
UIColor
的分类方法,实现输入颜色代码字符串设置颜色
iOS的分类方法,简言其作用为拓展类方法,增加类的多样性和功能性1、建立
UIColor
的分类方法,本例采用的是命名为WYG生成
UIColor
+WYG的声明文件和实现文件2、在
UIColor
+WYG.h的文件中
小梦想大英雄
·
2021-04-19 06:52
iOS UISearchBar 设置圆角以及设置placeholder的文字大小和颜色
UISearchBar圆角首先写一个UIImage的分类#import@interfaceUIImage(XYColor)/**返回一个传入颜色值的iamge对象*/+(UIImage*)imageWithColor:(
UIColor
三千沉浮
·
2021-04-18 14:59
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他