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
NSRange
禁用emoji表情
#pragmamark-UITextViewdelegate -(BOOL)textView:(UITextView*)textViewshouldChangeTextInRange:(
NSRange
)
pilgrim1385
·
2015-03-31 17:00
ios
禁用
emoji表情
密码输入框-密码限制:字母,数字,下划线
pragmamark-UITextFieldDelegate-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
pilgrim1385
·
2015-03-31 16:00
ios
UITextField
输入限制
密码输入框
密码限制
OC语言——Foundation框架
NSRange
(location,length)表示范围,里面有俩元素,一个是location便是位置,另一个是length长度//不常用,理解就好 NSRanger1={2,4}; NSRanger2
linfenpipi
·
2015-03-23 20:00
框架
Dictionary
IOS UITextView加上placeholder
placeholder呢,其实在UITextView上加上一个UILabel,然后再实现-(BOOL)textView:(UITextView*)textViewshouldChangeTextInRange:(
NSRange
chenglei9128
·
2015-03-16 17:00
UITextField实现模糊查询
一般我们会想到这个方法:-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
)rangereplacementSt
wei78008023
·
2015-03-11 16:00
模糊查询
UITextField
UISearchBar和UITableView实现简单的模糊查询
searchBartextDidChange:(NSString*)searchText;//方法一-(BOOL)searchBar:(UISearchBar*)searchBarshouldChangeTextInRange:(
NSRange
wei78008023
·
2015-03-11 15:00
模糊查询
UISearchBar
Foundation框架
1、常用函数:
NSRange
(location,length):(没有发现返回-1)赋值://方法1 NSRanger=NSMakeRange(1,2);//创建
NSRange
结构体的函数NSMakeRange
tripleCC
·
2015-03-08 14:00
UITextView resignFirstResponder while pressing Return
- (BOOL) textView:(UITextView *)textView shouldChangeTextInRange:(
NSRange
)range replacementText:(NSString
pangyulei
·
2015-02-21 14:00
UITextView
NSRange
和UITextRange的相互转换。
有个需求就是需要用户输入几位以后账号,可以根据本地存储的登录成功的账号,进行自动补全,并且补全内容为选中状态,不影响用户的新输入。研究了一下,下面是完整的实现的方法。补充个下载地址http://download.csdn.net/detail/darkmengqi/8426463写在textFiled的delegate里面,这样当有输入时会调用此方法。-(BOOL)textField:(UITex
darkmengziyan2013
·
2015-02-05 15:23
iOS
[置顶] UITextField限制输入的只能是数字
//限制输入的是数字-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
)rangereplacementString
darongzi1314
·
2015-01-22 15:00
ios
UITextField
[Swift]如何使用Range截取字符串
原文:HowToFindASubstringInRangeofaSwiftStringSwift中的Ranges和Objective-C中的
NSRange
有很大的不同,我发现在处理Swift中Ranges
Redding
·
2014-12-17 23:00
swift
range
NSRange
NSRange
的定义typedef struct _
NSRange
{ NSUInteger location; NSUInteger length;}
NSRange
;
NSRange
是一个结构体,
HAPENLY
·
2014-12-13 16:00
OC基础-Foundation框架-0321-常见结构体和NSString
NSString#import intmain() { /*
NSRange
(locationlength) NSPoint==CGPoint NSSize\CGSize NSRect\CGRect(
baojie1022
·
2014-11-20 22:00
ios
黑马
UI基础
Objective-C基础笔记(7)Foundation中的常用结构体
一、NSRangeNSRange的定义:typedefstruct_
NSRange
{ NSUIntegerlocation; NSUIntegerlength; }
NSRange
;NSRanage的使用
lxq_xsyu
·
2014-11-17 22:00
struts
Objective-C
结构体
Foundation
NSString 字符串常用的方法
根据指定范围返回子字符串 -(NSString*)substringWithRange:(
NSRange
)range; 比较两个字符串(忽略大小写)-(NSComparisonResult)caseInsensitiveCompare
ios_xumin
·
2014-11-14 10:00
ios 文本框只能输入数字保留两位小数和只能输入数字
pragmamark-#pragmamarkUITextField-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
Coding-lover
·
2014-11-13 12:09
ios
实战
ios NSNotFound的基本用法
例一:NSString*_string=[NSStringstrinWithFormat:@"123456"];
NSRange
_range=[_stringrangeOfString:@""];if(_
Braver_smile
·
2014-11-05 16:21
ios NSNotFound的基本用法
例一:NSString*_string=[NSStringstrinWithFormat:@"123456"];
NSRange
_range=[_stringrangeOfString:@""];if(_
Braver_Smile
·
2014-11-05 16:00
ios
网络
NSString
NSNotFound
Foundation中的NSPoint/NSSize/NSRect
Objective-C 中常用的结构体
NSRange
,NSPoint,NSSize(CGSize),NSRect,都是结构体类型。
aa641462576
·
2014-11-04 00:00
textview弹出的键盘,按return回收键盘
代理方法#pragmamarkUITextViewDelegate-(BOOL)textView:(UITextView*)textViewshouldChangeTextInRange:(
NSRange
ljl5125
·
2014-10-14 16:07
return
textview
NSRange
用法
NSRange
的定义typedef struct _
NSRange
{ NSUInteger location; NSUInteger length;}
NSRange
;
NSRange
是一个结构体,
tiancaimvp
·
2014-10-14 16:00
c
object
Foundation--
NSRange
NSRange
,用来表示相关事物的范围,通常是字符串里的字符范围或者数组里的元素范围;location字段存放该范围的起始位置,location还可以用NSNotFound这个值表示没有范围,而length
AddyChen
·
2014-10-13 11:00
ios
Foundation
字符输入限制(包含中文等限制)
-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
)rangereplacementString
potato512
·
2014-09-30 17:00
oc基础入门之foundation常用结构体
1.
NSRange
1.1含义表示事物的一个范围,通常是一个字符串中某个子串的范围,或者集合元素的范围包含:location:该范围的起始位置length该范围内所含元素个数1.2对象的创建
NSRange
lskshz
·
2014-08-28 00:00
UITextField 光标的位置设置获取
#import @interface UITextField (ExtentRange) - (
NSRange
) selected
focusjava
·
2014-08-06 17:00
IOS TextField 银行卡号格式化
阅读更多-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
)rangereplacementString
zfanxu
·
2014-07-28 21:00
IOS TextField 银行卡号格式化
-(BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(
NSRange
)range replacementString
zfanxu
·
2014-07-28 21:00
textfield
字符串截取指定位置前后字符串
:截取指定字符串的长度;2) substringToIndex:7:截取从0索引到指定索引(7)长度的字符串3) substringFromIndex:9:截取从指定索引(9)到末尾长度的字符串4)
NSRange
wsk_123_123
·
2014-07-27 10:00
UITextField只能输入数字且小数点后保留2位
mark UITextFieldDelegate - (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(
NSRange
peng13123
·
2014-07-18 17:00
UITextField
UITextView限制字数
-(BOOL)textView:(UITextView*)textViewshouldChangeTextInRange:(
NSRange
)rangereplacementText:(NSString*
bigfish101
·
2014-07-15 09:00
自学ios:third day Objective-C 常用class
NSRange
(location,length):eg:
NSRange
r1 = {2,5};
NSRange
r2 = {.location=2, .length=5};
NSRange
r3 =
jackson203
·
2014-06-26 00:11
Objective-C常用类
自学ios:third day Objective-C 常用class
NSRange
(location,length):eg:
NSRange
r1 = {2,5};
NSRange
r2 = {.location=2, .length=5};
NSRange
r3 = NSMakeRange
jackson203
·
2014-06-26 00:11
Objective-C常用类
ios
NSRange
用法
摘自:http://hi.baidu.com/ferrari_yang/blog/item/811e92c299396e0a0ef477a7.htmlNSRange的定义typedef struct _
NSRange
xyishao
·
2014-06-23 10:00
ios
iAd
UITextView或UITextField字数限制
输入时的限制,复制粘贴时的限制字数限制有三种方法在代理方法“-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
potato512
·
2014-06-21 22:00
UItexfile实时验证输入字符
-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
)rangereplacementString
alincexiaohao
·
2014-06-13 14:00
UITextView光标位置的设置
更改UITextView的光标的位置: - (void)textViewDidChangeSelection:(UITextView *)textView {
NSRange
range; range.location
dcj3sjt126com
·
2014-05-25 13:00
UITextView
NSIndexSet 简介
它看上去有点像支持离散整数的
NSRange
.它能用于快速查找特定范围的值的索引,也能用于快速计算交集,同时,Foundationcollectionclass提供了很多好用的方法,方便你使用NSIndexSet.Foundataionframework
weakish
·
2014-05-21 00:00
cocoa
objective-c
OC_语法入门_day7_Foundation框架/结构体/字符串/数组/Set/Dictionary(Map)/数值封装/任意类型封装/日期
. // #import intmain() { /*
NSRange
(locationlength) NSPoint\CGPoint
u012576807
·
2014-05-18 00:00
入门
Objective-C
语法
Foundation框架
一定要包含#import
NSRange
(locationlength) NSPoint\CGPoint NSSize\CGSize NSRect\CGRect(CGPintCGSize)使用这些CGPointEqualToPoint
dwt1220
·
2014-05-17 11:00
textField , textView点击键盘上的return键时触发的方法
:(UITExtField*)textField;textView: -(BOOL)textView:(UITextView*)textView shouldChangeTextInRange:(
NSRange
oik_ios
·
2014-05-01 15:00
ios
textview
textfield
点击return键
IOS UITextView加上placeholder
placeholder呢,其实在UITextView上加上一个UILabel,然后再实现-(BOOL)textView:(UITextView*)textViewshouldChangeTextInRange:(
NSRange
chchong1234
·
2014-04-28 15:00
placeholder
UITextView
如何更好地限制一个UITextField的输入长度
首先想到的应该是通过UITextFieldDelegate的代理方法来限制:-(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
jasonblog
·
2014-04-15 16:00
OC语言自学《十二》---- OC(Foundation框架部分知识总结)
NSRange
表示一个范围主要用来操作字符串代码示例: //
NSRange
是一个结构体,其中location是一个以0为开始的index,length是表示对象的长度。
罗眯眯
·
2014-04-09 11:00
oc
Foundation
UITextView 的 return响应事件
UITextField*)textField;直接的响应事件;那么在TextView里呢用:-(BOOL)textView:(UITextView*)textViewshouldChangeTextInRange:(
NSRange
墨禾米说
·
2014-03-09 19:00
UITextView 的 return响应事件
UITextField*)textField;直接的响应事件;那么在TextView里呢用:-(BOOL)textView:(UITextView*)textViewshouldChangeTextInRange:(
NSRange
墨禾米说
·
2014-03-09 19:00
UITextField Delegate 无法获取中文字符
textFieldDidEndEditing:(UITextField*)textField -(BOOL)textField:(UITextField*)textFieldshouldChangeCharactersInRange:(
NSRange
jerry19860710
·
2014-03-04 15:00
Objective-C
ios开发
NSRange
用法
摘自:http://hi.baidu.com/ferrari_yang/blog/item/811e92c299396e0a0ef477a7.htmlNSRange的定义typedef struct _
NSRange
HillYoung
·
2014-02-10 14:00
oc中的常用结构体
/**常用结构体**/voidstructTest(){ /******范围******/ // typedefstruct_
NSRange
{ // NSUIntegerlocation;
u013531259
·
2014-02-01 15:00
oc
结构体
NSIndexSet,NSValue的学习记录
NSIndexSet可以用来存储一系列的索引值区间,索引值可以使用单个的NSUInteger或者
NSRange
来表示。
woshiwls
·
2014-01-27 22:00
ios
Object-C
NSValue
NSIndexSet
iOS-NSIndexSet
NSIndexSet可以用来存储一系列的索引值区间,索引值可以使用单个的NSUInteger或者
NSRange
来表示。
PoLuoGuiZu
·
2014-01-24 10:00
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他