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];


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章