ios - why Scrollview and child view size is inconsistent sometimes -


i have scrollview , child view.

child view size increases dynamically depending on content.

i programatically changing child view height via constraint , @ same time incrementing scrollview content size . scrolllview can scroll see complete child view.

for example if setting child view 320 px .. can see child view size has become more 320 px .. sometime 500 px(both scrollview content size , child view height) or ... 320px had set.

this seems ridiculous me

is xamarin.ios ? or doing wrong ?

i changing view height on ...

viewwilllayoutsubview , i'm changing view height before call this.view.layoutifneeded

can explain me doing wrong ?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -