ermalkaleci / CarbonKit

CarbonKit - iOS Components (Obj-C & Swift)
MIT License
682 stars 163 forks source link

target view was not working #255

Open sreenivas-wal opened 4 years ago

sreenivas-wal commented 4 years ago

When inserting the root controller with the target view tab bar was not fitted to targeted view. it occupies full screen.

 carbonTabSwipeNavigation.insert(intoRootViewController: self, andTargetView: self.fitnessTrainerContainer)

the tab view was not fit into the fitnessTrainerContainer view.

Help me. Thanks in advance.