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技巧 - Color Literal颜色智能提示 与 Image Literal图片智能提示
ColorLiteral与图片辅助功能ImageLiteral是Xcode8之后官方提供的功能,但仅能在Swift中使用,OC中不能使用;1、ColorLiteral功能:过去我们在代码中如果需给文字或者View设置一些
UIColor
小小啄
·
2019-07-05 11:40
Swift技巧 - Color Literal颜色智能提示 与 Image Literal图片智能提示
ColorLiteral与图片辅助功能ImageLiteral是Xcode8之后官方提供的功能,但仅能在Swift中使用,OC中不能使用;1、ColorLiteral功能:过去我们在代码中如果需给文字或者View设置一些
UIColor
小小啄
·
2019-07-05 11:40
iOS13-适配夜间模式/深色外观(Dark Mode)
首先我们来看下效果图imageDarkMode主要从两个方面去适配,颜色和图片颜色适配iOS13下
UIColor
增加了一个初始化方法,我们可以用这个初始化方法完成DarkMode的适配@available
Hanfank
·
2019-07-04 11:19
滑动选择器
PPFSelectViewDemo效果PPFSelectView引用pod'PPFSelectView','~>0.1.0'怎么用letl=PPFSelectView(color:
UIColor
.red
轻云绿原
·
2019-06-26 09:53
滑动选择器
PPFSelectViewDemo效果PPFSelectView引用pod'PPFSelectView','~>0.1.0'怎么用letl=PPFSelectView(color:
UIColor
.red
轻云绿原
·
2019-06-26 09:53
渐变进度条
PPFGradualProgressView.swift`使用letpv=PPFGradualProgressView(frame:CGRect(x:100,y:150,width:200,height:30))//设置渐变色pv.setColors([
UIColor
.red
轻云绿原
·
2019-06-21 16:17
渐变进度条
PPFGradualProgressView.swift`使用letpv=PPFGradualProgressView(frame:CGRect(x:100,y:150,width:200,height:30))//设置渐变色pv.setColors([
UIColor
.red
轻云绿原
·
2019-06-21 16:17
iOS13 新特性简介
DarkMode暗黑模式二、StatusBar更新三、UIActivityIndicatorView加载视图四、总结一、DarkMode暗黑模式1.1iOS13推出了DarkModeDarkMode1.2
UIColor
ios8988
·
2019-06-16 19:33
iOS13 新特性简介
DarkMode暗黑模式二、StatusBar更新三、UIActivityIndicatorView加载视图四、总结一、DarkMode暗黑模式1.1iOS13推出了DarkModeDarkMode1.2
UIColor
hostname
·
2019-06-14 23:06
iOS13 暗黑模式(Dark Mode)适配之OC版
)三、其他内容四、总结首先看看我们的效果图:适配效果图一、适配DarkMode开发者主要从颜色和图片两个方面进行适配,我们不需要关心切换模式时该如何操作,这些都由系统帮我们实现1颜色适配iOS13之前
UIColor
hostname
·
2019-06-13 23:33
iOS13-适配夜间模式/深色外观(Dark Mode)
首先我们来看下效果图效果图.gifDarkMode主要从两个方面去适配,颜色和图片颜色适配iOS13下
UIColor
增加了一个初始化方法,我们可以用这个初始化方法完成DarkMode的适配@available
ios8988
·
2019-06-08 11:46
iOS开发之 自定义 圆形进度条
话不多说,直接贴码.h文件//RGB颜色#definekRGBColor(rgbValue)[
UIColor
\colorWithRed:((float)((rgbValue&0xFF0000)>>16)
C_philadd
·
2019-06-03 19:55
手势 Gesture
;label.numberOfLines=0;label.textColor=[
UIColor
三思的简书
·
2019-05-20 21:48
iOS知识梳理 - category和extension
比如给
UIColor
添加一些跟16进制色值互转的方法。如下:@interfaceUIC
二师兄
·
2019-05-14 00:00
objective-c
ios
iOS 统一设置UI公共参数的思路
import@interfaceAlivcUIConfig:NSObject+(instancetype)shared;/**背景颜色*/@property(strong,nonatomic,readonly)
UIColor
别闹_53c1
·
2019-04-08 11:59
iOS-UIImage图片绘制颜色
-(UIImage*)dtk_setImageColor:(
UIColor
*)imageColor{//获取画布UIGraphicsBeginImageContextWithOptions(self.size
macro小K
·
2019-04-08 11:00
iOS 更改UIAlertAction 标题颜色
forKeykey:String)方法letaction=UIAlertAction.init(title:"Cancel",style:.cancel,handler:nil)action.setValue(
UIColor
.green
StoveeLiu
·
2019-03-20 16:36
UITextView swift
UITextViewimage.pnglazyvartxvRemark:MJPlaceTextView={letview=MJPlaceTextView(placeholder:self.strPlaceholder,placeholderColor:
UIColor
.lightGray
Alan龙马
·
2019-03-19 13:48
UITextField文本框
1.常用属性设置文本内容@property(nonatomic,copy)NSString*text;设置文本内容颜色@property(nonatomic,retain)
UIColor
*textColor
小石头呢
·
2019-02-28 12:29
IOS常用框架集合
部分截图要求iOS8.0+swift3.0+安装方式使用CocoaPodspod'IDealist'设置所有组件的主题色IDealistConfig.share.id_setupMainColor(color:
UIColor
.red
loveli
·
2019-02-28 00:00
swift
swift 设置部分圆角
configRectCorner方法写成公共方法,方便调用letlabel=UILabel(frame:CGRect(x:50,y:100,width:100,height:50))label.backgroundColor=
UIColor
.orangelabel.textColor
零粹
·
2019-01-18 20:51
swift之弹出一个半透明的UIVIEWCONTROLLER
storyboard.instantiateViewControllerWithIdentifier("对应要启动的ViewController名字")as对应要启动的ViewController名字viewController.view.backgroundColor=
UIColor
紫藤花的魂
·
2019-01-03 09:12
Swift4.0 - 设置TabBarItem的属性
self.tabBar.barStyle=UIBarStyle.default//设置tabBar是否透明self.tabBar.isTranslucent=trueself.tabBar.tintColor=
UIColor
.white
等不来的期待
·
2018-12-19 15:57
Swift4.0 - 设置TabBarItem的属性
self.tabBar.barStyle=UIBarStyle.default//设置tabBar是否透明self.tabBar.isTranslucent=trueself.tabBar.tintColor=
UIColor
.white
等不来的期待
·
2018-12-19 15:57
ios swift 表格随机色
cell.backgroundColor=
UIColor
(red:(CGFloat(Float(arc4random()%255)/255.0)),green:(CGFloat(Float(arc4random
苦中有甜的生活
·
2018-11-22 12:50
swift
siwft
表格
CAGradientLayer设置渐变色
上代码啦-(void)addTheGradientLayerWithBeginColor:(
UIColor
*)beginColorandEndColor:(
UIColor
*)endC
我就是个伪程序媛
·
2018-11-21 11:29
iOS 生成二维码
.h#import@interfaceUIImage(Utils)/**颜色转图片@paramcolor颜色@return图片*/+(UIImage*)imageWithColor:(
UIColor
*)
仗剑走天涯丶
·
2018-11-13 16:12
IOS 图片转颜色
UIColor
*imageColor=[UIColorcolorWithPatternImage:[UIImageimageNamed:@"wd_bg"]];self.navigationBar.backgroundColor
有缘人2830
·
2018-11-13 15:42
iOS UIView 添加阴影
#pragmamark-添加阴影效果-(void)addShadowToView:(UIView*)theViewwithColor:(
UIColor
*)theColor{theView.layer.masksToBounds
WS_0909
·
2018-11-05 08:46
让UILabel自带中划线,当要显示打折价格时
UILabel.h@interfaceLineLabel:UILabel@property(nonatomic,assign)BOOLshowLine;@property(nonatomic,assign)
UIColor
EI_Rey
·
2018-11-02 10:25
实现导航栏渐变色,隐藏(类似知乎日报的主界面)
参考文章【瞎搞iOS开发02】监听ScrollView/TableView滚动的正确姿势适配iOS11–contentInsetAdjustmentBehavior把
UIColor
(纯色值)对象转化成UIImage
太阳骑士索拉尔
·
2018-10-29 22:17
Objective-C
iOS开发-导航栏标题动画
下面放上代码,下载链接放在文末://核心的东西都在scrollView的代理方法里#import"ViewController.h"#import"NavAnimaitinCell.h"#import"
UIColor
CodingFire
·
2018-10-10 10:48
iOS日常开发
iOS基于 UILabel实现文字添加描边功能
继承UILabel以后重载drawTextInRect:-(void)drawTextInRect:(CGRect)rect{CGSizeshadowOffset=self.shadowOffset;
UIColor
H.A.N
·
2018-10-09 09:48
iOS重写Button
void)layoutButton:(UIButton*)btnAndBtnImage:(NSString*)imgAndBtnTitle:(NSString*)titleAndTitleColor:(
UIColor
我叫阿木呀
·
2018-09-28 18:11
图文混排之NSAttributedString(超级详细的富文本大全)
NSFontAttributeName设置字体大小和字体的类型默认12Helvetica(Neue)NSForegroundColorAttributeName设置字体颜色,默认黑色
UIColor
对象NSBackgroundColorAttributeNa
半岛夏天
·
2018-09-27 16:19
iOS UIView添加阴影
UIView添加四边阴影效果-(void)addShadowToView:(UIView*)theViewwithColor:(
UIColor
*)theColor{//阴影颜色theView.layer.shadowColor
等不来的期待
·
2018-09-26 17:45
iOS UIView添加阴影
UIView添加四边阴影效果-(void)addShadowToView:(UIView*)theViewwithColor:(
UIColor
*)theColor{//阴影颜色theView.layer.shadowColor
等不来的期待
·
2018-09-26 17:45
iOS 对象判断相等
对于对象类型,==运算符比较的是对象的地址(即是否为同一对象)isEqualUIColor*color1=[UIColorcolorWithRed:0.5green:0.5blue:0.5alpha:1.0];
UIColor
Rumbles
·
2018-09-26 17:08
OC转Swift
的一些经历文件区别OC:.h声明.m实现Swift:.swift声明+实现参数区别OC:intone=1NSNumber*numberOne=@1Swift//变量varone=1//常量letcolorBlack=
UIColor
.black
阿丶伦
·
2018-09-20 18:35
JSPatch实例
require('className')require('UIView')varview=UIView.alloc().init()说明:可以使用逗号分隔,一次性导入多个类,require('UIview','
UIColor
Geeks_Chen
·
2018-09-17 15:18
给视图添加渐变色、圆角、阴影、线框、虚线框
1.渐变色
UIColor
*dcolor=[UIColorcolorWithRed:255/255.0green:140/255.0blue:0/255.0alpha:1];
UIColor
*lcolor=
知交
·
2018-09-10 12:31
iOS开发cell自定义高亮和选中背景颜色
animated:Bool){//super.setHighlighted(highlighted,animated:animated)ifhighlighted{self.backgroundColor=
UIColor
小刘_假装是个程序员
·
2018-09-05 22:43
iOS Swift 环形图表
self.view.frame.width-150)/2,y:150,width:150,height:150),percentArr:[0.25,0.25,0.25,0.25],colorArr:[
UIColor
.yellow
Mikebanana
·
2018-09-03 14:01
iOS - UIView设置四个角不同的弧度
letview=UIView(frame:CGRect(x:0,y:0,width:200,height:200))view.backgroundColor=
UIColor
.redletpath1=UIBezierPath
随风踏叶
·
2018-08-27 15:29
iOS 根据颜色生成图片
//根据颜色生成UIImage-(UIImage*)imageWithColor:(
UIColor
*)color{CGRectrect=CGRectMake(0.0f,0.0f,1.0f,1.0f);/
C_calary
·
2018-08-24 17:09
UIImage
Swift UIView学习
letredView=UIView(frame:CGRect(x:10,y:100,width:100,height:100))redView.backgroundColor=
UIColor
.red//
Fan_say_hi
·
2018-08-18 10:46
swift 4.0利用Scanner根据十六进制颜色创建
UIColor
swift4.0利用Scanner根据十六进制颜色创建
UIColor
首先创建一个
UIColor
的extension类///用十六进制颜色创建
UIColor
///-ParameterhexColor:十六进制颜色
菲菲的青青
·
2018-08-06 16:05
UIColor
、CGColor、CIColor
iOS中的颜色有
UIColor
、CGColor、CIColor三种,下面对三种颜色分别进行说明:一、常用的UIColorUIColor是UIKit中存储颜色信息的一个重要的类,一个
UIColor
对象包含了颜色和透明度的值
BURIBURI_ZAEMON
·
2018-08-03 10:25
删除StoryBorad
backgroundColor=
UIColor
.whitewindow
淡然z
·
2018-08-02 16:40
Swift : String + 查找子串的ranges, string转Color
=1)->
UIColor
{varcolor=
UIColor
.redvarcStr:String=self.trimmingCharacters(in:CharacterSet.whitespacesAn
LiYaoPeng
·
2018-07-28 20:56
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
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
其他