2015年8月20日

摘要: 在UINavigation上添加UISearchBar的方法代码如下: 1 // 创建UIView 2 UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0,0, 250, 54)]; 3 [self.view addSu... 阅读全文
posted @ 2015-08-20 12:04 Aggie1024 阅读(664) 评论(0) 推荐(0)

导航