上一页 1 ··· 6 7 8 9 10
摘要: searchBar 隐藏CGRect newBounds = self.tableView.bounds; newBounds.origin.y = newBounds.origin.y + _headerSearchBar.bounds.size.height; self.tableView.... 阅读全文
posted @ 2015-08-28 14:48 levyleo 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 在使用了UITableView 或UIScrollView的controller 里无法响应触摸事件touch事件, 自定义tableView、scrollView#import @interface touchScrollView : UIScrollView@end#import "touchS... 阅读全文
posted @ 2015-08-13 15:17 levyleo 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 当同时使用pan和pin手势时假如冲突,需要加入下面方法- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIG... 阅读全文
posted @ 2015-08-06 18:19 levyleo 阅读(976) 评论(0) 推荐(0) 编辑
摘要: 项目要实现从一个Navigation 下push出的第N层controller后 立即切换到另一个 Navigation下例如:在微信的通讯录Nav中选择一个好友,进入好友的详细资料,点击发消息按钮后,进入聊天界面,这时你会发现点击左上返回按钮后pop到的时微信Nav,(另一个NavigationC... 阅读全文
posted @ 2015-07-27 12:11 levyleo 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 当 [searchDisplayController.searchResultsTableView setSeparatorStyle:UITableViewCellSeparatorStyleNone] 时, 发送了崩溃错误提示如下:Terminating app due to uncaught ... 阅读全文
posted @ 2015-07-27 11:52 levyleo 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 取消掉Constrain to margin 然后添加左右约束版权声明:本文为博主原创文章,未经博主允许不得转载。 阅读全文
posted @ 2015-07-16 18:40 levyleo 阅读(308) 评论(0) 推荐(0) 编辑
摘要: IOS中 什么是UITableView的索引放大镜字符 [_dataSource addObject:UITableViewIndexSearch];版权声明:本文为博主原创文章,未经博主允许不得转载。 阅读全文
posted @ 2015-07-13 19:44 levyleo 阅读(393) 评论(0) 推荐(0) 编辑
摘要: Alcatraz Xcode6.4安装不了解决方法http://www.cocoachina.com/bbs/read.php?tid=310380版权声明:本文为博主原创文章,未经博主允许不得转载。Not sure if its the case for you guys, but apparen... 阅读全文
posted @ 2015-07-13 19:43 levyleo 阅读(320) 评论(0) 推荐(0) 编辑
摘要: Network MIDI on iOS - Part 1 This is an app I wrote to try out some ideas for networked MIDI on iPhone and iPad. It connects to a host computer runnin 阅读全文
posted @ 2015-03-26 10:59 levyleo 阅读(241) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10