I'm using SLKTextViewController
with a UIScrollView
(init(scrollView: UIScrollView)
).
Is it possible to create it from storyboard with the UIScrollView
setup (instead of UITableView
or UICollectionView
)?
I'm using SLKTextViewController
with a UIScrollView
(init(scrollView: UIScrollView)
).
Is it possible to create it from storyboard with the UIScrollView
setup (instead of UITableView
or UICollectionView
)?