# Uncomment the next line to define a global platform for your project
platform :ios, '13.2'
target 'TabBarV1' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for TabBarV1
pod 'Segmentio'
end
Crash Info:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'No view controllers'
File : Segmentio.swift
After end of function : open override func layoutSubviews() {}
What did you do?
Run app and change device orientation
What did you expect to happen?
App should work in all orientation
What happened instead?
App crashed immediately
Your Environment
Stack
Installation Source
Plugins
Podfile
Crash Info:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'No view controllers' File : Segmentio.swift After end of function : open override func layoutSubviews() {}
Device orientation change cash log.txt
Project that demonstrates the bug
https://github.com/ReflectCode/PagerAdapter-demo