08下拉菜单,xib文件名和类名必须一致!差了个s,导致显示不出来!
10.3.popover消失
1
2
3
4
5
6
7
8if (self.changeCityBlock) {
self.changeCityBlock();
}
HMCitiesViewController *citiesVc = [[HMCitiesViewController alloc] init];
citiesVc.modalPresentationStyle = UIModalPresentationFormSheet;
[self presentViewController:citiesVc animated:YES completion:nil];}}
Warning: Attempt to present <HMCitiesViewController: 0x7f9dd4e1d970> on <HMRegionsViewController: 0x7f9dd4c1bc30> whose view is not in the window hierarchy!不能dismiss,只能变透明.
透明还是能看到
1
self.view.alpha = 0;
设置frame为0,导致约束冲突,也不好.
10.2.城市列表导航栏背景图片不拉伸.
- 给背景图片添加Constraints.
10.4.5.开始编辑导航栏上移,只有图片动.
- 应该选整体的约束,选了图片的约束.
collectionView layout 只需要设置好insetWidth
1 | -(void)setupLayout:(CGFloat)totalWidth orientation:(UIInterfaceOrientation)orientatioin |
xcode can’t verify the identity of a repository hosted on gitee.com
quit proxy.