In this video, I show you how to create lazy views in Swift UI. It is a custom component which can be used in HStack, VStack or anywhere in your Swift UI app. Using the lazy view will optimise your app by not initialising the view till the time it is not needed. A little work around, but worth giving a shot.
コメント