2017年6月14日
摘要: NSDictionary *searchDic = [NSDictionary dictionaryWithObject:searchText forKey:@"searchText"]; [[NSNotificationCenter defaultCenter] postNotificationN 阅读全文
posted @ 2017-06-14 17:43 1018475062 阅读(327) 评论(0) 推荐(0)
摘要: NSString *keywords = [searchText stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; 阅读全文
posted @ 2017-06-14 17:15 1018475062 阅读(113) 评论(0) 推荐(0)
摘要: #pragma mark-添加两个子控制器 - (void)setUpChildViewController { HHShoppingOrdorViewController *shoppingOrdorVC = [[HHShoppingOrdorViewController alloc] init] 阅读全文
posted @ 2017-06-14 15:40 1018475062 阅读(303) 评论(0) 推荐(0)