Posts

Post not yet marked as solved
2 Replies
749 Views
Just converted my app to 64 bit by updating all libraries(over 28 libraries) that I have used in it. Before conversion, the app's UI(specificialy one tableview) was as expected and it didn't have any problem on iOS 6 ... 9.2(iPhone 4s ... iPhone 6.) But after the conversion, UITableView's UI is broken. All UITableViewCells(custom made ones) overlay on top of each others.When I remove `armv7s` and `arm64` from `Valid Architectures(the only thing that remains is `armv7`), the app works as expected(I mean its UI) and when I add the removed architectures again the TableView cell UI breaks.I don't use AutoLayout and there's no warning in Xcode debugger. I've alos done some debugging steps but non of them have worked.Actually, there's no clue.The app was mainly designed for iOS 6(Simulated Metrics: iPhone 3.5 inches) but it has worked on iOS 7, 8, and 9.x with no problem in UI(note that before conversion to 64 bit.)Why 32bit to 64bit conversion breaks UITableView UI?
Posted
by devevil.
Last updated
.