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
nonat
iOS 手写签名并生成图片
就是设置签名的线的颜色,线宽,还有最后生成的图片,以及图片的缩放比例,方法分别是准备开始画线,重置以及保存#import@interfaceCJSignatureView:UIView//线宽默认1@property(
nonat
CJ_BLUE
·
2020-02-28 07:16
scrollView顶部图片下拉放大,NavBar颜色渐变
//#import"ViewController.h"@interfaceViewController()@property(
nonat
liyang20160111
·
2020-02-25 10:30
Xcode 快速开发 代码块
strong)*;2.weak:@property(nonatomic,weak)*;3.copy:@property(nonatomic,copy)NSString*;4.assign:@property(
nonat
阶梯
·
2020-02-24 10:01
Xcode 快速开发 代码块
strong)*;2.weak:@property(nonatomic,weak)*;3.copy:@property(nonatomic,copy)NSString*;4.assign:@property(
nonat
minjing_lin
·
2020-02-18 23:15
CoreImage滤镜效果及API参数介绍(二)
//#import@interfaceCIFilterEffect:NSObject@property(
nonat
fairy_happy
·
2020-02-18 00:05
NS_ASSUME_NONNULL_BEGIN / NS_ASSUME_NONNULL_END
@interfaceTestNullabilityClass()@property(
nonat
real潘
·
2020-02-16 15:54
最详细的WKWebView 讲解
configuration;//导航代理@property(nullable,nonatomic,weak)idnavigationDelegate;//用户交互代理@property(nullable,
nonat
iPhone
·
2020-02-16 02:48
UILabel的基本使用
retain)UIFont*font;//文字颜色@property(nonatomic,retain)UIColor*textColor;//对齐模式(比如左对齐、居中对齐、右对齐)@property(
nonat
CoderRH
·
2020-02-14 07:19
iOS 网络请求回调问题
当所有enter的block都leave后,会执行dispatch_group_notify的block@property(
nonat
Tclsr
·
2020-02-06 03:46
UICollectionView的使用(4)--UICollectionViewFlowLayout
UICollectionViewFlowLayoutNS_CLASS_AVAILABLE_IOS(6_0)@interfaceUICollectionViewFlowLayout:UICollectionViewLayout@property(
nonat
雅之上善若水
·
2020-01-08 10:29
Runtime
NSString*name;@property(nonatomic,strong)NSString*gender;@property(nonatomic,strong)NSNumber*age;@property(
nonat
蓝蓝的白云
·
2020-01-04 16:50
iOS点击按钮复制
==nil){[MBProgressHUDshowError:@"复制失败"];}else{[MBProgressHUDshowSuccess:@"已复制"];}@property(nullable,
nonat
maybenai
·
2019-12-31 11:35
多线程二:线程同步,OC中的各种锁
importOSSpinLock叫做自旋锁,等待锁的线程会处于忙等(busy-wait)状态,一直占用着CPU资源,相当于while(1)循环;用法如下:@interfaceOSSPinTest()@property(
nonat
小心韩国人
·
2019-12-31 11:09
UITextField的placeholder设置
property(nullable,nonatomic,copy)NSString*placeholder;2.2设置带有属性的占位文字,优先级>placeholder@property(nullable,
nonat
打电话记错号码的人
·
2019-12-24 06:36
Xcode常用代码块
strong)*;2.weak:@property(nonatomic,weak)*;3.copy:@property(nonatomic,copy)NSString*;4.assign:@property(
nonat
SuAdrenine
·
2019-12-13 21:50
iOS中strong和copy的区别
代码示例还是结合代码来说明这个情况@property(strong,
nonat
Youthfulless
·
2019-12-12 19:41
iOS - 获取定位
nonatomic,copy)NSString*addressStr;//定位地址@property(nonatomic,copy)NSString*latitude;//定位纬度@property(
nonat
Joh蜗牛
·
2019-12-01 04:33
iOS开发中跳转到短信 彩信 iMessage
nonatomic,strong)UITextField*photoText;@property(nonatomic,strong)UITextField*messageText;@property(
nonat
WindFlyCloud
·
2019-11-29 11:05
更易用的progressView--GRProgressView
@property(
nonat
Assuner
·
2019-11-05 12:41
iOS 倒计时放大特效
import"ATCountTimeDownManager.h"@interfaceViewController()@property(nonatomic,strong)UILabel*countDown;@property(
nonat
9岁就很6
·
2019-05-29 16:07
iOS基础 为什么要用Copy修饰字符串
我定义了一个由Copy修饰的NSString属性@property(
nonat
NiCeForMe
·
2019-05-27 03:59
【全细节分析】- iOS端直播间礼物模块—2019
strong)NDGifts*gift;@property(nonatomic,strong)NDUserModel*user;/**礼物操作的唯一Key由用户ID+礼物ID生成*/@property(
nonat
大怪猿
·
2019-02-15 11:38
关于block的一些思考
内部结构让我们写一个会循环引用的情况RokkiaBlockTest.m内typedefvoid(^HAHA)(NSIntegera);//定义block@interfaceRokkiaBlockTest()@property(
nonat
__鲸_
·
2018-07-02 09:35
关于block的一些思考
内部结构让我们写一个会循环引用的情况RokkiaBlockTest.m内typedefvoid(^HAHA)(NSIntegera);//定义block@interfaceRokkiaBlockTest()@property(
nonat
__鲸_
·
2018-07-02 09:35
iOS-OC仿Boss直聘下拉刷新动画
首先创建一个CYXRefreshHeader@interfaceCYXRefreshHeader:UIView/*刷新block*/@property(
nonat
Hedgehog___
·
2018-06-21 10:00
[绍棠] XCode: 如何添加自定义代码片段
strong)*;2.weak:@property(nonatomic,weak)*;3.copy:@property(nonatomic,copy)NSString*;4.assign:@property(
nonat
绍棠
·
2018-05-07 11:26
Xcode
编写高质量iOS与OS+X代码的52个有效方法(2)
nonat
Vesen
·
2017-08-31 10:11
ios-block作为属性的时候为什么用copy
@property(
nonat
MooAiFighting
·
2017-08-09 16:36
ios-开发
Objective-C 单例模式
MyManager.h#import@interfaceMyManager:NSObject{NSString*someProperty;}@property(
nonat
鱿鱼先生是老司机
·
2017-05-23 00:33
Xcode 快速开发 代码块
strong)*;2.weak:@property(nonatomic,weak)*;3.copy:@property(nonatomic,copy)NSString*;4.assign:@property(
nonat
MinJing_Lin
·
2016-09-28 11:55
ASA NAT
ASA的NAT配置1.nat-control命令解释pix7.0版本前默认为nat-control,并且不可以更改pix7.0版本后默认为
nonat
-control。
bilinyee
·
2016-09-27 16:56
NAT
ASA
Cisco
Security
OC语法
nonatomic,strong)UIButton*leftBtn;//右边按钮@property(nonatomic,strong)UIButton*rightBtn;//显示图片@property(
nonat
丫丫丫丫丫0802
·
2016-07-12 22:05
iOS学习之——懒加载
如果没有那么再去进行实例化使用懒加载的好处:(1)不必将创建对象的代码全部写在viewDidLoad方法中,代码的可读性更强(2)每个控件的getter方法中分别负责各自的实例化处理,代码彼此之间的独立性强,松耦合@property(
nonat
yxys01
·
2016-05-24 14:00
ios
懒加载
GET方法
分类添加属性,运行时添加对象属性和基本类型属性
#import1、对象属性的添加:@property(
nonat
LDSleidisen
·
2016-04-15 16:57
常用代码
iOS——UINavigationController简单实用以及内存警告处理过程
rootViewController为UINavigationController根据具体情况,通过push方法添加对应个数的子控制器UINavigationController以栈的形式保存子控制器@property(
nonat
u014526204
·
2016-04-07 21:00
ios
IOS delegate 实例
protocolKSCDiscoveryTableViewCellDelegate-(void)tapToCell:(UITableViewCell*)cell;@end@property(weak,
nonat
DynastyTing
·
2016-04-07 12:08
iOS应用
第十一篇 - UIPageControl
NS_ASSUME_NONNULL_BEGIN // //NS_CLASS_AVAILABLE_IOS(2_0)@interfaceUIPageControl:UIControl // //@property(
nonat
人生路1/5
·
2016-03-18 15:00
iOS中的常用数据持久化
NSUserDefaultsstandardUserDefaults]就够用了@interfaceUser:NSObject@property(nonatomic,assign)NSIntegeruserID;@property(
nonat
u012338816
·
2016-03-03 23:00
ios
数据持久化
iOS中常用的四种数据持久化方法简介
NSUserDefaultsstandardUserDefaults]就够用了@interfaceUser:NSObject@property(nonatomic,assign)NSIntegeruserID;@property(
nonat
jack088
·
2016-02-02 17:00
生成二维码
CIFilterfilterNamesInCategory:kCICategoryBuiltIn]; NSLog(@"%@",filterNames);找到这个CIQRCodeGenerator@property(
nonat
yi_zz32
·
2016-01-19 12:00
二维码
iOS网络编程(六)NSURLSession详解
//import“HMTRootViewController.h”import“HMTAppDelegate.h”@interfaceHMTRootViewController()@property(
nonat
yangchen9931
·
2015-12-17 10:00
ios
网络编程
数据持久化
NSUserDefaultsstandardUserDefaults]就够用了@interfaceUser:NSObject@property(nonatomic,assign)NSIntegeruserID;@property(
nonat
vs_the_old_boy
·
2015-12-10 10:00
iOS另一种获取soap的方法
nonatomic,strong)NSString*MethodName; @property(nonatomic,strong)NSString*SoapUrlAddress; @property(
nonat
水云间1980
·
2015-12-08 16:00
你可能不知道的事(服务器返回 id)
看一下如何解决:既然返回的是字典,那么久字典转模型,写个模型先:模型.h@interfaceZYDemo:NSObject @property(nonatomic,assign)intid; @property(
nonat
yi_zz32
·
2015-11-27 08:00
服务器
【iOS发展-70】点菜系统案例:使用文本框inputView和inputAccessoryView串联UIPickerView、UIDatePicker和UIToolBar
ViewController.h" @interface ViewController ()<UIPickerViewDataSource,UIPickerViewDelegate> @property (
nonat
·
2015-11-13 17:34
Datepicker
关联引用(Associative References)-------为现有类添加变量
@end 3 4 @implementation Person 5 @end 1 @interface Person(EmailAddress) 2 @property (
nonat
·
2015-11-11 02:29
reference
UI学习第一天UIView 和UILabel
systemfont17plain)//常用构造的字体大小方法是[UIFontsystemFontOfSize:CGFloat];@property(nonatomic,retain)UIFont//设置字体颜色@property(
nonat
iOS_secret_lover
·
2015-11-10 22:50
UI基础
iOS每日一记-----之 简单的按钮切换
nonatomic)IBOutletUITableView*tableView;@property(weak,nonatomic)IBOutletUIButton*parButton;@property(weak,
nonat
qq_26359763
·
2015-10-21 17:00
ios
ios-断点续传
ResumeDowdload*_resume; float_pv; } @property(nonatomic,weak)IBOutletUIButton*cancelbutton; @property(
nonat
u012701023
·
2015-09-11 21:00
文件下载
断点续传
封装
句柄
数据下载 - delegate 形式的异步请求
我们需要创建一个队列在block内部实现但是我们最常用的是delegate形式的异步请求#import"ViewController.h" @interfaceViewController() @property(
nonat
u012701023
·
2015-08-31 08:00
数据
异步
下载
delegate
ios开发
上一页
1
2
3
下一页
按字母分类:
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
其他