ios - Dynamic lable between two lable is not correctly displayed before scroll -


i have situation [uilable](dynamic width)-[uilable](dynamic height)-[uilable](dynamic width). of course use auto layout . @ first loading table displayed not correctly. problem ?

before http://img.uzsat.net/?v=screenrfr.png after http://img.uzsat.net/?v=screennvn.png

did check contenthuggingpriority. set middle label priority more other 2 label. autolayout calculate middle label height based on first label , on.

for table loading problem first time, set middle label height constraint >= i.e. 60px >=.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -