Jobin Kurian
Jobin Kurian
@llKoull Did you find a working solution for this? I am also facing the same issue, the scrollview is initially not moving and starts to move only after I touch...
@llKoull The working solution I could do was to give IBOutlet to the scrollvew and set its content size ``` [_scrollView setContentSize:CGSizeMake(320, 500)]; ``` This made the scrollview scrollable and...
@orenk86 If you are using storyboard with AutoLayout and UIScrollview, you no longer set the contentSize explicitly. The AutoLayout System calculates the contentSize based on your constraints. So give correct...
@webroo I too will try something...for time being what I have done is I am validating the generated JSON data and based on that I prompting the user if there...
Could you please describe the issue?