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中十六进制的颜色转换为
UIColor
[UtilitycolorWithHexString:@"#f3f3f5”]//自适应label高/宽都行#defineCJTSIZE(_
温水煮青蛙a
·
2020-08-25 11:48
修改图片颜色,全局控制色调
#import@interfaceUIImage(changeImage)-(UIImage*)imageWithTintColor:(
UIColor
*)tintColor;-(UIImage*)imageWithGradientTintColor
进击的小杰
·
2020-08-25 02:45
UITextView 坑
解决办法:bottomTextView=UITextView()bottomTextView.delegate=selfbottomTextView.backgroundColor=
UIColor
.clearbottomTextView.isSelectable
秦枫桀
·
2020-08-25 00:39
带有标线的UISlider
自定义view的头文件如下@interfaceTSlider:UISlider@end@interfaceLTSliderView:UIView@property(nonatomic,strong)
UIColor
追梦小怪兽
·
2020-08-24 19:19
iOS 自定义UIAlertController的title、message、button的颜色
有时设计要求改弹窗的颜色,so,改吧#import@interfaceUIAlertAction(ZDExtension)-(void)zd_setTitleColor:(
UIColor
*)color;
CodeGeass
·
2020-08-24 16:42
UILable 加载富文本并计算高度-Swift
SwiftlazyvarcontentDesc:UILabel={letlabel=UILabel()label.font=UIFont.systemFont(ofSize:13)label.textColor=
UIColor
.blacklabel.numberOfLines
宁静世界
·
2020-08-24 15:16
iOS设置状态栏背景颜色
ObjectiveC-(void)setStatusBarBackgroundColor:(
UIColor
*)color{UIView*statusBar=[[[UIApplicationsharedApplication
EvenCode
·
2020-08-24 13:21
Core.Data.by.Tutorials.v2.0 读书笔记 --NSManagedObject Subclasses
提供了任意的二进制数据,从图像到PDF文档,任何可以储存成序列化为0和1的东西;巨型的数据快在内存中载入很慢,但是CoreData提供了AllowsExternalStorage选项;存储不标准的数据类型例如:
UIColor
M___
·
2020-08-24 13:55
ios
coredata
UINavigationBar的继承与定制
UIApperance协议属性定制我们在UINavigationBar.h头文件中,看到如下修改NavigationBar背景颜色的属性@property(nullable,nonatomic,strong)
UIColor
秋刀生鱼片
·
2020-08-24 13:40
objective-c
ios
uikit
uinavigationbar
tableview
swift 通过plist文件初始化tabbar
文件来加载控制器以及图片文字等资源funcsetup(){UITabBarItem.appearance().setTitleTextAttributes([NSForegroundColorAttributeName:
UIColor
iOS_开发
·
2020-08-24 03:57
Swift5.0 基础语法
定义常量常量只能赋值一次使用之前必须赋值例如:letview=UIView()view.frame=CGRect(x:0,y:0,width:10,height:10)view.backgroundColor=
UIColor
.blueletimageView
本王的棒棒糖呢
·
2020-08-23 18:17
iOS开发
swift
移动开发
Swift版本语法的变化
语法变化1.swift代码自动更新Edit->Convert->ToCurrentSwiftSyntax…建议只更新自身模块,三方的不要更新2.UIColorSwift2.3UIColorSwift3.0
UIColor
3
anchoriteFili
·
2020-08-23 16:33
swift
项目在iOS11遇到的问题归纳
1.选中某个Tabar图标颜色为白色(记录时间:2017.09.21)关键点:colorWithPatternImage查找到问题是由于设置tintColor时,
UIColor
是通过图片形式生成的(ps
秋_明
·
2020-08-23 15:42
uisegmentedcontrol类重写,自定义按钮和背景颜色
h文件#import@interfaceMCSegmentedControl:UISegmentedControl{NSMutableArray*_items;UIFont*_font;
UIColor
*
糖醋里脊Jeremy
·
2020-08-23 11:47
IOS
Swift 简单的环形进度条
vartrackColor:
UIColor
?varprogressColor:
UIColor
?varprogressStart:CGFloat?varprogressEnd:CGFloat?
darrenW
·
2020-08-23 11:02
iOS Tabbar的一些设置(背景颜色、点击设置)
NSDictionarydictionaryWithObjectsAndKeys:[UIColorwhiteColor],NSForegroundColorAttributeName,nil]forState:UIControlStateNormal];
UIColor
Coder丶CCSH
·
2020-08-23 09:52
Swift-MCTextView
png输入完成.png三.使用项目中引用MCTextView初始化lazyvartextView:MCTextView={letview=MCTextView()view.backgroundColor=
UIColor
.init
满聪
·
2020-08-23 06:58
iOS 贝塞尔曲线基本使用
funcdraw(_rect:CGRect)方法里,viewcontroller不可以overridefuncdraw(_rect:CGRect){}画虚线
UIColor
.red.set()letverticalLinePath
孟小于max
·
2020-08-23 05:49
swift16进制颜色处理
一,一般的RGB方法:funcLDColor(red:CGFloat,_green:CGFloat,_blue:CGFloat)->
UIColor
{returnUIColor(red:red/255.0
乐编
·
2020-08-23 05:37
绘制圆角边框、文字 生成图片
//创建"边框、文字"图+(UIImage*)zy_imageWithBorderColor:(
UIColor
*)bColorborderWidth:(CGFloat)borderWidthborderRadius
wustzhy
·
2020-08-22 19:49
Button UIImageVIew UIView UILabel 等控件设置一个圆角 或者多个
imageVIewUIImageView*imageView=[[UIImageViewalloc]initWithFrame:CGRectMake(100,100,100,50)];imageView.backgroundColor=[
UIColor
weixin_30917213
·
2020-08-22 19:17
Swift之extension
如下为
UIColor
属性添加新的属性random产生随机的颜色privateextensionUIColor{classvarrandom:
UIColor
{switcharc4random()%5{case0
long__rain
·
2020-08-22 18:26
学习iOS
swift中UIActivityIndicatorView的使用
frame:CGRectMake(10.0,10.0,50.0,50.0))self.view.addSubview(activityview)activityview.backgroundColor=
UIColor
.yellowColor
st646889325
·
2020-08-22 18:34
swift学习
DarkMode适配(iOS)
[UIColorwhiteColor]这种设置颜色之后会变成黑的.这是因为iOS13(Xcode11及以上)的
UIColor
变成了dynamic的.不适配黑
MeteoriteMan
·
2020-08-22 17:21
iOS
iOS - 关于蒙版渐变的实现
拿起键盘就是干:-(void)testAlpha{[self.viewlayoutIfNeeded];
UIColor
*color1=[UI
LinXunFeng
·
2020-08-22 17:53
iOS开发
一些实用的Category(自用(不断更新
NSString·匹配正则表达式NSNumber·返回有千分位符号的格式字符串NSDictionary·获取字体颜色属性字典(富文本结合使用)NSAttributedString·获取由两种字体颜色组成的富文本
UIColor
Zhang_yD
·
2020-08-22 13:18
给图片添加边框
@implementationUIImage(image)+(UIImage*)imageWithBorderWidth:(CGFloat)borderWborderColor:(
UIColor
*)colorimage
我勒个去的
·
2020-08-22 12:37
Swift基础--修改NavigationBar的title颜色和大小
记录//修改NavigationBartitle的属性//letdict:NSDictionary=[NSAttributedStringKey.foregroundColor:
UIColor
.black
T9的第三个三角
·
2020-08-22 11:21
分页的封装
pageView;/**图片名字*/@property(nonatomic,strong)NSArray*imageNames;/**其他面颜色*/@property(nonatomic,strong)
UIColor
挖掘机
·
2020-08-22 10:05
SnapKit自动布局(一)
效果图ShowyourcodeletgreenView=UIView()greenView.backgroundColor=
UIColor
.greenColor()letredView=UIView(
dowhilenet
·
2020-08-22 09:40
这块显卡有点冷
Mac中Sip Pro屏幕取色工具的使用
支持CSS、
UIColor
等多种格式。软件设置里,除了快捷键、开机启动等选项,可以勾选
邓高鹃技术专栏
·
2020-08-21 19:51
Mac开发工具与使用教程
设置导航栏的标题 背景颜色和字体大小
navigationBar.titleTextAttributes=[NSForegroundColorAttributeName:
UIColor
.blueColor(),NSFontAttributeName
昵称可以修改么
·
2020-08-21 16:17
修改单个页面navigationBar颜色
selfcreateImageWithColor:COLOR_C1size:CGSizeMake(1,1)]forBarMetrics:UIBarMetricsDefault];-(UIImage*)createImageWithColor:(
UIColor
kkxmforever
·
2020-08-21 14:28
Swift 2.2 Button简单封装
,color:
UIColor
?,handler
梁同桌
·
2020-08-21 14:09
iOS 更改状态栏背景颜色
更改状态栏背景颜色的方法有很多种,在这说两种一、//设置状态栏背景颜色//-(void)setStatusBarBackgroundColor:(
UIColor
*)color{//UIView*statusBar
载你走
·
2020-08-21 14:01
功能
swift-水波纹效果
LayerclassWaterWave:CAShapeLayer{letKAnimationDuration:CFTimeInterval=1overrideinit(){super.init()fillColor=
UIColor
.greenColor
changeL
·
2020-08-21 13:01
颜色(color)转换为三色值(r/g/b)(干货分享)
//颜色转换##665522—三色值+(
UIColor
*)setFontColorWithString:(NSString*)color{NSString*cString=[[colorstringByTrimmingCharactersInSet
驰而不息
·
2020-08-21 10:24
干货分享
颜色转换为图片
#pragmamark颜色转换为图片+(UIImage*)createImageWithColor:(
UIColor
*)color{CGRectrect=CGRectMake(0.0f,0.0f,1.0f
JohnayXiao
·
2020-08-21 06:12
UITextField 占位符文字的颜色
为UITextField添加分类属性.h@property(nonatomic,strong)
UIColor
*placeholderColor;.m//静态底层属性变量staticNSString*constPlaceholderColorKey
zcaaron
·
2020-08-21 06:45
(IOS)UITextView中的文字添加阴影效果
-(void)setTextLayer:(UITextView*)textViewcolor:(
UIColor
*)color{CALayer*textLayer=((CALayer*)[textView.layer.sublayersobjectAtIndex
rightmost
·
2020-08-21 05:56
(作业)使用多线程实现一个网络服务访问程序
然后分别将UITextView和一个按钮添加到视图上self.view.backgroundColor=
UIColor
.whiteletloadBut
麻豆_matou
·
2020-08-21 03:48
Swift
Cocoapods创建库
gitclone“仓库git地址”clone后在SLColor下存在2个文件(README,LICENSE),在当前目录创建SLColor目录,在SLColor下添加Classes目录3、把之前写好的
UIColor
StoneWing
·
2020-08-21 02:36
如何让一个view的背景色为半透明,但是子控件不透明
第1种.使用RGB方法设置方法后边的alpha值就可以了,以前我们都是传1,现在突然才明白他还有这个功能例如leta=UILabel()a.backgroundColor=
UIColor
(red:255
jackguo
·
2020-08-20 21:13
UITextField.h
//@classUIImage,UIImageView,UILabel,
UIColor
,UIButton;@classUITextFieldAtomBackgroundView;@classUITextFieldBackgroundView
ShenYj
·
2020-08-20 15:02
UIColor
支持十六进制,生成随机颜色,根据一个颜色生成一张图片
UIColor
+Hex.h#import#defineRGBA_COLOR(R,G,B,A)[UIColorcolorWithRed:((R)/255.0f)green:((G)/255.0f)blue
00after
·
2020-08-20 15:06
swift中UIDatePicker的使用
216的高度)letdatepicker=UIDatePicker()self.view.addSubview(datepicker)//属性设置datepicker.backgroundColor=
UIColor
.lightGray
番薯大佬
·
2020-08-20 12:49
swift学习
UIPickerView
UIPickerView实现效果UIDatePicker实现效果记录UILabel文本控件@properties(NSString*)textLabel内容(UIFont*)font设置字体及文字大小(
UIColor
Ansel_m
·
2020-08-20 12:27
IOS
如何实现图片多种颜色的文字混排并且带的背景颜色范围比文字图片范围大
想实现这样的效果需要计算出文字和图片的总长度,通过设置分段文字颜色的富文本来实现:-(void)setRank:(NSUInteger)rank{_rank=rank;
UIColor
*strokeColor
郏国上
·
2020-08-20 12:54
ios
仿制QQ界面
#pragmamark1.设置View的背景图片
UIColor
*bgColor=[UIColorcolorWithPatternImage:[UIImageimage
SMY_API
·
2020-08-20 11:36
普通
iOS 两个圆角(1个3个任两个角)的UIView或其子类控件实现
overridefuncviewDidLoad(){super.viewDidLoad()view.backgroundColor=
UIColor
.lightGr
Eric217
·
2020-08-20 10:21
iOS开发基础
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他