Can someone explained this new error actually means:
Thread 1: Swift runtime failure: force unwrapped a nil value.
When I created the Storyboard ID. I put in the UITableView to enter the Storyboard, then it was crashed after tap the Cell.
@swiftlysingh@performsegue Totally agreed on that but when we cleaning the code that time we are not delivering anything new to the users as per PO point of view.
@swiftlysingh@performsegue Refactored some func which have more than 1000 lines and that code is not written by me 😬 Refactoring is kind of hard thing because at client point of view we are not delivering anything new except some regression issues 😅🤞🏻
@performsegue The thing the code was not written by me and there were multiple functions and variables that were never was being used. Just finished refactoring it and got the lines to around 700.
@r_alikhamov Ok, will check compile time difference of these syntax’s. And is swift short syntax increasing compilation time i.e. now we can skip return keyword from single line function.
#ios project, combine of #swift and #objc with large scale and it take almost 10-15 min for compiling, so how to reduce this time?
Appreciate your reply/ input on this which will very helpful
Hey guys wanna know how you organize ViewController Interface Builder file, currently, I am using Single ViewController in a XIB, I would like to know what you guys use in your projects?