I have an UICollectionViewController
into TabBarViewController
that works for iOS 6.0
and later ios versions. I would like to know if there is any way to use a different ViewController
if a device has elder than iOS 6.0
version. For example, can i use a UITableView
for devices that use prior version than iOS 6.0
and UICollection
for devices that use iOS 6.0
and posterior versions?
I also tried PSTCollectionView
but it has some problems.
I added an image that shows my storyboard. My collection is in TabBarController and i want to change to TableView if a device uses prior to iOS 6.0 .