码迷,mamicode.com
首页 >  
搜索关键字:tableview 玩转    ( 4499个结果
ios学习记录 day42 UI18 集合视图
集合视图UICollectionView 简单来说就是多列的TableView 它们同样是datasource和delegate设计模式UICollectionViewLayout是一个对View布局和行为描述的类 UICollectionViewFlowLayout是它的子类
分类:移动开发   时间:2014-07-22 23:14:53    阅读次数:395
gridview外边距
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。您需要登录才可以下载或查看,没有帐号?注册x本帖最后由 同舟 于 2013-9-30 11:44 编辑最新项目需要个单行显示功能键的,花了点时间简单的把gridview封装了一个,功能很快实现了恼人的是gridview与父控件间总是有间距,无意...
分类:其他好文   时间:2014-07-22 23:07:14    阅读次数:447
IOS-tableView 设置圆角
// 设置 tableView整体的圆角设置 // /// 设置圆角// v_tableview.layer.cornerRadius = 7;// v_tableview.layer.masksToBounds = YES;// /// 设置边框// v_tableview.layer.bord....
分类:移动开发   时间:2014-05-01 14:16:37    阅读次数:636
IOS7 UITableView一行滑动删除后 被删除行的下一行的点击事件将被忽略解决办法
- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{ returnUITableViewCellEdit...
分类:移动开发   时间:2014-05-01 13:30:30    阅读次数:385
tableView 删除一行后下一行点击事件被忽略
【转】- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{returnUITableViewCellEditi...
分类:其他好文   时间:2014-05-01 11:57:48    阅读次数:292
iOS7上在xib中使用UITableViewController设置背景色bug
今天用xcode5.1设置xib中,用静态的方式设置UITableViewController中的tableview,把tableview中的backgroundColor改变后,xib上有效果,但是一运行就变成了透明色,在过渡动画时,都可以看到背面的view!见下面截图后来在viewdidload...
分类:移动开发   时间:2014-04-30 00:57:28    阅读次数:757
iOS- 如何改变section header
希望这个从UITableViewDelegate协议里得到的方法可以对你有所帮助:- (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UIView *headerVi....
分类:移动开发   时间:2014-04-29 23:10:47    阅读次数:809
ios-表视图-demo-自定义cell和心得
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString *cellindentifier=@"...
分类:移动开发   时间:2014-04-29 19:55:42    阅读次数:604
玩转html5(一)-----盘点html5新增的那些酷酷的input类型和属性
今天正式开始学习html5了,相比html以前的版本,html5新增了好多功能,属性,使我们做出来的界面更加的绚丽,而且使用起来超级简单,这篇文章先来说说html增加的那些input类型和属性。 html5新增的input类型有:email,url,number,range,date pickers,datalist,telephone,search,color email:提交时会自...
分类:Web程序   时间:2014-04-27 18:31:48    阅读次数:1273
4499条   上一页 1 ... 448 449 450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!