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

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

how to add preprocess loader in webpack 2 -