iOS 常见小问题

1. iOS 编译后上下有黑边 ? 

     缺少启动图片

2.Failed to instantiate the default view controller for UIMainStoryboardFile 'TestStoryboard' - perhaps the designated entry point is not set?

  未设置根控制器  解决方法: 

3. 键盘高度IOS_VERSION >= 8.0 258 其它是216

4.  ios7 先调整TableView高度再跳到最后一行 会出现白框

      [_chatTable scrollToRowAtIndexPath:

             [NSIndexPath indexPathForRow:[self.chatArray count]-1 inSection:0]

                              atScrollPosition: UITableViewScrollPositionBottom

                                      animated:NO];


posted @ 2017-06-18 20:39  wzzkaifa  阅读(130)  评论(0编辑  收藏  举报