How to use ScrollView with Autolayout
Bài đăng này đã không được cập nhật trong 3 năm
To use ScrollView, you have to understand.
-
All subview of ScrollView alway add to ContentView.
-
ContentView size is determined by size of all its subview. So, if you want to define size of ContentView you must give size to subview to generate size of ContentView size.
All rights reserved