I know that using storyboards increase compile time. But does it affect runtime speed in any way in comparison to create programmatic layout?
Asked
Active
Viewed 46 times
0
-
Does this answer your question? [Which is more efficient way? StoryBoard or XIB?](https://stackoverflow.com/questions/22524232/which-is-more-efficient-way-storyboard-or-xib) – Max MacLeod Oct 26 '22 at 09:28
-
Please see other https://stackoverflow.com/questions/35841150/performance-when-creating-ui-both-with-storyboards-and-in-code – Max MacLeod Oct 26 '22 at 09:30
-
@MaxMacLeod No, my question is about the runtime performance – Oct 26 '22 at 12:31
-
See linked questions "cell cannot be reuse”, " long app launch times”, "any performance penalties”. All relate to runtime. Storyboards have been around for about a decade since iOS 5 back in 2012. A quick Stackoverflow or online search will reveal a multitude of resources over the years. – Max MacLeod Oct 26 '22 at 14:32
-
@MaxMacLeod "cell cannot be reuse” is not kind of related to my question. And "performance penalties", "long app launch times” were mentioned in question, but there was not a straight answer. I was asked this during the interview, so I'm wondering for that – Oct 26 '22 at 15:21