Xcode 8 - UITable not rendering cells properly - ios

I have tested the app in Xcode7 and 8.
This issue only happens in Xcode 8. I know it's wierd.
As you can see in the picture below the image avatar is not rendering, but if you scrolls then images avatars shows up.
In storyboards i'm using prototype cells.
Update
I compile with latest settings of Xcode8(SDK ios 10) without modifiy or even open storyboards. Everything working fine. So I can asume anything on new Storyboard System is broken.

Related

UIImageView disappear for Xcode 9 and iOS11, working fine for below iOS 11

One of my iOS project is working fine for iOS 10. But when I run same code on iOS 11 Simulator build with Xcode 9, all UIImageView's images of my projects is not showing on simulator and device too, Background image on Button and cells are showing but Normal UIImageView is disappearing from Controller. Even it's not showing Background Color on that Image View.
What I did to resolve above issue are mentioned below:
Clean Build Uninstall App from simulator,
Cleared Derived Data and Archives
removed and added images again with copied target.
Added images in Images.xcassets with all three sizes.
Removed auto layout/Constrains and also added Auto layout/Constrains to check above scenario.
Created a fresh View Controller and added images and also added background color on that, its showing in Storyboard but when I run the Code its dis appears from Simulator and also from device.
All above mentioned points or solution are not working in my case.
check this image for Debug View hierarchy: And I am assuring, images on that ImageViews are copied to target.

Application design is not display properly in simulator after updating xcode 8

I have updated xcode 8 and then tested application in iphone 6 (ios 10) simulator.
Application desiging is not showing properly as it should be.
In xcode 8, storyboard designing is not proper.
Storyboard showing designs properly but runtime it's now showing properly.
I'm not able to get any solution.
If anyone know the answer please suggest me.
from storyboard, Select your view controller and set proper device from View As button. If your storyboard is designed using previous version of Xcode, try selecting iPhone SE from "View As" as shown in below image.

XCode 8 XIB Autoresizing issue

I have older code, written for iOS 6. I need to implement it for iOS 10 with some new SDK. I have some XIB's. Everything was working perfectly when I was changing them. But in one XIB, when I try to change Image in my Interface Builder of UIImageView, whole layout just collapses. I have 2 views, called TopBar and Content. When I try to change just background image of TobBar View, Content view just collapses, actually, TableView in Content View just goes off the screen on the right and you can scroll to right to see content of a cell. Everything is shifting in my Content View to the right. In my XIB, image view is shifted, TableView is so big to the right. When I place everything as it was, sam thing is happening after build. I have been reading for some time now, and changing from XCode 8 to XCode 7.x in my IB does not work, layoutIfNeeded does not work. Does anyone knows what's the problem? Code still uses Autoresizing masks.
Anyone in same situation as me: in XCode 7 it is working. So, I draw in XCode 7, and build in XCode 8, but I need to build for like 8 times, when it fixes itself. I have reported a bug to Apple.

Layout issues with XIB in Xcode 5 (after upgrading app)

I have worked on this application, done 2 years back, using XIB's and Autosizing.
Now, I've upgraded this app (in Xcode 5) & I need to make changes according to iPhone 5 (4") and iPhone 4, 4s (3.5")
I've tried to put Margin layouts but these are not making any difference.
I've created quite a few apps before using similar techniques with out any complication but in this app, the view in iPhone4 has a black cut at the top and bottom of the screen.
![enter image description here][2]
This issue is not related to AutoSizing.
You're just missing the 640x1136 launch image (i.e. Default-568h#2x.png).
Add it and your app should go full screen.
PS: This happened to me when I created an iOS7 project in Xcode 5 and deleted Images.xcassets from the project targets.
reference

Xcode 5.1 iOS 7.1 problems with cells at UITableView

I think I have found serious bug in new release of Xcode 5.1 after update my cells start to disappeare when I scroll to the bottom.
When I press on them couple of them
When I scroll after that to the top everything is fine and this problem is only on iOS 7.1. At iOS 7.0.3 everything is works fine.
I have found a little hack to make it work at iOS 7.1 To do that I have download old version of Xcode(5.0.2) and make build of application that I have install at my device with iOS 7.1 in this case everything is works fine too. So I think it's some bug in Xcode 5.1
Im having the exact same problem with an app i was finalizing and things started to go crazy with the table views (all 3) right after the update..
found the solution
iOS 7.1 beta5 tableviewcell height showing objects outside it's range
add the following to your cell
cell.clipsToBounds =YES;
I also had the same problem when I opened my project in Xcode 5.1 but I solved it in Interface Builder (Storyboard).
Click on the Table View Cell (not the Content View or Table View).
In the Inspector, check 'Clip Subviews'.
Do the same for all the other Table View Cells of the Table View.

Resources