objective c - Conversion of programmatic UIView subclass to Nib-based UIView shows severe performance degradation -


i'm building app, shows lot (100-500) of small views in scrollpanel. these views have several images, text labels, etc. wanted have more declarative , intuitive designer of views , switched ui builder (xib/nib). experience 4x-10x slower performance on opening scene. recognized, if e.g. disable auto layout option uiview, loading accelerated @ least twice. still far slower, did before programmatically. can guess, using auto layout constraints making calculated on each instantiation. have tip, how identify bottleneck(s)?


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -