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
uitable
IOS 课程
UITable
学习(一)
在xib上拖一个uitableView ,并把dataSource,delegagte与files owner联系。 1,接口实现协议 <UITableViewDataSource,UITableViewDelegate> 2,用windows + 鼠标左键查看方法内容,在UITableViewDataSource找到必须实现的方法 - (NSI
01jiangwei01
·
2013-04-26 20:00
table
定制UITableViewCell
下面是代码实现:WordCell类@interfaceWordCell:
UITable
yhqbsand
·
2013-03-18 15:00
IOS 动态改变cell的高度
dataList;UIView*footView;}@end@implementationViewController-(void)viewDidLoad{[superviewDidLoad];_table=[[
UITable
ydbc
·
2013-01-21 15:00
cell
uitable
循环输出
for(int j=0;j<24;j++){ [headerArray addObjectsFromArray:aTicket.result]; } //[headerArray addObjectsFromArray:aTicket.result]; //[headerScrollView setFrame:CGRectMake(0, 0
修博龙泉
·
2012-11-14 14:00
table
Unity 3D NGUI的
UITable
显示顺序的一个解决方案
在使用pooling的时候经常会遇到
UITable
需要排序的情况在开启了
UITable
的Sort之后回发现,默认是对子项的name属性进行升序的但问题出现于我们经常用数字(例如循环中的i)命名这些子项,
alexlange2
·
2012-10-29 18:00
UITableViewCell的背景
tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{ staticNSString*cellIdentifier=@"CellIdentifier";
UITable
zhuzhihai1988
·
2012-09-20 19:00
cocoa
文档
UIView
dequeueReusableCellWithIdentifier方法问题
tableViewdequeueReusableCellWithIdentifier: CellTableIdentifier]; if(cell==nil){ cell=[[[
UITable
zhangkongzhongyun
·
2012-08-24 15:00
修改tableview各个 section之间的间隔
section>1) returnCELL_HEADER_TWO_HEIGHT; returnCELL_HEADER_ONE_HEIGHT;}-(CGFloat)tableView:(
UITable
zaitianaoxiang
·
2012-08-23 11:00
header
UIView
[转]NSMutableArray中的自动释放对象让我郁闷了一整天
在一个
UITable
xyxdasnjss
·
2012-05-08 09:00
table
Outlets 和Referencing Outlets的区别
UITableViewController的view属性连到UITableView上面,在UITableViewController看来UITableView是它的Outlets,反之则是ReferencingOutlets.同时
UITable
lizaochengwen
·
2012-03-09 13:00
referencing
outlets
uitabcell 删除动画
NSArray arrayWithObjects:path,nil]; [theTableView deleteRowsAtIndexPaths:indexPaths withRowAnimation:
UITable
ydbc
·
2012-02-23 09:00
cell
uitable
的交替背景色
注:
uitable
在 -(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath
lone_boy
·
2011-12-08 16:00
table
iPhone:UITableVIew 的一些理解
NSOperation文档的时候,看了苹果官方的demo:LazyTableImages,其中对于UITableView的操作让我豁然开朗,原来是我想的太复杂了....结合该Demo,做个小总结:1、在-(
UITable
Joiningss
·
2011-11-21 16:00
matlab Units设置
figure,uicontrol,
uitable
的units属性默认值均为pixels.axes,uibuttongroup,uipanel的units的属性默认值均为normalized.
colddie
·
2011-11-18 16:00
matlab
iphone
uitable
+长按事件
表格:可以使内容分层显示 #pragmamark-#pragmamarkTableDelegateMethods-(NSInteger)tableView:(UITableView*)tableViewindentationLevelForRowAtIndexPath:(NSIndexPath*)indexPath表格:可以使内容的选择,现实两种动画效果 cell.imageView.im
lone_boy
·
2011-11-09 11:00
image
table
iPhone
action
methods
Outlets 和Referencing Outlets的区别
UITableViewController的view属性连到UITableView上面,在UITableViewController看来UITableView是它的Outlets,反之则是ReferencingOutlets.同时
UITable
lizaochengwen
·
2011-11-04 15:00
out
androud ListView 仿 IPhone
UITable
Title效果(有Title数据不更改缺陷。&待续)
androidListView的分组实现方式参照了以下博客链接的实现方式在此基础上修改。http://wang-peng1.iteye.com/blog/578411类似实现方法可参照源码----通讯录-PinnedHeaderListView以下实现方法缺点:1、Title透明向上时上一分组的最后一个Cell会被看见。2、SectionedAdapter的实现方式对于ListView中的Cell
csy172775922
·
2011-08-23 16:00
ListView
String
header
null
iPhone
Constructor
UITableView 基本使用方法总结
(1)-(NSInteger)numberOfSectionsInTableView:(
UITable
JesseZhao
·
2011-08-20 14:00
iphone开发
UITable
内嵌不同风格Table
在iphone开发中使用Table的时候,由于Table有的风格UITableViewStylePlain或者UITableViewStyleGrouped一旦指定,便无法修改。但是在使用的过程中,总是会出现一些特殊的需求,他们要求可以同时使用不同的风格。那么可以在制作table内嵌table吗。起初怀疑这样表格的滑动会出现问题,不过,在尝试之后发现,不但是可以实现,而且效果非常好。至于代码中的d
linuxstuding
·
2011-08-10 21:00
iPhone开发
iphone开发
UITable
内嵌不同风格Table
在iphone开发中使用Table的时候,由于Table有的风格UITableViewStylePlain或者UITableViewStyleGrouped一旦指定,便无法修改。但是在使用的过程中,总是会出现一些特殊的需求,他们要求可以同时使用不同的风格。那么可以在制作table内嵌table吗。起初怀疑这样表格的滑动会出现问题,不过,在尝试之后发现,不但是可以实现,而且效果非常好。至于代码中的
ArthurChenJS
·
2011-08-10 21:00
table
iPhone
iphone开发
UITable
内嵌不同风格Table
在iphone开发中使用Table的时候,由于Table有的风格UITableViewStylePlain或者UITableViewStyleGrouped一旦指定,便无法修改。但是在使用的过程中,总是会出现一些特殊的需求,他们要求可以同时使用不同的风格。那么可以在制作table内嵌table吗。起初怀疑这样表格的滑动会出现问题,不过,在尝试之后发现,不但是可以实现,而且效果非常好。至于代码中的
arthurchen
·
2011-08-10 16:43
移动开发
职场
iPhone
休闲
uitable
Cocoa Touch的三种类的交流方式-delegate、target和notification
我们需要做的,只是指定好它的委托类,并且在委托类中实现
UITable
hou_cocoa
·
2011-03-11 15:00
cocoa
object
文档
action
化工
iPhone开发技巧之私有API(2)— UITableView
1 2 3 4 -(
UITable
StudyRecord
·
2011-02-22 16:00
QQ - iPhone 风格的好友列表实现
//#import@interfaceQQstyleTableViewViewController:UIViewController{
UITable
xhanxhanxhan
·
2009-09-22 17:00
QQ
上一页
1
2
3
4
5
下一页
按字母分类:
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
其他