How I can add different view which situated in storyboard to scrollview??Is it possible?If yes,please write code in swift.
Asked
Active
Viewed 38 times
0
-
you can add only view of viewcontroller not Viewcontroller directly . – Alok Aug 12 '15 at 18:14
-
@iThink Yes,how I can do it? I find example only with colors or images – Vadim Aug 12 '15 at 20:17
-
Just find your viewcontroller.view (base view ) and add it to scrollView . Otherwise please elaborate more (actually i am not getting your whole requirement ) – Alok Aug 13 '15 at 06:17